Jump to content
C4 Forums | Control4

Simple Prog ?


cannemi

Recommended Posts

I am trying to do the following:

1. When entry door is accessed after 8pm the kitchen lights will turn on for 1 minute then shutoff (I want it to go off between 8pm-5am)

Can someone tell me the best way to achieve this?

Thanks

Link to comment
Share on other sites


Make sure you have the scheduler agent - no need to MAKE a schedule event.

Have a 1 minute timer non-repeating

WHEN entry door opens

--IF time is between 8pm and 5am [select scheduler on the right in programming and it will have those conditionals

--RESET [entrydoor timer]

--Turn on kitchen light

WHEN [entrdoor timer] expires

Turn off kitchen 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.