Navigation

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

    Guillermo Ruffino

    @Guillermo Ruffino

    0
    Reputation
    2
    Posts
    241
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Guillermo Ruffino Follow

    Best posts made by Guillermo Ruffino

    This user hasn't posted anything yet.

    Latest posts made by Guillermo Ruffino

    • MYSBootloader starting without gateway

      I see how the bootloader will give control to the main sketch when it does not get response from the controller about a new FW, e.g. MYSController not running and no controller answering FW related messages.
      My nodes are all running in some configuration where they boot up even with no gateway link stablished, i.e. I use the setting

      #define MY_TRANSPORT_WAIT_READY_MS 3000
      

      However once I changed the bootloader this makes no sense anymore as the bootloader will never give control to sketch.

      @tekka or sb can help me figure this out?
      Thanks

      posted in Troubleshooting
      Guillermo Ruffino
      Guillermo Ruffino
    • Retrieve sensor values from sensors on OpenHab request

      I know that OpenHab can store the last value of a sensor with persistance, but sometimes OH could go down and then sensor value change and then when it comes back it will show an outdated value.
      So far a sensor does not change its value, OH will have null / old data, so how should I approach this?
      I'd like it to be automatic, but I really don't know if that is a good idea, e.g. OH requesting all values from all sensors that might flood MS network.

      I believe one solution could be from the sensor side implementing receive to answer the req message and then...
      from OH side have a rule that will (trigger when?) and request a sensor value, do I have to use the "expert mode" of the binding here?
      Please advice

      posted in OpenHAB
      Guillermo Ruffino
      Guillermo Ruffino