I’ve had some Z-wave devices die completely without warning (smoke detector, wall plug) as well as battery powered devices shut down from high battery level readings (door sensor at 65%). I would like to get notified when this happens.
With ye olde Z-wave integration I had an AppDaemon app that once a day got all zwave.* entities and checked the timestamp of their last update. If it was older than 24 hours it sent me a notification. This seems impossible to do with Z-Wave JS. Is their some suggested way to this now? Preferably using AppDaemon and without having to manually maintain a list of devices, but any other way is acceptable too.