Ankündigung

Einklappen
Keine Ankündigung bisher.

convert MDT KNX IP Interface to multicast IP interface with KNXD

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    convert MDT KNX IP Interface to multicast IP interface with KNXD

    Can I use knxd to "convert" my current MDT IP Interface to a multicast IP Interface. I have a Raspberry Pi 3B available for this task. So the RPI3 would make a connection to the MDT IP Interface and then broadcast all bus/group messages over Multicast IP.
    Or is this not the right software to do this?

    From reading some doc, I made this, but it doesn't work:
    KNXD_OPTS="-e 15.15.50 -E 15.15.51:18 -u /tmp/eib -b ipt:192.168.1.5 -S"

    KNX IP-Interface
    Status Programming Mode: Off
    Change Programming Mode:

    Individual Address 15.15.255
    Tunneling Addresses
    15.15.241
    15.15.242
    15.15.243
    15.15.244
    -- Logs begin at Mon 2019-11-11 21:50:49 GMT, end at Mon 2019-11-11 21:54:04 GMT. --
    Nov 11 21:50:59 raspberrypi systemd[1]: Starting KNX Daemon...
    Nov 11 21:50:59 raspberrypi knxd[487]: E00000064: [17:] : setup : failed
    Nov 11 21:50:59 raspberrypi knxd[487]: F00000105: [16:server] Link down, terminating
    Nov 11 21:50:59 raspberrypi knxd[487]: F00000105: [13:B.ipt] Link down, terminating
    Nov 11 21:50:59 raspberrypi systemd[1]: Started KNX Daemon.
    Nov 11 21:50:59 raspberrypi systemd[1]: knxd.service: Main process exited, code=exited, status=1/FAILURE
    Nov 11 21:50:59 raspberrypi systemd[1]: knxd.service: Failed with result 'exit-code'.
    Nov 11 21:51:09 raspberrypi systemd[1]: knxd.service: Service RestartSec=10s expired, scheduling restart.
    Nov 11 21:51:09 raspberrypi systemd[1]: knxd.service: Scheduled restart job, restart counter is at 1.
    Nov 11 21:51:09 raspberrypi systemd[1]: Stopped KNX Daemon.
    Nov 11 21:51:09 raspberrypi systemd[1]: Starting KNX Daemon...
    Nov 11 21:51:09 raspberrypi systemd[1]: Started KNX Daemon.

    #2
    Looks like
    KNXD_OPTS="-D -T -R -S -e 15.15.200 -E 15.15.201:10 -b ipt:192.168.1.5 -S"
    Is working for me. Is this the right way? Or was I lucky ?

    Kommentar


      #3
      Zitat von fluppie Beitrag anzeigen
      Is working for me. Is this the right way?
      Yes that looks OK besides the redundant -S at the end.

      EIB/KNX, VISU mit knxd + linknx + knxweb, Steuerbefehle via SMS und Email mit postfix + procmail

      Kommentar


        #4
        Actually, you should put the whole -DTRS at the end. Individual drivers and their flags should be used after global flags like -e/-E.
        DistKV, Home Assistant, 1wire, KNX, Python, Asterisk, SMD-Lötkolben

        Kommentar


          #5
          Ok. Thanks, I updated to:
          KNXD_OPTS="-e 15.15.200 -E 15.15.201:10 -b ipt:192.168.1.5 -DTRS"

          Kommentar

          Lädt...
          X