-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Confused - slowing down home bridge and 503 error #100
Comments
How many locks are connected to the bridge and what lock_state_mode are you using? |
one lock and one opener - always request lock states |
Try lock_state_mode = 1. Multiple device might cause this as the bridge can only handle one request at a time. |
As I use the settings I guess 1 is plugin cache? |
Yea |
Thanks, that works so far, no further error messages, what still doesn't work is, that I don't get a message on my phone as soon as the door is opened or closed, had this with the plugin I used before. Any further adjustments to make to get that ? |
This has nothing to do with the plugin as Homekit is responsible for the notifications. Maxbe you turned them off in home app. |
Thanks for the quick reply - strange I didn't and they are turned on. Well - thanks so far |
If you lock nuki while having the home app open, does it change to locked in the app? Or the other was around? |
yes it does but with quite a delay. When using the switches in the home app it also posts messages, but it doesn't when the lock is e.g. closed manually. The update in the app if done so takes up to two minutes. |
Installed the plugin successfully and it seemed to work, changed nothing but now only get following errors:
[18/01/2024, 17:18:38] [NukiBridge] Request to Nuki bridge 'http://XXX' finished with status code '503' and body 'HTTP 503 Unavailable'. null
[18/01/2024, 17:18:38] [NukiBridge] Request for lock state aborted. This is no problem and might happen due to canceled request or due to long response time of the Nuki bridge. Using cached value isLocked = 'true'.
[18/01/2024, 17:18:38] [NukiBridge] Request for lock state aborted. This is no problem and might happen due to canceled request or due to long response time of the Nuki bridge. Using cached value isLocked = 'true'.
Anything I can do here from my side?
The text was updated successfully, but these errors were encountered: