Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. moo
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by moo

    • moo

      Sensor --> Repeater --> Gatway receive problem
      Bug Reports • • moo  

      3
      0
      Votes
      3
      Posts
      1863
      Views

      moo

      Hi hek, you nailed it! Yes, it was problem with old eeprom entries.. Cleared eeprom and everything is fine now. Direct routing (RSN parent address is at 0) did not help Repeater output: read: 200-200-0 s=255,c=0,t=17,pt=0,l=5:1.4.1 send: 200-100-0-0 s=255,c=0,t=17,pt=0,l=5,st=ok:1.4.1 read: 200-200-0 s=255,c=3,t=6,pt=1,l=1:100 send: 200-100-0-0 s=255,c=3,t=6,pt=1,l=1,st=ok:100 read: 200-200-0 s=255,c=3,t=11,pt=0,l=20:SN to RSN to GW node send: 200-100-0-0 s=255,c=3,t=11,pt=0,l=20,st=ok:SN to RSN to GW node read: 200-200-0 s=5,c=0,t=23,pt=0,l=5:1.4.1 send: 200-100-0-0 s=5,c=0,t=23,pt=0,l=5,st=fail:1.4.1 read: 200-200-0 s=5,c=1,t=24,pt=2,l=2:1 send: 200-100-0-0 s=5,c=1,t=24,pt=2,l=2,st=ok:1 read: 200-200-0 s=6,c=1,t=25,pt=2,l=2:1 send: 200-100-0-0 s=6,c=1,t=25,pt=2,l=2,st=ok:1 Gateway output: 0;0;3;0;9;read:0;0;3;0;14;Gateway startup complete. 0;0;3;0;9;read: 200-100-0 s=255,c=0,t=17,pt=0,l=5:1.4.1 200;255;0;0;17;1.4.1 0;0;3;0;9;read: 200-100-0 s=255,c=3,t=6,pt=1,l=1:100 200;255;3;0;6;100 0;0;3;0;9;read: 200-100-0 s=255,c=3,t=11,pt=0,l=20:SN to RSN to GW no 200;255;3;0;11;SN to RSN to GW node 0;0;3;0;9;read: 200-100-0 s=5,c=0,t=23,pt=0,l=5:1.4.1 200;5;0;0;23;1.4.1 0;0;3;0;9;read: 200-100-0 s=5,c=1,t=24,pt=2,l=2:1 200;5;1;0;24;1 0;0;3;0;9;read: 200-100-0 s=6,c=1,t=25,pt=2,l=2:1 200;6;1;0;25;1 Edit: Forgot, to say thank you!
    • moo

      NodeJsController on non-raspbian linux distros
      General Discussion • controller linux nodejs mysensorskash mysensornode • • moo  

      6
      0
      Votes
      6
      Posts
      3138
      Views

      Dheeraj

      @hek I have two sensors in my network ( temp , Hum ) and motion detection. both working in auto mode and request node id from controller ( raspberry pi ) node via gateway . but unfortunately, reponse code of both nodes get same node id 1. may be bug in sendNextAvailableSensorId() function response. any idea? thanks