I want a light to come one after dark if the back door is opened, I also want this light to go off 3 minutes later. However If I am entertaining and the light is already on then I do not want this rule to apply. This is the way I have done it so far and it has not worked;
18. WHEN Formal Living Room Back Doors NOT READY
WHEN Single Fan Patio OFF
AND IF DARK
THEN Single Fan Patio ON FOR 3 MINUTES
In this program if the light is on and back door is opened, the light will go off and automatically on every 3 minutes.
So I tried this;
18. WHEN Formal Living Room Back Doors NOT READY
AND IF DARK
AND IF Single Fan Patio OFF
THEN Single Fan Patio ON FOR 3 MINUTES
I thought that if it check to see if light was off and found it to be on then the condition was not met and it would bypass the 3 minute clock to turn light off. However that is not the case, the light goes off three minutes after door is open.
18. WHEN Formal Living Room Back Doors NOT READY
WHEN Single Fan Patio OFF
AND IF DARK
THEN Single Fan Patio ON FOR 3 MINUTES
In this program if the light is on and back door is opened, the light will go off and automatically on every 3 minutes.
So I tried this;
18. WHEN Formal Living Room Back Doors NOT READY
AND IF DARK
AND IF Single Fan Patio OFF
THEN Single Fan Patio ON FOR 3 MINUTES
I thought that if it check to see if light was off and found it to be on then the condition was not met and it would bypass the 3 minute clock to turn light off. However that is not the case, the light goes off three minutes after door is open.