RichTJ99 Posted October 22, 2012 Posted October 22, 2012 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')
LeeG Posted October 22, 2012 Posted October 22, 2012 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
Recommended Posts