Would be nice to get an option that will send a device status update to mqtt to see if the device is online / connected to mqtt.
Devices like Shellys does this by sending every 60 seconds a mqtt message.
That goes against the whole idea of event-driven software architecture, you should never emit messages at a fixed rate other than any heartbeats that may be required to confirm the active TCP connection
Would be nice to get an option that will send a device status update to mqtt to see if the device is online / connected to mqtt. Devices like Shellys does this by sending every 60 seconds a mqtt message.