Menu

USB-EIBD Error, before Linknx Connexion Refu

Help
2008-09-07
2012-12-14
  • Damien Martinelli

    Hello,

    I install FEDORA 9, and the rpm 0.0.3 EIBD.

    I use an USB GIRA 107000 seems to be nice to work with eibd.

    [Administrateur@localhost ~]$ findknxusb
    Possible addresses for KNX USB devices:
    device 2:2:1:0 (<Unreadable>:<Unreadable>)
    [Administrateur@localhost ~]$

    I read the right usb property.

    I can start the server EIBD :
    eibd  -d -D -S -T -u usb:2:2:1:0
    or
    eibd  -d -D -S -T -u usb:$usb_port with an initilization on usb_port
    or
    eibd  -d -D -S -T -u usb:2:2

    But I have after a constant error with all programs to test EIBD :  Connection refused

    [Administrateur@localhost ~]$ vbusmonitor1 local:/tmp/eib
    Open failed: Connection refused
    [Administrateur@localhost ~]$

    Somebody could help me ?

    Thanks
    Damien

     
    • jef2000

      jef2000 - 2008-09-07

      Hi,

      Perhaps it's just a permission problem on file /tmp/eib

      You can try to use -i option instead of -u for EIBD.
      Then start "vbusmonitor1 ip:127.0.0.1" and see if you get the same result.

      Regards,

      Jean-François

       
    • Damien Martinelli

      Hello,

      That's fine.

      I can compile now linknx.
      How can I test that linknx run well ?
      This is my config, but nothing do... : i like to on a light...

      Very sorry, i'm not a good IT...
      Damien

      NB :
      I have not SMS or SMTP, i let the default...
      I install mysql, and log table...

      -------------
      LINKNX show :
      XmlInetServer 1028
      Starting TimerManager loop.

      ----------
      groupswrite ip:127.0.0.1 9/0/1 1    on is ok
      groupswrite ip:127.0.0.1 9/0/1 1    off is ok

      ------------------

      <?xml version="1.0" ?>
      <config>
          <objects>
              <object id="ecl_couloir" gad="9/0/1">Eclairage couloir</object>
          </objects>
          <rules>
          <rule id="cur_time_date">
                      <condition type="timer" trigger="true">
                          <every>10</every>
                     </condition>
                      <actionlist>
                          <action type="object" id="ecl_couloir" value="on" />
                       </actionlist>
               </rule>
          </rules>
          <services>
              <knxconnection url="ip:127.0.0.1" />
              <xmlserver type="inet" port="1028"/>
              <smsgateway type="clickatell" user="xyz" pass="xxx" api_id="123456"/>
              <emailserver type="smtp" host="smtp.myprovider.com:25" from="linknx@mydomain.com"/>
           <persistence type="mysql" host="localhost" user="root" pass="" db="linknx_test" table="" logtable="log" />
          </services>
      </config>

       
    • jef2000

      jef2000 - 2008-09-07

      Hi,

      Where is your xml config file located? What command line options are  you using to start linknx? From the linknx output you give, I suspect that your config file is not used. (Perhaps you just have to try "linknx -c")

      Regards,

      Jean-François

       

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.