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

    Topics created by juntiedt

    • J

      http://localhost:8080/json/all - node-red Problems
      Official API - Evok • • juntiedt

      2
      0
      Votes
      2
      Posts
      1115
      Views

      J

      @juntiedt Problem solved!

    • J

      8-Relay Addon EMO-R8 on unipi 1.1.light
      Unipi 1 - First Generation • • juntiedt

      2
      0
      Votes
      2
      Posts
      684
      Views

      A

      Hi @juntiedt,

      Yes, it is possible. On the Unipi 1.1 Lite there is a GPIO connector where the necessary GPIOs are available.

      A description of the GPIO connector is available in the Unipi 1.1 Lite documentation. The description of the RJ11 connector on the EMO-R8 is directly on the board.

      Best regards,
      Antonin, Unipi

    • J

      Bullseye and evok running?
      Official API - Evok • • juntiedt

      7
      0
      Votes
      7
      Posts
      1858
      Views

      N

      Is Evok 2.4.24 fully compatible with Bullseye?

      I have one RPI with headless Bullseye and on that one everything seems to work.

      I have another RPI with Bullseye and Lightdm on top and on that one relay state change with JSON POST does not work.

      Example:

      POST http://localhost:8080/json/relay/1
      Content-Type: application/json

      {
      "value": "1"
      }

      Result:

      HTTP/1.1 200 OK
      Content-Length: 44
      Access-Control-Allow-Methods: POST, GET, OPTIONS
      Server: TornadoServer/4.5.3
      Date: Wed, 15 Feb 2023 09:48:09 GMT
      Access-Control-Allow-Origin: *
      Access-Control-Allow-Headers: x-requested-with
      Content-Type: application/json; charset=UTF-8

      {
      "status": "success",
      "data": {
      "result": 0
      }
      }

      The result is "0" and the relay is not switching.

      Any idea?

      Best regards,

      Noël Vaes

    • J

      Unipi 1.1 light Raspi Node-Red SW Image: wrong password
      Official API - Evok • • juntiedt

      3
      0
      Votes
      3
      Posts
      1056
      Views

      A

      Hi @juntiedt,

      if you flashed Mervis OS to the SD card, SSH must be enabled, as SSH is disabled by default for this OS image. For our other OS images (Node-RED OS, OpenSource OS) SSH is enabled.

      If it still doesn't work for you, this article might help you: https://kb.unipi.technology/en:automation:unipi-ssh-connect-hidden

      Best regards,
      Antonin

    • J

      filter websocket input in order to get all devices except temp
      Official API - Evok • • juntiedt

      3
      0
      Votes
      3
      Posts
      534
      Views

      J

      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 !!!

    • J

      Extension xG18 on unipi 1.1
      Official API - Evok • • juntiedt

      2
      0
      Votes
      2
      Posts
      408
      Views

      Martin Kudláček

      Hello @juntiedt,
      the Unipi 1.1 doesn't have RS485 interface, so you need to use some RS485/USB converter. The latest Evok has support for xG18, you just need to set it in the /etc/evok.conf as a normal Unipi Extension.

    • J

      1-Wire pipeline surface temperature sensor
      Other Peripherals • • juntiedt

      2
      0
      Votes
      2
      Posts
      329
      Views

      Martin Kudláček

      Hello @juntiedt,
      this sensor comes in the 3 wire connection + shielding. You can connect it to the 1-Wire hub, ideally as a last sensor. Please consult the 1-Wire hub pinout https://kb.unipi.technology/en:automation:02-glossary:1wire-hidden

    • J

      one-wire sensor with 3 cables versus one wire sensors with 4 cables
      Other Peripherals • • juntiedt

      3
      0
      Votes
      3
      Posts
      620
      Views

      J

      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.

    • J

      nginx not running
      Official API - Evok • • juntiedt

      5
      0
      Votes
      5
      Posts
      941
      Views

      J

      Hi Martin,

      thanks for your help and support.
      All running again!

      regards Hannes

    • J

      unipi1.1, Raspi 4, evok, Node_Red floor heating control.
      Node-RED • • juntiedt

      1
      0
      Votes
      1
      Posts
      587
      Views

      No one has replied

    • J

      unipi 1.1, Raspberry Pi 4, buster, evok, node-red
      Official API - Evok • • juntiedt

      3
      0
      Votes
      3
      Posts
      971
      Views

      J

      Node-Red on Raspi 4 works perfect - no problems at all

    • J

      one wire reconnect failed after aprox. one week
      Official API - Evok • • juntiedt

      1
      0
      Votes
      1
      Posts
      465
      Views

      No one has replied

    • J

      HTTP request bulk group assignment
      Official API - Evok • • juntiedt

      6
      0
      Votes
      6
      Posts
      1604
      Views

      Martin Kudláček

      Hello @juntiedt,
      I'm sorry for not getting back to you in timely manner. This error is in the Evok and we have created a bugfix. Next week we will release a fixed package and if everything goes well today, the source code will be available on the Evok's Github.

      hank you for your patience and have a good day,
      Martin

    • J

      group_assignments Node-Red
      Node-RED • • juntiedt

      2
      0
      Votes
      2
      Posts
      948
      Views

      J

      {"status": "success", "data": {"group_assignments": [[{"value": 0, "pending": false, "circuit": "1", "dev": "relay", "glob_dev_id": 0}, {"value": 0, "pending": false, "circuit": "3", "dev": "relay", "glob_dev_id": 0}, {"value": 0, "pending": false, "circuit": "2", "dev": "relay", "glob_dev_id": 0}, {"value": 0, "pending": false, "circuit": "5", "dev": "relay", "glob_dev_id": 0}, {"value": 0, "pending": true, "circuit": "4", "dev": "relay", "glob_dev_id": 0}, {"value": 0, "pending": false, "circuit": "7", "dev": "relay", "glob_dev_id": 0}, {"value": 0, "pending": false, "circuit": "6", "dev": "relay", "glob_dev_id": 0}, {"value": 1, "pending": false, "circuit": "8", "dev": "relay", "glob_dev_id": 0}]]}}```
    • J

      Neuron with 6 relays like unip1.1 lite?
      Neuron Series • • juntiedt

      2
      0
      Votes
      2
      Posts
      1079
      Views

      Martin Kudláček

      Hi @juntiedt,
      there is a M103 with 8 relays.

    • J

      http post
      Node-RED • • juntiedt

      3
      0
      Votes
      3
      Posts
      1298
      Views

      J

      this works as well:

      msg.url = "http://10.0.0.52:8080/json/relay/3"; msg.headers ='({"content-type":"application/json"})'; msg.payload = '({"value": "1","timeout": "20"})'; return msg;
    • J

      MQTT to unipi Control Panel
      Official API - Evok • • juntiedt

      6
      0
      Votes
      6
      Posts
      2331
      Views

      L

      @juntiedt said in MQTT to unipi Control Panel:

      As the flow is to big to upload I am just sendig a picture. Let me know if you want to get the flow directly.

      Hi @juntiedt, it looks like a very great job! Could you consider hosting the file and provide a public link? You might for instance use a Dropbox / pCloud public link, or a GitHub gist.

      If anyone has ideas for improvements please let me know.

      I think it might be possible to parametrize the flows with variables, in order to avoid repetition. At least, it seems it was done this way by @Jan-Teunis here:

      https://forum.unipi.technology/topic/735/node-red-flow-evok-to-mqtt-to-evok

    • J

      unipi1.1. evok to MQTT using Node-Red
      Official API - Evok • • juntiedt

      2
      0
      Votes
      2
      Posts
      1346
      Views

      J

      0_1551607450428_unipi-mqttt.JPG

    • J

      Python 3.6.4 websocket-client
      Official API - Evok • • juntiedt

      5
      0
      Votes
      5
      Posts
      2708
      Views

      T

      Hi @juntiedt!
      That looks great, and does perform very well.

    • J

      EVOK installation error on unipi 1.1 when deselecting wifi
      Official API - Evok • • juntiedt

      4
      0
      Votes
      4
      Posts
      1590
      Views

      T

      @juntiedt OK, thanks for the additional info. We'll take a look at it.