paulinlapine Posted December 30, 2014 Share Posted December 30, 2014 This program turns on the 3 lights when a car enters or exits either driveway as it should, but the lights remain on and don't shut off after 5 minutes. What am I missing here? If(Elk Zone 'South Driveway' is ViolatedOr Elk Zone 'North Driveway' is Violated)And From SunsetTo Sunrise (next day)ThenSet 'Floodlight - N driveway' OnSet 'Floodlight - S driveway' OnSet 'Front porch light' OnWait 5 minutesSet 'Floodlight - N driveway' OffSet 'Floodlight - S driveway' OffSet 'Front porch light' OffElse- No Actions - (To add one, press 'Action') Link to comment
Jimbo.Automates Posted December 30, 2014 Share Posted December 30, 2014 I don't have an ELK, yet, but is is probably stopping the program once the zones are not violated. Put the wait and off's in a separate program and run that program from this one. And make sure to disable the second program so it can't run on its own. Link to comment
paulinlapine Posted December 30, 2014 Author Share Posted December 30, 2014 Thanks, Jimbo. I overlooked the fact that the program stopped when the driveway sensors became secure. Link to comment
Recommended Posts