Navigation

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

    Topics created by Bart

    • Bart

      No lights shown in GUI
      Home Assistant • • Bart  

      10
      0
      Votes
      10
      Posts
      2461
      Views

      martinhjelmare

      Do you mean profiles and transition? Those are hardware specific features and not supported by mysensors lights.
    • Bart

      Enable serial debugs from the RS485 GW in the log
      Home Assistant • • Bart  

      17
      0
      Votes
      17
      Posts
      4467
      Views

      Bart

      @martinhjelmare thanks. I am still not really good at git kung-fu to do it quickly. will try to do the PR when I have some spare time
    • Bart

      Force update sensor from HA
      Home Assistant • • Bart  

      2
      0
      Votes
      2
      Posts
      2283
      Views

      martinhjelmare

      @Bart Mysensors devices push their updates to home assistant. You can push an update to home assistant at a regular interval. If the state is the same as before in home assistant, a state change won't happen, so it should be harmless. For sensors, ie not actuators or binary sensors, I will soon implement forced updates, which mean an update from a sensor device will always force a state change, even if new state is the same as old state. This will enhance recording of sensor values eg when the same value is reported consecutively. Regarding syncing state at home assistant start, I think this can be solved for non sleeping devices by using discovery, I_DISCOVER, messages. This is on my todo.
    • Bart

      Use child description as sensor name
      Home Assistant • • Bart  

      2
      0
      Votes
      2
      Posts
      959
      Views

      martinhjelmare

      This will need a PR to home assistant. I like the idea, so I'll put it on my todo list. PR is also welcome.