Menu

knxconnection url with USB?

Help
Jesusmm
2008-04-11
2012-12-14
  • Jesusmm

    Jesusmm - 2008-04-11

       
    Good evening everyone,

    I am trying to connect linknx to eib with USB device (JUNG). Someone may say that url should I put in Services> knxconnection in the xml configuration file.

    <services>
       <knxconnection url="local:/proc/bus/usb/005/001" />
       ...
    </services>

    Any Idea?

    Thanks
    Jesús

     
    • jef2000

      jef2000 - 2008-04-12

      Hi,

      Linknx cannot connect directly to the EIB bus. For this you need EIBD ( http://www.auto.tuwien.ac.at/~mkoegler/index.php/eibd ). Here are the details:
      http://linknx.wiki.sourceforge.net/Accessing+the+KNX+bus

      Once EIBD is running, linknx can connect to it using 2 ways:
      1) using TCP sockets, url in config file looks like this: url="ip:127.0.0.1"
      2) using unix sockets, url in config file looks like this: url="local:/path/to/the/socket"

      The method you need to use depends on the way you start EIBD. if you start it with -i option, you need to use TCP sockets, if you start it with -u, you have to use unix sockets.

      Regards,

      Jean-François

       
    • Jesusmm

      Jesusmm - 2008-04-12

      Thanks Jean,

      The problem was that the eibd daemon started with the -i and -u option. I tried only with the -i option and functioning properly.

      Thank you.
      Jesús Martínez

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.