Jump to content

Motion Sensor II False Positives


listen2this1

Recommended Posts

Have a MS2 that is located in my garage. I have a program that states if no motion after 15 minutes then turn off lights. It runs great if I have it set to 1 minute. The issue is the sensor sends false positives enough the lights might never shut off. If they do it might be 5-10 minutes before they turn on the light. Motion Setting in Image.

Garage Motion.png

Link to comment

You would think that such information was available, but that is not always the case.

Smarthome at times does not provide all the information to the public or a firmware update changes things and we get no added information on such changes. Sometimes trial and error is the only choice.

Link to comment
Garage Motion Lights On - [ID 000D][Parent 0001][Not Enabled]

If
        'Motion Sensors / Motion (Garage)' Status is On
 
Then
        Set 'Garage Lights' On
        Set 'Living Room Lamp' On
 
Else
        Wait  1 minute 
        Set 'Garage Lights' Off
        Set 'Living Room Lamp' Off
 

The one minute would be 15. At 1 minute for testing.

Link to comment

Admittedly I am not the most accomplished at programming, but the way I set MS's are "On Only" under motion settings and using CONTROL in IF statement instead of STATUS.  From some of the posts I have read seems using status will cause problems if it does not update on ISY.  I also set the timeout on MS to the lowest setting and use the ISY for timing.

Link to comment
On 8/16/2019 at 7:43 AM, TomL said:

Admittedly I am not the most accomplished at programming, but the way I set MS's are "On Only" under motion settings and using CONTROL in IF statement instead of STATUS.  From some of the posts I have read seems using status will cause problems if it does not update on ISY.  I also set the timeout on MS to the lowest setting and use the ISY for timing.

I will give this a shot, Thanks

 

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...