Am trying to calculate how long my IoT device is offline. MQTT has feature called Last Will and Testament. Is there a way to track how long the client has been down using Xively dashboard.
Asked
Active
Viewed 72 times
1 Answers
0
Using MQTT's last will testament feature is certainly one of the ways to do it. Alternatively you could send "pulse" updates into a datastream and determine downtime if gap between pulses is greater then set period.

errordeveloper
- 6,716
- 6
- 41
- 54