Jump to content

Kids bedroom timer


danncas

Recommended Posts

Try this:

 

If 
  Control BedroomSwitch is switched On
  and Control BedroomSwitch is NOT switched FastOn

Then
  Wait 30 minutes
  Set BedroomSwitch Off

Else

 

This way, the timer will run if the light is switched on normally and will reset if switched on again. If you FastOn, the timer will be avoided or aborted if already running.

 

-Xathros

Link to comment

This is mine. I have it beep to warn that it is going to shut off. Of course you need a newer switch that has the beep function. You could change the "is switched fast on" to "is not" if you wanted that particular function to prevent the timer. The "status not off" is if you shut the light off it will kill the timer so you don't get the beeping.

 

If
       Control 'Alexis Room / Alexis BR-Overhead L' is switched On
    Or Control 'Alexis Room / Alexis BR-Overhead L' is switched Fast On
    Or Control 'Alexis Room / Alexis BR-Overhead L' is switched Fade Up
    Or Status  'Alexis Room / Alexis BR-Overhead L' is not Off

Then
       Wait  29 minutes 
       Repeat 60 times
          Wait  1 second
          Set 'Alexis Room / Alexis BR-Overhead L' 14 (Beep Duration)
       Repeat 1 times
          Set 'Alexis Room / Alexis BR-Overhead L' Off

Else
  - No Actions - (To add one, press 'Action')


Link to comment

Archived

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


  • Recently Browsing

    • No registered users viewing this page.
  • Who's Online (See full list)

  • Forum Statistics

    • Total Topics
      36.9k
    • Total Posts
      370.3k
×
×
  • Create New...