Closet light off after 5 minutes

Hi Everyone,

New to Vera and scene scripting, I’m trying to use the PLEG to turn my walk in closet light off after being on for 5 minutes.

So for input I have ClosetOn, triggered by the closet light being turned on.

For Conditions I have:

Condition Name: ClosetLightOff
Condition Expression: ClosetOn; NOW > 5:00

I have the action set for ClosetLightOff to turn off the Closet Light.

When I arm the virtual device and test using the mios interface the closet light does not turn off after 5 minutes.

I have not tried using the physical switch to turn it on yet as I am currently at work, so all my testing so far is through the web interface.

Thanks!

Got it to work, I guess with all my experimenting it was creating a ton of triggers that never got deleted, probably causing conflicts.