Hello
I would like to ping my adsl box every 30 seconds and if it does not respond is that I have a problem of power failure
my vera and my switch is on onduleurr but not my adsl box
so if I ping every 30 seconds and it does not respond I can send an alert with my 3g connection is possible with PLEG
thanks David
This is best done by using the Ping Plugin and having that trigger the PL plugin.
In PLEG you can schedule an interval schedule that runs at any interval you want … down to 1 second. But I do not bring out LUA code … so you would have to execute a scene in which you put the LUA code to do the ping in the scene … and then still couple the results back through some means.
[quote=“RichardTSchaefer, post:2, topic:175130”]This is best done by using the Ping Plugin and having that trigger the PL plugin.
In PLEG you can schedule an interval schedule that runs at any interval you want … down to 1 second. But I do not bring out LUA code … so you would have to execute a scene in which you put the LUA code to do the ping in the scene … and then still couple the results back through some means.[/quote]
ok thanks Richard