GivEnergy / giv_tcp

TCP connection (from inverter) and MQTT implementation
30 stars 41 forks source link

Never shows `offline` as status #42

Open PianSom opened 8 months ago

PianSom commented 8 months ago

First off - thanks for the work on this supremely useful project. It is much appreciated.

At the moment MQTT never publishes a status of offline. I believe this is because no LWT message is published, which would address comms or stability issues.

Please can one be included, so that users can be notified if there is an issue?

Thanks.