You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Tasmesh, nodes won't send any MQTT Online or Offline messages, meaning that tools like Home Assistant won't be able to use these nodes as they will permanently appear offline. Sending the Online message is easy enough through the use of a rule on the node, e.g. ON system#init DO Backlog MeshNode 00:11:22:33:44:55; Publish tele/tasmota_XXXXX/LWT Online ENDON, however sending the Offline message is currently impossible: the node won't be able to send it as it's now powered off, and the broker never realizes that the node is gone and doesn't fire any triggers.
The best solution would be to somehow implement LWT messages on the broker, but in the meantime a nice workaround would be for the broker to detect when a node has gone offline and print a message which can then be used as a trigger to run a Publish command with the LWT Offline message.
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
PROBLEM DESCRIPTION
When using Tasmesh, nodes won't send any MQTT Online or Offline messages, meaning that tools like Home Assistant won't be able to use these nodes as they will permanently appear offline. Sending the Online message is easy enough through the use of a rule on the node, e.g.
ON system#init DO Backlog MeshNode 00:11:22:33:44:55; Publish tele/tasmota_XXXXX/LWT Online ENDON
, however sending the Offline message is currently impossible: the node won't be able to send it as it's now powered off, and the broker never realizes that the node is gone and doesn't fire any triggers.The best solution would be to somehow implement LWT messages on the broker, but in the meantime a nice workaround would be for the broker to detect when a node has gone offline and print a message which can then be used as a trigger to run a
Publish
command with the LWT Offline message.REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Backlog Template; Module; GPIO 255
:Backlog Rule1; Rule2; Rule3
:Status 0
:weblog
to 4 and then, when you experience your issue, provide the output of the Console log:TO REPRODUCE
Steps to reproduce the behavior:
EXPECTED BEHAVIOUR
A clear and concise description of what you expected to happen.
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
ADDITIONAL CONTEXT
Add any other context about the problem here.
(Please, remember to close the issue when the problem has been addressed)
The text was updated successfully, but these errors were encountered: