• Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. SW Q&A
    3. Official EVOK API
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • L

      This topic is deleted!
      • liny195

      1
      0
      Votes
      1
      Posts
      23
      Views

      No one has replied

    • L

      This topic is deleted!
      • liny195

      1
      0
      Votes
      1
      Posts
      17
      Views

      No one has replied

    • L

      This topic is deleted!
      • liny195

      1
      0
      Votes
      1
      Posts
      18
      Views

      No one has replied

    • L

      This topic is deleted!
      • liny195

      1
      0
      Votes
      1
      Posts
      12
      Views

      No one has replied

    • S

      Remote controll of EVOK API
      • Sppilka

      3
      0
      Votes
      3
      Posts
      732
      Views

      S

      @martin-kudláček Thank you Martin, will do that.

    • J

      HTTP request bulk group assignment
      • juntiedt

      6
      0
      Votes
      6
      Posts
      962
      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

    • S

      Get Complete State JSON
      • samsoric

      3
      0
      Votes
      3
      Posts
      694
      Views

      S

      Hy @martin-kudláček,

      Thanks for the reply!

      Today I tried again to connect with ".../json/all" and it works.

      The only difference compared to my first post is that I restarted the UniPi couple of times whereas at the time of my first post the UniPi was online since weeks.

      We are using UniPi Neuron L503 (S/N: 215) with Neuron xS40
      Evok PrecedingRelease:v.2.0.7h PrecedingRevision:379

      I installed Evok manually

      Thanks and greetings
      Helmut

    • Vesa Kauppinen

      How to disable and enable the 1Wire bus (M503)
      • Vesa Kauppinen

      23
      0
      Votes
      23
      Posts
      4826
      Views

      Martin Kudláček

      Hi @vesa-kauppinen,
      writing 1 to coil 1001:

      mbpoll -m tcp -a 0 127.0.0.1 -t 0 -0 -r 1001 1

      Writing 0:

      mbpoll -m tcp -a 0 127.0.0.1 -t 0 -0 -r 1001 0

      You can learn more from the quite detailed help of the mbpoll:

      mbpoll -h

      Regards,
      Martin

    • H

      Relay switching off after "random" time
      • Henkka

      4
      0
      Votes
      4
      Posts
      908
      Views

      Martin Kudláček

      Hello @henkka,
      is it something you are able to demonstrate? The best thing would be, if you could send us the SD card image and we would be able to replicate the problem.

      Thanks for the answer in advance,
      Martin
      support@unipi.technology

    • L

      EVOk API in docker
      • lukec

      2
      0
      Votes
      2
      Posts
      641
      Views

      Martin Kudláček

      Hello @lukec,
      Docker is meant to be a platform for running HW independent SW. The Evok depends on the UniPi ModbusTCP server, which depends on the kernel module, so it is pretty much down to the hardware kind of application (heavy SPI and I2C communication). You can "enclose" your application with certain Evok version and configuration into Docker container, but it will still require manual work on the Docker host to make it transportable accross different UniPi controllers.

      Martin

    • S

      Get ULED State JSON Neuron xS40
      • samsoric

      1
      0
      Votes
      1
      Posts
      497
      Views

      No one has replied

    • roberts_lando

      Evok DALI support APIs
      • roberts_lando

      7
      0
      Votes
      7
      Posts
      2044
      Views

      Martin Kudláček

      Hi @martijn-hemeryck,
      We changed the repository's name to unipi-python-lighting and it resides here: https://git.unipi.technology/UniPi/unipi-python-lighting

    • L

      This topic is deleted!
      • liny195

      1
      0
      Votes
      1
      Posts
      19
      Views

      No one has replied

    • L

      This topic is deleted!
      • liny195

      1
      0
      Votes
      1
      Posts
      13
      Views

      No one has replied

    • C

      resend unchanged values from DS18B20 sensors
      • Christian

      2
      0
      Votes
      2
      Posts
      704
      Views

      Martin Kudláček

      Hello @christian,
      the websocket interface sends only values which has changed. To request all current values, send this command at any time:

      {"cmd": "all"}

      Best regards,
      Martin

    • C

      1-wire sensors lost after some time
      • Christian

      3
      0
      Votes
      3
      Posts
      834
      Views

      Martin Kudláček

      Hello @christian,
      it is hard to see from the picture, but it looks like your sensors are connected in star topology. This is highly unrecommended and you can read more about it here: https://www.maximintegrated.com/en/app-notes/index.mvp/id/148

      Best regards,
      Martin

    • J

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

      2
      0
      Votes
      2
      Posts
      1057
      Views

      J

      0_1551607450428_unipi-mqttt.JPG

    • C

      change configuration registers for DS18B20 (1 Wire)
      • Christian

      4
      0
      Votes
      4
      Posts
      924
      Views

      Martin Kudláček

      Hello @christian,
      it isn't, but I just add it to the list of feature requests:)

      Best regards,
      Martin

    • C

      PWM output Neuron
      • cvrcejir

      5
      0
      Votes
      5
      Posts
      958
      Views

      Martin Kudláček

      Hello @cvrcejir,
      I am sorry but I have to confirm that. Moreover, the Evok 2.0.7i brought even more errors than it fixed, so please, downgrade to the 2.07h: apt install evok=2.0.7h.

      I am sorry for the troubles,
      Martin

    • R

      Unipi with diozero
      • rick3ry

      4
      0
      Votes
      4
      Posts
      819
      Views

      Martin Kudláček

      Hi @rick3ry,
      the evok only engages the pull up resistors via pygpio library. There is no other magic from our side, so you need to consult the behaviour of the diozero library with its authors.

      Thank you for understanding,
      Martin