KraigM / homebridge-wink

Wink hub plugin for HomeBridge
54 stars 37 forks source link

Door/Window/Contact Sensors #42

Open mriksman opened 8 years ago

mriksman commented 8 years ago

In order for Siri to respond to my queries if a door was opened/closed, I needed to add the following Characteristic; Characteristic.CurrentDoorState In order for the Door/Window notifications to come via HomeKit, then the device needs to stay as a Service.Door or Service.Window (which means putting up with the unused Target Position and Position State). The HomeKit notifications rely on the Characteristic.CurrentPosition changing value. Siri relies on the Characteristic.CurrentDoorState (which appears to be a mandatory Characteristic for Service.GarageDoor)