Hi guys, I need a little help getting the right status in a MQTT node.
I'm using Node-red v0.14.6 and some nodemcu with ESPEasy. The doubt I'm having maybe it's not directly related with node-red, so I will be grateful with any help about this "issue"
I haven't problem receiving the data sent by the nodemcu. Reading
this page in the node-red documentation, I assumed I can know the state of the node (device) when it's on or off. But when I disconnect any device from the network, node-red keep showing it as online. At the beginning of the documentation page say: "the MQTT nodes can indicate if they are currently connected or not." and the image shows two nodes one called "topic/one" (online) and other "topic/two" offline.
Why is my device keep as online? did I have to activate some option as "birth message"?
Can anyone explain me a little bit how should I set this configuration?
Thanks!