Two questions:
I have a condition that becomes true, and WHILE true, I want to fire (and re-fire) a scene every so many seconds
I can make it trigger, but don’t understand how to make it retrigger a second or more time.
Here’s the specific use case.
I have a network device that when it wigs out, needs to be reset. Sometimes it needs to be reset a few times.
So what I want to do, is detect that the device is in a bad state (I use a trigger for that), a scene watches for that trigger condition and sends the necessary commands to attempt to reset the device). I then want to wait 30 seconds (delayed reset), and if the original condition is still true, I want to re-fire the trigger and attempt to reset the device again.
How do I get PLTS to re-trigger?
I’ve seen references to being able to trigger a scene from the Actions tab. I try to setup an action and get to the “Define Action For Device” screen where I can pick a device to trigger, but I don’t see where I can directly trigger a scheme from there.
(I have modified a scene to trigger off of your ON state, but I thought I could do that directly in PLTS or PLEG)
Thanks much, this is a very useful tool.