Navigation

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

    Topics created by Max Kurilov

    • Max Kurilov

      Wake-up by interrupt doesn't work
      Hardware • • Max Kurilov  

      10
      0
      Votes
      10
      Posts
      71
      Views

      Max Kurilov

      @electrik said in Wake-up by interrupt doesn't work: If the delay is not of importance to you, you can also have the sensor request its state from the controller each time it wakes up. No special modifications are needed than. It's true. But the controller must switch its relay state without having ack received from the node. That's not what MySensors plugin for Vera does. But you gave me an idea to implement an additional relay buildin into the gateway which will work as a proxy for my real actuator. Thank you!
    • Max Kurilov

      Vera Plus plugin issues (and choosing the right controller in general)
      Vera • • Max Kurilov  

      3
      0
      Votes
      3
      Posts
      22
      Views

      Max Kurilov

      @nagelc thank you for directing me to the log parser. It helped me to understand that my issue caused by lack of INCLUSION_MODE messages that is easily solved by uncommenting MY_INCLUSION_MODE_FEATURE in my gateway sketch. The second part of the question stays valid. I realize that choosing the "right" controller is much more than choosing the controller that works good with MySensors. Anyway, I appreciate any personal experience on that.
    • Max Kurilov

      Corrupted serial debug output
      Troubleshooting • • Max Kurilov  

      5
      0
      Votes
      5
      Posts
      39
      Views

      Max Kurilov

      @skywatch that helped! resolved, thank you!