I'm sure this is easy for most of you but after searching and trying a few different options I'm still not making progress..
I am looking to make 1 program with two different schedules in it.. After multiple different attempts to use "or" statements I can only seem to get the first part of the schedule to run.. Meaning the 5PM to 11:59 works fine but the 5AM to 7AM won't trigger. I tried to even use a different part of the day for testing and I just can't seem to get the 2nd schedule to run. Do I have to make 2 separate programs with their own schedule? I can do that but figure it would be best to build one so less programs overall. Please do let me know your thoughts.. There are 3 separate doors on the rear of my home I want the lights to come on during these two windows when either door is opened. Maybe I'm off completely?
Thanks
Stan
Rear 4-Way On Dark - [iD 0022][Parent 0001]
If
From 5:00:00PM
To 11:59:00PM (same day)
Or From 5:00:00AM
To 7:00:00AM (same day)
And Status 'Dining Room Slider-Opened' is On
And Status 'Family Room Slider-Opened' is On
And Status 'Basement French Door-Opened' is On
Then
Set Scene 'Rear 4-Way' On
Else
- No Actions - (To add one, press 'Action')