Jump to content

How can set a timer for a device for a fixed on time?


Recommended Posts

Hi guys!

I am very new to all this and I thank you all very much for you help.

I was wondering how i could program a timer for a light.

I/E I run the program and it is set to turn a light on for say 5 min then shut it off?

I am very new at this only had the unit a few days.

Thanks

Tony

 

 

Link to comment

Hi guys!

I am very new to all this and I thank you all very much for you help.

I was wondering how i could program a timer for a light.

I/E I run the program and it is set to turn a light on for say 5 min then shut it off?

I am very new at this only had the unit a few days.

Thanks

Tony

 

What action do you want to trigger the light, a specific time, a motion sensor, etc?

Link to comment

Hi guys!

I am very new to all this and I thank you all very much for you help.

I was wondering how i could program a timer for a light.

I/E I run the program and it is set to turn a light on for say 5 min then shut it off?

I am very new at this only had the unit a few days.

Thanks

Tony

Here is a really simple example:

 

Test - [iD 0016][Parent 0001]

If
        Time is  7:00:00PM


Then
        Set 'Side Door' On
        Wait  5 minutes 
        Set 'Side Door' Off


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

Asking Alexa to turn the program name On will run THEN. Off will run ELSE. No condition (IF) is required. Here's an example:

 

Movie Time
If
   - No Conditions - (To add one, press 'Schedule' or 'Condition')
 
Then
        Set Scene 'LR / Scenes / LR Audio Power' Off
        Set Scene 'LR / Scenes / LR Movie Time' Off
        Run Program 'LR Begin Movie 1' (Then Path)
 
Else
        Set Scene 'LR / Scenes / LR Movie Time' On
        Run Program 'LR End Movie 0' (Then Path)
 
 

Link to comment

Thanks guys!

I did not see the drop down menu, lots of options there!

works well!

Yup, you got some learnin' to do there boy!

 

It never stops. By the time you get confident with that you will bite off so much more!

 

It's not a diet. It's a lifestyle.

 

Sent from a tiny keyboard. Response may be brief.

Link to comment

Archived

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


×
×
  • Create New...