lukasroegner / homebridge-nuki

Plugin for using the Nuki devices in homebridge.
MIT License
28 stars 3 forks source link

Delay between physical ring and notification #52

Closed derthobo closed 4 years ago

derthobo commented 4 years ago

Is there any chance to reduce the delay between the physical ring (someone rings the doorbell) and the notification from the Home-App? In my case it's a delay up to one or two minutes.

Thank you for your great work! :)

lukasroegner commented 4 years ago

Hi @derthobo,

Issues with a delay come from the Nuki bridge. Either, the bridge has an issue with the Wifi, or, you have old callback URLs registered on the Nuki bridge.

You can check the registered callbacks with an HTTP GET to http://<IP-OF-BRIDGE>:8080/callback/list?token=<TOKEN>. If the results show a callback that you do not currently use (e.g. old, uninstalled plugin), you can delete the callback with an HTTP GET to http://<IP-OF-BRIDGE>:8080/callback/remove?id=<ID-OF-CALLBACK>&token=<TOKEN>