Mark LaBelle Posted August 25, 2014 Share Posted August 25, 2014 Might seem like a dumb question, but does a sensor have to first "sense" motion in order to then "stop sensing" motion? I have a keypad at the top of the stairs and it sets a scene in the basement play area. If the kids hit that button, but don't go downstairs, the programming that turns it off after 5 minutes once it stops sensing motion, doesn't work. Maybe my programming is messed up, but once I go downstairs so the sensor "sees" me, then it turns off once it stops sensing motion. Or, at minimum, does it have to wait for the next check in interval at 10 minutes and then stop sensing and fire off the programming to turn off the scene? Mark Link to comment Share on other sites More sharing options...
neil12011 Posted August 25, 2014 Share Posted August 25, 2014 You could do this a few ways: When the 6 button is pressed: Execute lighting scene. Then start a timer: 5 min///when timer expires, turn off lighting scene. OR or you can go over to the actions pane and "if sensor is not sensing motion" turn off lighting scene. Also, you could have the light scene activate, and set it to when the motion sensor senses motion, it resets the timer. Link to comment Share on other sites More sharing options...
Cyknight Posted August 25, 2014 Share Posted August 25, 2014 But yes, it has to start sensing motion before it stops sensing motion. Link to comment Share on other sites More sharing options...
neil12011 Posted August 25, 2014 Share Posted August 25, 2014 But yes, it has to start sensing motion before it stops sensing motion. Touche'. Link to comment Share on other sites More sharing options...
Cyknight Posted August 25, 2014 Share Posted August 25, 2014 Mind you, I'd follow Neil's steps in your situation - restart the timer on manual turn on for a scene, and activate the scene in this case on motion directly (prevents loops vs start timer on scene activation) So:When motion starts sensing motionActivate scene xreset timer x {this is still here because if scene is already active - the timer would not be reset} When scene x is activatedreset timer x When timer expiresturn off lights Add any conditionals (night/day) as desired. Stop sensing motion wouldn't even need to be used in this scenario Link to comment Share on other sites More sharing options...
Mark LaBelle Posted August 27, 2014 Author Share Posted August 27, 2014 So I did the 6 button pressed activate lighting scene, start timer for 5 min, when timer expires turn off scene. If they do go downstairs, I set a when sensor senses motion activate that scene anyway and stop timer So silly, I missed the timer thing. :-) I just assumed if it was activated and then if the sensor didn't see anything, it would turn off anyway. But, like you said, it has to first sense motion. Thanks guys. Mark Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.