When Homeassistant is restarted, most AquaMqtt entities appear as unavailable.
This is probably due to the mqtt messages not having a retain flag, so they will only get available again after aquamqtt sends an update for a particular value.
Was this a design choice? or is this a bug?
Is it possible to give them the retain flag, or alternatively send a message to aquamqtt to update all it's values (send from homeassistant on start).
When Homeassistant is restarted, most AquaMqtt entities appear as unavailable.
This is probably due to the mqtt messages not having a retain flag, so they will only get available again after aquamqtt sends an update for a particular value.
Was this a design choice? or is this a bug?
Is it possible to give them the retain flag, or alternatively send a message to aquamqtt to update all it's values (send from homeassistant on start).