Navigation

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

    Topics created by Elfnoir

    • Elfnoir

      Mysensors on ESP8266- ESP01?
      Hardware • • Elfnoir  

      6
      0
      Votes
      6
      Posts
      5351
      Views

      stofakiller

      @Dwalt Hi, Im also looking for documentation on this Regards, Jan
    • Elfnoir

      3 BinarySwitch + 3 motions
      Development • • Elfnoir  

      4
      0
      Votes
      4
      Posts
      1352
      Views

      Samuel235

      Of course it is, "A MySensor radio network can consist of up to 254 different radio nodes and each radio node can report data for 254 attached child sensors. This means that you can, in theory, manage data for up to 64516 sensors in a single radio network. If this isn't enough, you can create another parallel radio network on a different channel and there are 126 available channels." The above was an extract from the getting started page. Thank you for correcting me.
    • Elfnoir

      How to define Relay Id
      Development • • Elfnoir  

      5
      0
      Votes
      5
      Posts
      2599
      Views

      korttoma

      Unfortunately I don't know anything about Domoticz so I cannot say what "ID Enfant" stands for and where it comes from since the child id should not have to be unic in the system only the NODE_ID ( unfortunately it seems like this is also called sensorid sometimes ). If Domoticz needs unic CHILD_ID for all then I think it has been implemented incorrectly. I hope someone with more knowledge about Domoticz chime in here and explain this better.
    • Elfnoir

      Error sending switch command, check device/hardware !
      Troubleshooting • • Elfnoir  

      18
      0
      Votes
      18
      Posts
      6000
      Views

      GaryStofer

      Solved by adding a short delay between the RX/TX turnaround when replying with an ACK message. In file MyTransport.cpp at line 706 in the "if (msg.getRequestEcho) block, right after the debug message "TSF:MSG:"ECHO REQ" added a 2ms delay to allow the caller to switch from TX to RX mode. GS
    • Elfnoir

      Req Id
      Troubleshooting • • Elfnoir  

      6
      0
      Votes
      6
      Posts
      2867
      Views

      Elfnoir

      Hi, I erase my arduino with EEPROM_clear script, and It works now. Thanks.