OMNI IIe Lighting automation script

randye007

Member
Hi All,
 
   I have my front exterior lights dimmed to 50% at midnight.
   I want to program it such that when the front motion detector gets tripped (between midnight and dawn), the front exterior lights brighten to 100% for 1 minute then return to 50%.
 
   Seems I can brighten for 1 minute then the light goes OFF. 
 
   Is there some sort of combination of flags and timers I can use to program this?
 
Thanks,
  Randy
 
Use a separate flag.  When motion trips, set the light to 100% and set a flag for one minute.  At expiration of the flag, set the light to 50%.
 
Back
Top