|
网络情况:移动宽带集成:xiaomi miot , 彩云天气, HACS、speedtest
状况:1月26日早上收到短信,小区网络维修,维修完重启了HASS,然后就发现涉及到云端的集成都报错了,本地的集成还正常使用。求大神指点怎么解决。报错信息如下:
彩云天气:
此错误来自自定义集成。
Logger: custom_components.colorfulclouds
Source: helpers/update_coordinator.py:200
Integration: colorfulclouds (documentation, issues)
First occurred: 09:41:15 (31 occurrences)
Last logged: 10:19:39
Error requesting colorfulclouds data: HTTPSConnectionPool(host='api.caiyunapp.com', port=443): Max retries exceeded with url: /v2.5/XXXXXXXXXXXXXXXX/XXXXXXXXXXX/weather.json?dailysteps=5&hourlysteps=24&alert=True&unit=metric:v2×tamp=1643336034 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f8bb4fc70>: Failed to establish a new connection: [Errno -3] Try again'))
Error requesting colorfulclouds data: HTTPSConnectionPool(host='api.caiyunapp.com', port=443): Max retries exceeded with url: /v2.5/XXXXXXXXXXXXXXXX/XXXXXXXXXXX/weather.json?dailysteps=5&hourlysteps=24&alert=True&unit=metric:v2×tamp=1643336119 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f8ba46820>: Failed to establish a new connection: [Errno -3] Try again'))
Error requesting colorfulclouds data: HTTPSConnectionPool(host='api.caiyunapp.com', port=443): Max retries exceeded with url: /v2.5/XXXXXXXXXXXXXXXX/XXXXXXXXXXX/weather.json?dailysteps=5&hourlysteps=24&alert=True&unit=metric:v2×tamp=1643336204 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f8a6d8d30>: Failed to establish a new connection: [Errno -3] Try again'))
Error requesting colorfulclouds data: HTTPSConnectionPool(host='api.caiyunapp.com', port=443): Max retries exceeded with url: /v2.5/XXXXXXXXXXXXXXXX/XXXXXXXXXXX/weather.json?dailysteps=5&hourlysteps=24&alert=True&unit=metric:v2×tamp=1643336289 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f88d9ef10>: Failed to establish a new connection: [Errno -3] Try again'))
Error requesting colorfulclouds data: HTTPSConnectionPool(host='api.caiyunapp.com', port=443): Max retries exceeded with url: /v2.5/XXXXXXXXXXXXXXXX/XXXXXXXXXXX/weather.json?dailysteps=5&hourlysteps=24&alert=True&unit=metric:v2×tamp=1643336374 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f88d97370>: Failed to establish a new connection: [Errno -3] Try again'))
HACS的报错信息:
此错误来自自定义集成。
Logger: custom_components.hacs
Source: custom_components/hacs/base.py:478
Integration: HACS (documentation, issues)
First occurred: 09:41:18 (1 occurrences)
Last logged: 09:41:18
Request exception for 'https://api.github.com/rate_limit' with - Cannot connect to host api.github.com:443 ssl:default [Try again]
Traceback (most recent call last):
File "/config/custom_components/hacs/base.py", line 427, in async_can_update
response = await self.async_github_api_method(self.githubapi.rate_limit)
File "/config/custom_components/hacs/base.py", line 478, in async_github_api_method
raise HacsException(_exception)
custom_components.hacs.exceptions.HacsException: Request exception for 'https://api.github.com/rate_limit' with - Cannot connect to host api.github.com:443 ssl:default [Try again]
还有一个报错信息,不知道是啥集成的,如下:
Logger: homeassistant.components.updater
Source: helpers/update_coordinator.py:200
Integration: 更新提示 (documentation, issues)
First occurred: 09:41:15 (1 occurrences)
Last logged: 09:41:15
Error requesting Home Assistant update data: Cannot connect to host www.home-assistant.io:443 ssl:default [Try again]
|
|