Jump to content
C4 Forums | Control4

Help with timer, motion sensor and lighting load


DC

Recommended Posts

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!

composer.jpg

Link to comment
Share on other sites


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

 

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.