As previously mentioned.... adding status is on the (short term) to-do list.... as is a re-vamped MQTT client.
--
http://nodered.org
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I have a number of MQTT brokers running in various systems being monitored the simple way using trigger nodes (see picture below) and the Push Bullet node. Most of the time, I do expect a lost connection will require manual intervention anyway. but it would be a nice feature if the trigger node also could handle the situation ' timer triggered earlier but new message arrived since then' and could return a dedicated message for this (or similar somehow)
Hi Walter,
Not quite clear what you mean by another message. Is it different somehow ? Could it use its own trigger node in parallel ? Or could you use it to reset the trigger. Or.... Not really sure of the use case you are trying to describe.
Why not just make it also send a first message (rather than nothing), eg. "Connected"
That would happen once.... Then not again because of the extends... Then when lost would send the second message. If it starts again it would then send the first (connected) message...
If it starts again it would then send the first (connected) message...
I need to test this...
Kerching ! +1 :-)
Though I really should tweak it because receiving 400+ Pushbullet messages to my desktop does kill the PB client! Obviously this only works because the TCP connection throws an error when the destination doesn't exist. Ideally, it should pass through something more sensible which we could then test for.