Navigation

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

    Topics created by Dawidi

    • Dawidi

      Disable restarting arduino after connect to serial gateway.
      Troubleshooting • • Dawidi  

      7
      0
      Votes
      7
      Posts
      267
      Views

      Yveaux

      @dawidi great to hear you solved it! Glad I could help.
    • Dawidi

      Loosing relays state after OH restart
      OpenHAB • • Dawidi  

      5
      0
      Votes
      5
      Posts
      297
      Views

      TimO

      In the relay actuator example the methods saveState() and loadState() are used. The current status of the pin (RELAY_ON or RELAY_OFF) is stored in the EEPROM with every change and restored after a restart of the node. The node will return to the last known state after a restart. BUT: while restarting the state of the pin may change (from on to off to on again while booting up). In case you want the relays to stay activated while booting up you may use an external pull up.