-
Notifications
You must be signed in to change notification settings - Fork 36
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
Smartlock: 502 Bad Gateway #200
Comments
Same Problem here, State of Lock is wrong. Its open and shows locked. Started Yesterday |
Yes, every day I see in the log many times become unavailable...than available again. |
Based on the stack trace, it's not a device and/or integration issue, but a Nuki Web API endpoint availability. If Nuki Web API isn't stable these days, try to disable it (remove Web token from the configuration) |
Ok I can disable in these days and remove webtoken, but I need to insert again with new token? or I can't use the integration for some days? |
Sorry, can you explain how do. |
No, you need to remove the integration and add it again, leaving the web token field empty |
Well, if you don't have a Nuki bridge (I'm not aware of your setup) and Web API is the only option for you - then you're out of luck. I don't know what's happening to the Nuki Web infrastructure |
Ok, I added integration using bridge token. |
Post a feedback, if anything changes. I do run into the same issues. |
Confirm that with this modification it works. |
From some days I have a problem with this nuki integration.
I have changed the router but I have connected to new Wifi the Nuki Bridge.
The nuki app works perfectly but in HA I have this log
Error while fetching list of devices via web API: Traceback (most recent call last): File "/config/custom_components/nuki_ng/nuki.py", line 439, in _update web_list = await self.api.web_list() ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/nuki_ng/nuki.py", line 297, in web_list resp = await self.web_async_json( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/nuki_ng/nuki.py", line 186, in web_async_json return await self.async_json( ^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/nuki_ng/nuki.py", line 41, in async_json raise HomeAssistantError(f"Http response for {response.request.url}: {response.status_code} {response.reason}") homeassistant.exceptions.HomeAssistantError: Http response for https://api.nuki.io/smartlock: 502 Bad Gateway
The text was updated successfully, but these errors were encountered: