nitaybz / homebridge-delay-switch

Delay switches for Homebridge: https://github.com/nfarina/homebridge
MIT License
146 stars 20 forks source link

Occupancy Sensor Not Triggering #59

Closed Josh-Duncan closed 11 months ago

Josh-Duncan commented 2 years ago

I am currently running into an issue where the Occupancy sensor is not being triggered when the switch is flipped to on.

The log registers the change, and the switch toggles.

Example config:

            "name": "Office Occupancy",
            "delay": 900000,
            "sensorType": "occupancy",
            "flipSensorState": false,
            "startOnReboot": false,
            "accessory": "DelaySwitch"

homebridge-delay-switch v3.0.3 homebridge-config-ui-x v4.45.0 x2 AppleTV's and x1 HomePod Mini's configured as available hubs running 15.5

image

nitaybz commented 2 years ago

Occupancy is triggered when switch is turned off on it's own when timer is over