Jump to content
C4 Forums | Control4

A little programming help with sensor and activation time


RobG

Recommended Posts

Hey guys, need a little help.  I have an exterior gate that has a sensor.  What I want to program is when its between 10PM and 6AM that the sensor is activated.  Right now I have the sensor so that certain lights turn on when the contact sensor is "open" but I would like that these actions only work between this time frame.  I pulled out a condition from the actions side from scheduler that said "time between 10:00PM and 6:00AM" but that didn't work, everything still happen before 10PM.  Any help?

 

Thanks

Link to comment
Share on other sites


Cyknight - right now the programming reads for example...

 

? if time is between 1:00AM and 6:00AM

> turn on master terrace > Door Light 

 

However, the light still turns on and off outside of those time frames.  I want the sensor not to be activated outside of 1:00AM and 6:00AM

 

Any other ideas?  Thanks

Link to comment
Share on other sites

Post a screen shot.

 

Instead of this:

 

? if time is between 1:00AM and 6:00AM

> turn on master terrace > Door Light 

 

It should look like this:

 

? if time is between 1:00AM and 6:00AM

        > turn on master terrace > Door Light 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

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