Jump to content

Cancel or reset a WAIT?


dakall

Recommended Posts

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?

Link to comment

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.

 

Link to comment

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

Link to comment

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')
 

Link to comment
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.

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...