Navigation

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

    Sensibelchen

    @Sensibelchen

    0
    Reputation
    1
    Posts
    187
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Sensibelchen Follow

    Best posts made by Sensibelchen

    This user hasn't posted anything yet.

    Latest posts made by Sensibelchen

    • RE: 💬 Building an Ethernet Gateway

      Solved: challenge with requesttime

      Update: mysensors adapter 1.0.7 for ioBroker solved the issue.

      Challenge:
      my arduino node20 is requesting epoch time. W5100 gateway forwards message to controller (ioBroker). This is the gateways console in debug:
      0;255;3;0;9;TSF:MSG:READ,20-20-0,s=255,c=3,t=1,pt=0,l=0,sg=0:
      0;255;3;0;9;Eth: 20;255;3;1;I_TIME;1491770622
      0;255;3;0;9;TSF:MSG:SEND,0-0-20-20,s=255,c=3,t=0,pt=0,l=10,sg=0,ft=0,st=OK:1491770622
      0;255;3;0;9;TSF:MSG:READ,20-20-0,s=255,c=3,t=0,pt=0,l=10,sg=0:1491770622
      0;255;3;0;9;TSF:MSG:ACK

      The parser helps with the interpretation:

      1. request from node20 (Arduino) t=1 (=I_TIME)
      2. gateway receives epoch time from controller (ioBroker)
      3. gateway forwards info to node20. BUT: now with t=0 (=I_BATTERY_LEVEL)!!!!!!!!!!!!!!!
      4. node20 confirms battery level (and still doesn't know the time)

      I'm using the ordinary gateway for W5100. Sensordata moves flawless to the controller but forwarding the time seems to be broken.

      Any idea? Thank you in advance.

      posted in Announcements
      Sensibelchen
      Sensibelchen