Jump to content

Schedule is not working unless Im doing it wrong


Blackbird

Recommended Posts

Posted

I want to open my front door between 640pm and 940am and have my light turn on.  But when it is after 640pm and I open the door, nothing happens.  If I remove the schedule line then opening the door turns on the light.

 

 

If
        Status  'Front Door-Opened' is On
    And From     6:40:00PM
        To       9:40:00AM (same day)
 
Then
        Set 'Living room above tv lights' On
 
Else
   - No Actions - (To add one, press 'Action')
 

Is this done correctly?  Why wont this work?

Thanks

Posted

Change To: field from (same day) to (next day)

 

If
        Status  'Front Door-Opened' is On
    And From     6:40:00PM
        To       9:40:00AM (next day)

 

Posted

"Is that because 640pm and 940 am are not in the same day?"

 

Yes.  By using (same day) the To: 9:40AM is before the From: time making the Time range check always False.

Guest
This topic is now closed to further replies.

×
×
  • Create New...