Navigation

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

    Best posts made by abmantis

    • RE: Pooling battery relay

      @martinhjelmare How cool! That solves my problem! You developed the component for HASS? Great work dude! Really, thanks for it.

      I hope to be able to contribute more in the future, for now I've only done some small PRs.

      posted in Home Assistant
      abmantis
      abmantis
    • RE: Advice on testing communication/range

      @mfalkvidd Thank you! The sketch on that thread should work 🙂

      posted in Troubleshooting
      abmantis
      abmantis
    • RE: [solved] Sensor missing after restart

      @exxamalte The sensor appears correctly after sending values. Also, the .json file is correctly filled with the sensor data.

      @martinhjelmare Well, I'm using 0.33.4! I'll try updating and report back 🙂 Thanks.

      posted in Home Assistant
      abmantis
      abmantis
    • RE: Node stops working and does not recover if communication fails

      Thanks for the help and explanation.

      I suggest the following:

      if(!isTransportOK()){
          wait(5000); // transport is not operational, allow the transport layer to fix this
       }
       sleep(30000);  // transport is OK, node can sleep
      

      That way, if it still can't connect during those 5 seconds it will sleep, and try again the next time.

      posted in Troubleshooting
      abmantis
      abmantis
    • RE: [solved] Sensor missing after restart

      @martinhjelmare I just updated to the latest version and now they appear correctly after rebooting! Thank you very much.

      posted in Home Assistant
      abmantis
      abmantis
    • RE: [Solved] Auto reset motion sensor state

      @martinhjelmare great idea! Thank you.

      posted in Home Assistant
      abmantis
      abmantis