Page 1 of 1

Notification if sensor is not online

Posted: Tuesday 03 May 2016 9:59
by Gabe
Hi everybody,

I already check the Forum, but I couldnt find what I looking for me (maybe I overlooked).

I just try to find out if there already excisiting a script for follow

- Sent on time per day a command to all sensor to check if it is reachable or not
- if one sensor is not reachable sent a notification about push

Hope someone could help me.

Thanks

Re: Notification if sensor is not online

Posted: Wednesday 04 May 2016 0:46
by commodore white
You should check out dzvents. It has a short example script that runs every 5 minutes that does exactly what you're after.
You can keep your existing scripts as dzvents will run silently in the background. Convert your scripts if you need extra flexibility regarding triggers or you need to carry data over from one run of your script to the next.

Regards

Re: Notification if sensor is not online

Posted: Friday 06 May 2016 10:34
by Gabe
ok thanks will check it