I have PLEG setup to turn on lights when there is motion and it is night time using the logic at http://forum.micasaverde.com/index.php/topic,14544.msg110490.html#msg110490
TurnOnFrontLights - (NOT FrontOutsideLightsTurnedOn1) AND (FrontOutsideMotion AND Night)
AutoTurnOnFrontLights - TurnOnFrontLights; FrontOutsideLightsTurnedOn1 < 15
TurnOffAutoOnFrontLights - AutoTurnOnFrontLights AND (FrontOutsideMotion; NoFrontOutsideMotion) AND (NoFrontOutsideMotion; NOW > 3:30)
TurnOffManualOnFrontLights - (NOT AutoTurnOnFrontLights) AND (FrontOutsideMotion; NoFrontOutsideMotion) AND (NoFrontOutsideMotion; NOW > 4:00:00)
However, my motion sensor is a bit jumpy and lights turn on too much. So, I’d like to setup PLEG to only turn on the lights if there is the motion is still tripped after 5 seconds.
Any hints in doing this?
Thanks!