tlightne Posted April 30, 2018 Posted April 30, 2018 I have a program set up for my ceiling fan to come on when the temperature it between 72° and 76°. I want the IF statement to run every 5 minutes. When I look at the summary page it shows next scheduled run time 11:00:00 pm. Should it not show next run time as 5 minutes later? All Fans On 73 - [ID 001B][Parent 0001] If From 9:30:00AM To 11:00:00PM (same day) And Module 'Climate' Temperature >= 72 °F And Module 'Climate' Temperature <= 76 °F Then Set 'Dinning Room / Dinning Room Fan' 18% Set Scene 'Living Room / Living Room Fan Low' On Set 'Bedroom / Bed Room Fan' 18% Set Scene 'Den / Den Fan Low' On Set 'Craft Room / Craft Room Fan-Motor' Low Else Repeat Every 5 minutes
Michel Kohanim Posted April 30, 2018 Posted April 30, 2018 Hi tlightne, The IF runs whenever there's a change in temperature and within your time constraints. You do not need a repeat. With kind regards, Michel
tlightne Posted April 30, 2018 Author Posted April 30, 2018 Michel, Thank you for the information and quick reply. 1
larryllix Posted May 1, 2018 Posted May 1, 2018 Michel, Thank you for the information and quick reply. For the future, repeat repeats lines below itself only.Sent from my SM-G930W8 using Tapatalk
Recommended Posts