• Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    EVOK configure additional 1wire port

    Official EVOK API
    2
    3
    1341
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      lukec last edited by

      Hi,

      i'm trying to add additional 1-wire port to evok (unipi v1.1), by adding usb-1wire converter.

      In evok.conf I defined second OW bus by adding:
      [OWBUS_2]
      bus = /dev/ttyUSB0
      interval = 5
      scan_interval = 300

      but I cannot read any sensors. Any help wil be appriciated.

      BR

      1 Reply Last reply Reply Quote 0
      • T
        TomasKnot last edited by TomasKnot

        Try putting in "-d" (sans the quotes) in front of the /dev/ttyUSB0, i.e. bus = -d /dev/ttyUSB0

        Another option would be try putting in just "u". (sans the quotes again)

        Unfortunately I cannot guarantee that this will work, as we use an external OWFS server to implement our 1Wire support, which means that unless the device behaves correctly with it it will not function in evok without custom driver support.

        1 Reply Last reply Reply Quote 0
        • L
          lukec last edited by

          Tomas,

          thank you, putting "-d" in front (bus = -d /dev/ttyUSB0) worked - maybe you could update the evok.conf file with this (as example)

          BR

          1 Reply Last reply Reply Quote 0
          • First post
            Last post