• Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. juntiedt
    J
    • Profile
    • Following 0
    • Followers 1
    • Topics 36
    • Posts 101
    • Best 0
    • Controversial 0
    • Groups 0

    juntiedt

    @juntiedt

    0
    Reputation
    828
    Profile views
    101
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    juntiedt Unfollow Follow

    Latest posts made by juntiedt

    • RE: http://localhost:8080/json/all - node-red Problems

      @juntiedt Problem solved!

      posted in Official EVOK API
      J
      juntiedt
    • http://localhost:8080/json/all - node-red Problems

      Hallo,
      I have installed EVOK on Raspian bullseye with no problems.
      I am running node-red and there is one problem with EVOK.
      websocket works ok and all http requests are working except http://localhost:8080/json/all.
      Sometimes it works once after rebooting but then it looses connection to the server and node-red hangs up.
      What causes this problem?
      Any help appreciated!

      posted in Official EVOK API
      J
      juntiedt
    • 8-Relay Addon EMO-R8 on unipi 1.1.light

      is it possible to connect the 8-Relay Addon EMO-R8 to unipi light via the GPIO Connector and using evok?

      posted in UniPi 1 - First Generation
      J
      juntiedt
    • RE: Bullseye and evok running?

      I went back to buster. Now evok works ok!
      Bullseye definitely needs some work.

      posted in Official EVOK API
      J
      juntiedt
    • Bullseye and evok running?

      I want to install evok on raspi with bullseye.
      Does EVOK run on bullseye?
      If so, can I use the EVOK version on github?

      posted in Official EVOK API
      J
      juntiedt
    • Unipi 1.1 light Raspi Node-Red SW Image: wrong password

      I cannot connect to the new SW image with user "unipi" and pw "unipi.technology"
      I tried it with putty and directly connected to the Raspi

      What is the problem?

      posted in Official EVOK API
      J
      juntiedt
    • RE: filter websocket input in order to get all devices except temp

      one important thing at the end:
      as soon as you apply a filter the received msg.payload from websocket comes in an array.
      this means:
      before the applied filter you could your device with msg.payload.dev
      with applied filter you must read the device as msg.payload[0].dev !!!

      posted in Official EVOK API
      J
      juntiedt
    • RE: filter websocket input in order to get all devices except temp

      I have solved the problem. Sorry for the quick post.
      Attached please find the command flow for filter

      [{"id":"46e364e3.e7c2ec","type":"function","z":"cad50249.94c0e","name":"","func":"msg.payload = {\"cmd\":\"filter\", \"devices\":[\"ai\",\"input\",\"ao\",\"relay\"]}; \nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":280,"y":860,"wires":[["a3e4b046.69f93","c16f715d.8fbe1"]]},{"id":"c16f715d.8fbe1","type":"websocket out","z":"cad50249.94c0e","name":"ws://localhost:8080/ws","server":"","client":"84e45387.411c2","x":540,"y":860,"wires":[]},{"id":"418d6f8c.c0e61","type":"inject","z":"cad50249.94c0e","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":true,"onceDelay":"5","topic":"","payload":"","payloadType":"date","x":110,"y":860,"wires":[["46e364e3.e7c2ec"]]},{"id":"84e45387.411c2","type":"websocket-client","z":"","path":"ws://localhost:8080/ws","tls":"","wholemsg":"false"}]
      
      posted in Official EVOK API
      J
      juntiedt
    • filter websocket input in order to get all devices except temp

      I want to receive all devices via websocket except one wire sensors. How has the filter command to look like?
      All devices but temp or temp and no other device.

      I am using node-red with the websocket set command which works ok, but the filter command seems not to work.

      Any help appreciated.

      posted in Official EVOK API
      J
      juntiedt
    • RE: one-wire sensor with 3 cables versus one wire sensors with 4 cables

      thanks for your information.

      I have connected a 4 wire cable very close to the three wire sensor and connected the data line to 2 wires in order to use the hub. At the moment it works.

      posted in Other Peripherals
      J
      juntiedt