Jump to content

another motion sensor question


jkraus

Recommended Posts

Posted

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')

Posted

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')

Guest
This topic is now closed to further replies.

×
×
  • Create New...