EHylands / homebridge-qolsys

Homebridge Qolsys IQ Panel plugin
MIT License
15 stars 1 forks source link

Motion sensor minimun trigger duration #15

Closed EHylands closed 1 year ago

EHylands commented 1 year ago

Some sensors will instantaneously revert back to a closed stated after detecting an event (IQ Motion for example). CLOSE -> OPEN -> CLOSE (in the same second)

While Homekit will fire automations based on that detected event, Home App will possibely not show the accessory as being active and will not show activity notifications associated with that accessory.

With the Experimental Option Sensor minimum trigger duration enabled, the plugin will detect fast and instantaneously transitions between sensors states and introduce a small delay to allow for event to be properly shown in Home App (Accessory activity and notification).