All,
I am using a MiLightStyle (yes i know it is no longer supprted) and have recently set it up for the first time.
My intention for the below scene is on a daily basis check if today is Sabbath or a Holiday. If so the Dining Room lights should be on from 10 AM until 4 PM.
While this actually works for those days that the criteria is met, it seems that every other day at 10:00 AM the lights are shutting off. I understand logically (more or less) why this is happening. My question is how do I avoid lights being shut off every other day? My family has not been to happy with lights randomly turning off on them . Should I be splitting up this event into two separate events? Meaning, one event to turn on and one to turn off with conditions so that the Then is only hit when IsSabbathOrHoliday and IsOnVacation is False and there is no Else?. Will it work to change to a From 10:00AM for 6 Hours with no else statement? Meaning after 6 hours will the system know to automatically deactivate?
Any help would be appreciated.
Thanks!
IF
FROM 10:00:00AM
TO 4:00:00PM (same day)
And Program 'IsSabbathOrHoliday' is True
And Program 'IsOnVacation' is False
Then
Set Scene 'Links / Fixtures / Main Floor / Dining Room Lights' Activate
Else
Set Scene 'Links / Fixtures / Main Floor / Dining Room Lights' Deactivate