DC Posted February 26, 2024 Posted February 26, 2024 I have a light load I want to turn on via a motion sensor. The timer is triggered correctly, and the load turns on. When the timer expires it is not turning of the load. What am i doing wrong? TIA! Quote
msgreenf Posted February 26, 2024 Posted February 26, 2024 Use the security light driver. And don't mess w programming. Way easier Quote
msgreenf Posted February 26, 2024 Posted February 26, 2024 And your action for when timer expires is in the wrong place. It needs to be on when the timer expires. Do this Quote
Cyknight Posted February 26, 2024 Posted February 26, 2024 Heh. You have a programming in place that IF timer is running, AND IF timer is not running. That'll never happen. You are overly complicating your whole setup. Security light driver is easiest but requires dealer. All you want to program is: WHEN motion senses motion START timer {set lights as desired with IF time is/else} Leave everything else out of there (START timer also RESETS timer) Then WHEN timer expires turn off lights Quote
msgreenf Posted February 26, 2024 Posted February 26, 2024 Security light driver also allows you to make easy adjustments in the future Quote
DC Posted February 26, 2024 Author Posted February 26, 2024 Thank you all. Problem solved! Will investigate the Security light driver for additional flexibility. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.