ebaauw / homebridge-nb

Homebridge plugin for Nuki Bridge
Apache License 2.0
51 stars 3 forks source link

Delay to state lock as "locked" #87

Closed bgoncal closed 1 year ago

bgoncal commented 1 year ago

I have my Nuki Smart Lock 3.0 in Homekit via Bluetooth (official way) and via this plugin. Bluetooth reports the states (locked/unlocked) very fast, but this plugin takes long to report "locked", "unlocked" is fine.

Anything that can be improved?

ebaauw commented 1 year ago

Check the Homebridge log and make sure Homebridge NB subscribes to the notifications by the Nuki bridge. Using nb callbackList, check that Homebridge NB is the only, or at least the first callback. Check the Bluetooth connection between the Smart Lock and the Bridge, using nb list.

ebaauw commented 1 year ago

Oops, above commit is for #86.