I’m not able to make my programs for my outside light garage working properly!
I ‘have 3 programs:
-Evening, I turn the light at 60% for a couple hours
-When I leave, Garage doors open, to sunset at sunrise turn light on 100%, couple minutes
-Motion sensor, when I arrive at the garage door to sunset at sunrise turn light 100%, couple minutes
Both programs work well but doesn’t return at previously state, or disable other programs!
My Motion Sensor is set up like this !
Jumper 2 and 5 installed
Sensing Mode: unchecked
On Only Mode: unchecked
Night Mode:unchecked
Evening program outdoor light x%
If
From Sunset
To 10:19:00PM (same day)
Then
Set 'Outdoor / Garage Outside' 60%
Else
Set 'Outdoor / Garage Outside' Off
Outside Garage Light 100%
If
From Sunset
To Sunrise (next day)
And $sAlarmZ13_GarageDoorHoney is 0
Or $sAlarmZ14_GarageDoorPaco is 0
Then
Set 'Outdoor / Garage Outside' On
Wait 2 minute
Set 'Outdoor / Garage Outside' Off
Else
- No Actions - (To add one, press 'Action')
Motion Sensor Outside Garage 100%
If
From Sunset
To Sunrise (next day)
And Status 'Outdoor / MS Outdoor Garage' is On
Then
Set Scene 'Garage Outside Light' On
Wait 1 minute
Set Scene 'Garage Outside Light' Off
Else
- No Actions - (To add one, press 'Action')