jkraus Posted March 20, 2009 Posted March 20, 2009 does the MS send on commands each time it sees movement i.e would a program as below keep light on as long as movement every 10 seconds or does it just send a "first on" and an "off" after no moment for 1 min, but no other "ons"? If Control '11.A0.A5-Sensor' is switched On And Status 'KPL A' is Off And Status 'RL Backyard #1' is Off And Status 'RL Backyard #5' is Off And Status 'RL Backyard #6' is Off Then Set 'Garage Lite' On Wait 10 seconds Set 'Garage Lite' Off Else - No Actions - (To add one, press 'Action')
Michel Kohanim Posted March 20, 2009 Posted March 20, 2009 Hi Joe, The motion sensor sends an On if and only if: 1. Motion has been sensed 2. The current state is off So, if you have a timeout of 10 seconds, and if motions is sensed within those 10 seconds, then motion sensor will never send off till no motion is sensed within 10 seconds after the last motion. With kind regards, Michel does the MS send on commands each time it sees movement i.e would a program as below keep light on as long as movement every 10 seconds or does it just send a "first on" and an "off" after no moment for 1 min, but no other "ons"? If Control '11.A0.A5-Sensor' is switched On And Status 'KPL A' is Off And Status 'RL Backyard #1' is Off And Status 'RL Backyard #5' is Off And Status 'RL Backyard #6' is Off Then Set 'Garage Lite' On Wait 10 seconds Set 'Garage Lite' Off Else - No Actions - (To add one, press 'Action')
Recommended Posts