Motion detection

Hi, I really like this plugin, and it is working great with UI7 now. Nice job.

I’m testing how to use motion detection to trigger lights, and also turn off the lights. The motion detected event works fine to turn on lights. When no motion is detected the lights turn off. This happens too often; for example when sitting still at a table reading.

Does anyone have tips on how to improve this logic?

/Bart

Not much you can do I’m afraid. You want to use the motion sesnsors for something they’re not designed for.

What you would like is

[ul][li]if the system is armed, the motion sensor should not be too sensitive, as this would give false alarms[/li]
[li]if the system is disarmed, you want to srnso to be really sensitive, such that you can sense any motion[/li][/ul]

These sensor are designed for an alarm system and hence e.g. will go to sleep for some time once they have detected motion. Not really suitable for controlling lights.