-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
Update of Home Assistant Core to 2024.8.1 erros with Xiaomi gateway - Xiaomi Miio #124044
Comments
Hey there @rytilahti, @syssi, @starkillerOG, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) xiaomi_miio documentation |
did you already tries the suggestion from #124034 (comment) from your previous opened issue? |
Yes, I opened another ticket because it is a case with custom components as suggested by @rytilahti |
but the suggestion #124034 (comment) was to report this issue to the maintainer of the custom component, not to the HA core project again? 😉 |
OK, i've opened a ticket with maintainer :) |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
The problem
The problem
After the latest update to HA Core 2024.8.1 I've started getting errors for connection on Xiaomi Gateway, and on username that has Chines region devices
Also local Xiaomi devices on China region works, but cloud ones doesn't work.
There error from log is:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 604, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/xiaomi_miio/init.py", line 130, in async_setup_entry
await async_setup_gateway_entry(hass, entry)
File "/usr/src/homeassistant/homeassistant/components/xiaomi_miio/init.py", line 410, in async_setup_gateway_entry
await gateway.async_connect_gateway(host, token)
File "/usr/src/homeassistant/homeassistant/components/xiaomi_miio/gateway.py", line 66, in async_connect_gateway
await self._hass.async_add_executor_job(self.connect_gateway)
asyncio.exceptions.CancelledError: Global task timeout
2024-08-16 11:11:32.372 ERROR (SyncWorker_0) [xiaomi_gateway] Cannot connect to gateway 7c49eb88b437
2024-08-16 11:11:32.372 ERROR (SyncWorker_0) [xiaomi_gateway] No data in response from hub None
2024-08-16 11:11:34.270 ERROR (MainThread) [custom_components.xiaomi_gateway3.core.cloud] Timeout while requesting MIoT api /v2/home/device_list_page
Could be there any network problems with reaching out to Chinese Xiaomi API from Europe?
What version of Home Assistant Core has the issue?
core-2024.8.1
What was the last working version of Home Assistant Core?
core-2024.8.0
What type of installation are you running?
Home Assistant OS
Integration causing the issue
custom_components.xiaomi_gateway3.core.cloud
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: