Hello,
I am running a bunch of temperature sensors across the house. Something that bothers me is that if a sensor gets stuck, it might not report an actual data. However, this state cannot easily be detected unless I go and check each sensor’s last update data.
It would be nice if we could get a notification if a sensor does not provide data.
Unfortunately Homey (still) does not provide for a “consider device to be offline after x hours” detection, unlike zigbee2mqtt f.i.
In the almost 5 years of using Homey, I’ve never seen any news on this, presumably Athom won’t “admit” the fact sensors can stop responding for whatever reason.
So, it’s best to create checks yourself.
You can use a timer, like
If..
device Z value X has changed
Then..
start or replace timer Y, duration 4h
(4h just being an example timeframe)
If..
timer Y has finished
Then..
send warning: device Z value X didn’t change for 4h straight
Or, a bit more sophisticated, use a cool script by @sharkys to catch them all: