Jump to content

Triggerlinc Scene question


RichTJ99

Recommended Posts

Posted

Hi,

 

I have my driveway alarm set to do the following: after 530pm, if the triggerlinc goes to open, the driveway lights come on for 20 minutes then shut off. Currently at 530 every day they just go on by themselves.

 

Also is there a way to make the 'off' repeat a few times to get stragglers?

 

Thanks,

Rich

 

If
       Status  'Main: Trigger Drive-Opened' is On
   And From     5:35:00PM
       To       6:35:00AM (next day)

Then
       Run Program 'Driveway Alarm Lights2' (If)

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


 

Driveway2

 

If
  - No Conditions - (To add one, press 'Schedule' or 'Condition')

Then
       Set Scene 'Outside' On
       Wait  20 minutes 
       Set Scene 'Outside' Off

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


Posted

The Program is triggered when the Opened node changes state, at 5:35 PM (From Time) and at 6:35 PM (To Time). When the combined If conditions are True the Then clause runs. The TriggerLinc Opened node must be On for the Program to run the Then clause at 5:35.

 

Either code the same Set Scene Off two or three times or add a Repeat 2 or 3 before the Set Scene Off

Guest
This topic is now closed to further replies.

×
×
  • Create New...