Navigation

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

    Topics created by halo6

    • halo6

      Lack of service continutity after power failure
      Troubleshooting • • halo6  

      6
      0
      Votes
      6
      Posts
      51
      Views

      zboblamont

      @skywatch Perhaps of interest, this possibility (lots of power cuts here in the early days) led me not only interface serial but power for the Gateway from the Pi header rather than separately, the current draw is tiny. The power cuts I later solved with a UPS but even before that it rebooted and went to work without issues, since the two reboot in sequence under the control of the Pi. As @Yveaux however has highlighted all my Nodes are fixed IDs.
    • halo6

      Upgrade from 2.3.2-beta to stable 2.3.2
      General Discussion • • halo6  

      5
      0
      Votes
      5
      Posts
      282
      Views

      halo6

      OK, I am back now. Mission accomplished. Stable 2.3.2 applied. Radio connection is back.
    • halo6

      Passing variable to sensor via radio network.
      Vera • • halo6  

      2
      0
      Votes
      2
      Posts
      81
      Views

      nagelc

      @halo6 I use Domoticz instead of Vera, but the general idea should work. Add another child sensor to your parking sensor that is a binary switch. Maybe S_DOOR, V_TRIPPED or S_BINARY, V_STATUS. That switch gets presented to your controller. Then have the parking sensor listen for a message to that child ID and work normally if on or do nothing (but listen for messages) when off. In Vera, write a small script that turns on the new parking sensor switch when the garage door is open, and turns it back off again when the garage door is closed.