I’ve created a “Device Offline” piston that will check once an hour to see if my devices are offline. If they are, it’ll send me a push notification and set the Piston State to tell me which device is offline.
Here’s the piston;
How do I detect when the devices are all back online? Ideally I’d get a Push notification when the “Devices Not Responding” list changed to empty, and I could set my Piston State to say “all is well”.
Right now, it’ll stop sending me the notification that the device is offline (which is good) but my Piston State never changes from the last device that was offline.