How to repeat presentation when using home-assistant with persistance false
-
I'am using home-assistant for a while and build some temperature sensors with mysensors.
With the default settings, home-assistant is caching the presentation and sensor values in a pickle file. This has the following downsides:
- when restarting home-assistant, old sensor values are beeing shown as new (just received)
- when changing a sketch, some added information does not update (or partly).
So I decided to turn off the persistence. Now I do have the problem, that nodes have to repeat their presentation when restarting home-assistant. I haven't got this working properly. Resetting the nodes fixes this issue, but that is not an solution.
I see two solutions
- repeat presentation (if necessary, nodes are battery powered)
- tweak home-assistant to do a more clever persistence
The more clever persistance would involve:
- discard old sensor values (or do not show them as new values...)
- allow sketch updates without limitations (details would have to be investigated)
- Allow to remove nodes that are not present any more (pickle file can not be edited easily).
Has anyone suggestions to solve this issues?
Regards
Leonard -
A related thread: https://forum.mysensors.org/topic/6843/re-request-presentation
How can we send a I_PRESENT or I_REBOOT command using the HA / MySensors API? If there's a way, then an automation be be hard-coded to request each node to reboot.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login