dakall Posted April 29, 2018 Posted April 29, 2018 When my basement lights go on, there is a WAIT 30 MINUTES and then they turn off. This way I don't worry about them being left on all day or night. The problem arises when someone turns them on again prior to 30 minutes timing out. The lights will only stay on for the balance of the original 30 minutes. I've been caught by this a few times and I cannot find a way to reset the timer everytime the lights go on. Any ideas?
larryllix Posted April 29, 2018 Posted April 29, 2018 Typically you have to use Control Switched on which watches the Switch paddle and not the light dimmer circuit, as Status does. Wait timers are retriggerable. Post your program. Right click on the program title in the program tree and select "copy to clipboard". Paste here.
paulbates Posted April 30, 2018 Posted April 30, 2018 (edited) Larry's right. Use Control rather than status. Each time the switch is switched, the 30 minute timer is restarted. Since its a basement, a suggestion is to dim the lights as a 5 minute warning before turning them off, so someone isn't really still in the basement isn't left "in the dark". I do this for second floor stairway lights. If its not dimmer, flash them on and off once or twice as a 5 minute warning Paul Edited April 30, 2018 by paulbates
dakall Posted May 1, 2018 Author Posted May 1, 2018 It's very basic, but it usually works. Basement Timer - [ID 0005][Parent 0001] If 'Basement / Basement Lights' is switched On Then Wait 30 minutes Set 'Scenes / Basement' Off Else - No Actions - (To add one, press 'Action')
larryllix Posted May 2, 2018 Posted May 2, 2018 4 hours ago, dakall said: It's very basic, but it usually works. Basement Timer - [ID 0005][Parent 0001] If 'Basement / Basement Lights' is switched On Then Wait 30 minutes Set 'Scenes / Basement' Off Else - No Actions - (To add one, press 'Action') That should work fine unless the lights are being turned on from somewhere else other than the switch itself. If it occasionally doesn't work then you may have a comm noise problem.
Recommended Posts