Hello Everyone,
I am brain f@rting on a program I am trying to create.
What I am looking to do is create a program that sets my outside porch light to 40% from sunset to sunrise (next day) but if the motion is triggered, set the light at 99%, wait 1 minute, and then return to 40%. When I run these programs, it only works one time. Is it redundant?
Here is what I have. For one, is it possible to write this as one program instead of three?
Thanks for your assistance.
Tim
Patio Light On - [ID 0014][Parent 0001]
If
From Sunset
To Sunrise (next day)
Then
Set 'Outside / Patio Light' 40%
Else
- No Actions - (To add one, press 'Action')
Patio Light Off - [ID 0013][Parent 0001]
If
From Sunrise
To Sunset (same day)
Then
Set 'Outside / Patio Light' Off
Else
- No Actions - (To add one, press 'Action')
Patio Light (Motion) - [ID 0015][Parent 0001]
If
From Sunset
To Sunrise (next day)
And Status 'Outside / Patio Motion Sensor-Sensor' is On
And Status 'Outside / Patio Motion Sensor-Sensor' is not Off
Then
Set 'Outside / Patio Light' 99%
Wait 1 minute
Enable Program ' Patio Light On'
Else
- No Actions - (To add one, press 'Action')