eloo/mqtt-executor

Availability is not retain

Opened this issue · 0 comments

eloo commented

Either the availability status message should be retained or it should be send from time to time.

Currently the availability is going to be lost if the consumer is restarted (e.g. HomeAssistant is restarted)

It seems that the current availability interval is not affecting the status message.. its more about the ping check of the mqtt client itself (heartbeat)