This one has been troubling me for months now and I can’t figure it out. Every since I set up Home Assistant at my old folk’s home this has been happening.
TL;DR: Crashes happen predominantly during the weekend, almost always overnight. First the internet connection drops (but local connections stay online), 10 minutes later Zigbee devices go offline one by one, internal sensors and Shelly readings go last. No sign of life after that until power cycling the Pi.
- Raspberry Pi 4B
- core-2022.2.0
- supervisor-2022.01.1
- Home Assistant OS 7.2
Several binary sensors monitor the network status of the Pi.
Internet access is lost at 23:28 on Feb13 and restored upon power cycling the Pi at 10:04 on Feb14. Note that the modem and router ping are fine, meaning the network stayed up.
Naturally, HASS was not reachable from outside of the network.
If the internet connection would actually be the problem, the Zigbee network (ZHA) should have kept functioning just fine. But it didn’t.
Several temperature sensors stopped functioning at different times until the PI was power cycled. Offline times:
- Kantoor: 23:40
- Gastenruimte: 00:52
- Badkamer: 00:48
- Werkhok: 00:37
The humidity values (provided by the same sensors) stopped at different times. The last one was at 00:58.
The among the last sensors to cut out were:
- Memory, CPU%, and CPU temperature: 1:05 (all values were fine)
- Shelly 1PM energy data: 1:05
Last 10 minutes of Log
022-02-14 01:54:10 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.tz3000_8nkb7mof_ts0121_electrical_measurement is taking over 10 seconds
2022-02-14 01:54:40 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.tz3000_8nkb7mof_ts0121_electrical_measurement is taking over 10 seconds
2022-02-14 01:55:40 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.tz3000_8nkb7mof_ts0121_electrical_measurement is taking over 10 seconds
2022-02-14 01:55:50 WARNING (MainThread) [homeassistant.components.buienradar.util] Unable to retrieve json data from Buienradar(Msg: Cannot connect to host data.buienradar.nl:443 ssl:default [Try again], status: None,)
2022-02-14 01:55:50 WARNING (MainThread) [homeassistant.components.buienradar.util] Unable to retrieve json data from Buienradar(Msg: Cannot connect to host data.buienradar.nl:443 ssl:default [Try again], status: None,)
2022-02-14 01:56:10 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.tz3000_8nkb7mof_ts0121_electrical_measurement is taking over 10 seconds
2022-02-14 01:57:05 WARNING (MainThread) [dsmr_parser.clients.protocol] Invalid telegram. The CRC checksum '16388' does not match the expected '5672'
2022-02-14 01:57:10 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.tz3000_8nkb7mof_ts0121_electrical_measurement is taking over 10 seconds
2022-02-14 01:57:55 WARNING (MainThread) [homeassistant.components.buienradar.util] Unable to retrieve json data from Buienradar(Msg: Cannot connect to host data.buienradar.nl:443 ssl:default [Try again], status: None,)
2022-02-14 01:57:55 WARNING (MainThread) [homeassistant.components.buienradar.util] Unable to retrieve json data from Buienradar(Msg: Cannot connect to host data.buienradar.nl:443 ssl:default [Try again], status: None,)
2022-02-14 01:58:10 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.tz3000_8nkb7mof_ts0121_electrical_measurement is taking over 10 seconds
2022-02-14 01:58:17 ERROR (MainThread) [vw_connection] Login failed for VW account, Cannot connect to host identity.vwgroup.io:443 ssl:default [Try again]
2022-02-14 01:58:17 ERROR (MainThread) [vw_connection] Cannot connect to host identity.vwgroup.io:443 ssl:default [Try again]
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 1154, in _create_direct_connection
hosts = await asyncio.shield(host_resolved)
File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 880, in _resolve_host
addrs = await self._resolver.resolve(host, port, family=self._family)
File "/usr/local/lib/python3.9/site-packages/aiohttp/resolver.py", line 33, in resolve
infos = await self._loop.getaddrinfo(
File "/usr/local/lib/python3.9/asyncio/base_events.py", line 856, in getaddrinfo
return await self.run_in_executor(
File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.9/socket.py", line 954, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -3] Try again
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/vw_connection.py", line 157, in _login
req = await self._session.get(
File "/usr/local/lib/python3.9/site-packages/aiohttp/client.py", line 535, in _request
conn = await self._connector.connect(
File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 542, in connect
proto = await self._create_connection(req, traces, timeout)
File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 907, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 1166, in _create_direct_connection
raise ClientConnectorError(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host identity.vwgroup.io:443 ssl:default [Try again]
2022-02-14 01:58:17 WARNING (MainThread) [vw_connection] Login for VW account failed!
2022-02-14 01:58:17 WARNING (MainThread) [custom_components.volkswagencarnet] Could not query update from volkswagen WeConnect
2022-02-14 01:59:10 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.tz3000_8nkb7mof_ts0121_electrical_measurement is taking over 10 seconds
2022-02-14 01:59:40 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.tz3000_8nkb7mof_ts0121_electrical_measurement is taking over 10 seconds
2022-02-14 02:00:00 WARNING (MainThread) [homeassistant.components.buienradar.util] Unable to retrieve json data from Buienradar(Msg: Cannot connect to host data.buienradar.nl:443 ssl:default [Try again], status: None,)
2022-02-14 02:00:00 WARNING (MainThread) [homeassistant.components.buienradar.util] Unable to retrieve json data from Buienradar(Msg: Cannot connect to host data.buienradar.nl:443 ssl:default [Try again], status: None,)
2022-02-14 02:00:40 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.tz3000_8nkb7mof_ts0121_electrical_measurement is taking over 10 seconds
2022-02-14 02:00:55 ERROR (Thread-4) [root] Uncaught thread exception
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/usr/local/lib/python3.9/site-packages/urllib3/util/connection.py", line 72, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
File "/usr/local/lib/python3.9/socket.py", line 954, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -3] Try again
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 386, in _make_request
self._validate_conn(conn)
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1040, in _validate_conn
conn.connect()
File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 358, in connect
conn = self._new_conn()
File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f78f04b50>: Failed to establish a new connection: [Errno -3] Try again
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 440, in send
resp = conn.urlopen(
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/usr/local/lib/python3.9/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='openapi.tuyaeu.com', port=443): Max retries exceeded with url: /v1.0/token/d4d4346456c36b60cd25f2ed6719955e (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f78f04b50>: Failed to establish a new connection: [Errno -3] Try again'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/threading.py", line 973, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.9/site-packages/tuya_iot/openmq.py", line 158, in run
self.__run_mqtt()
File "/usr/local/lib/python3.9/site-packages/tuya_iot/openmq.py", line 164, in __run_mqtt
mq_config = self._get_mqtt_config()
File "/usr/local/lib/python3.9/site-packages/tuya_iot/openmq.py", line 62, in _get_mqtt_config
response = self.api.post(
File "/usr/local/lib/python3.9/site-packages/tuya_iot/openapi.py", line 316, in post
return self.__request("POST", path, None, body)
File "/usr/local/lib/python3.9/site-packages/tuya_iot/openapi.py", line 238, in __request
self.__refresh_access_token_if_need(path)
File "/usr/local/lib/python3.9/site-packages/tuya_iot/openapi.py", line 164, in __refresh_access_token_if_need
response = self.get(
File "/usr/local/lib/python3.9/site-packages/tuya_iot/openapi.py", line 302, in get
return self.__request("GET", path, params, None)
File "/usr/local/lib/python3.9/site-packages/tuya_iot/openapi.py", line 266, in __request
response = self.session.request(
File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 529, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 645, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 519, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='openapi.tuyaeu.com', port=443): Max retries exceeded with url: /v1.0/token/d4d4346456c36b60cd25f2ed6719955e (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f78f04b50>: Failed to establish a new connection: [Errno -3] Try again'))
2022-02-14 02:01:10 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.tz3000_8nkb7mof_ts0121_electrical_measurement is taking over 10 seconds
2022-02-14 02:02:05 WARNING (MainThread) [homeassistant.components.buienradar.util] Unable to retrieve json data from Buienradar(Msg: Cannot connect to host data.buienradar.nl:443 ssl:default [Try again], status: None,)
2022-02-14 02:02:05 WARNING (MainThread) [homeassistant.components.buienradar.util] Unable to retrieve json data from Buienradar(Msg: Cannot connect to host data.buienradar.nl:443 ssl:default [Try again], status: None,)
2022-02-14 02:02:10 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.tz3000_8nkb7mof_ts0121_electrical_measurement is taking over 10 seconds
2022-02-14 02:03:22 ERROR (MainThread) [vw_connection] Login failed for VW account, Cannot connect to host identity.vwgroup.io:443 ssl:default [Try again]
2022-02-14 02:03:22 ERROR (MainThread) [vw_connection] Cannot connect to host identity.vwgroup.io:443 ssl:default [Try again]
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 1154, in _create_direct_connection
hosts = await asyncio.shield(host_resolved)
File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 880, in _resolve_host
addrs = await self._resolver.resolve(host, port, family=self._family)
File "/usr/local/lib/python3.9/site-packages/aiohttp/resolver.py", line 33, in resolve
infos = await self._loop.getaddrinfo(
File "/usr/local/lib/python3.9/asyncio/base_events.py", line 856, in getaddrinfo
return await self.run_in_executor(
File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.9/socket.py", line 954, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -3] Try again
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/vw_connection.py", line 157, in _login
req = await self._session.get(
File "/usr/local/lib/python3.9/site-packages/aiohttp/client.py", line 535, in _request
conn = await self._connector.connect(
File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 542, in connect
proto = await self._create_connection(req, traces, timeout)
File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 907, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 1166, in _create_direct_connection
raise ClientConnectorError(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host identity.vwgroup.io:443 ssl:default [Try again]
2022-02-14 02:03:22 WARNING (MainThread) [vw_connection] Login for VW account failed!
2022-02-14 02:03:22 WARNING (MainThread) [custom_components.volkswagencarnet] Could not query update from volkswagen WeConnect
2022-02-14 02:03:27 ERROR (SyncWorker_7) [stookalert.rivm_stookalert] Error getting Stookalert data
2022-02-14 02:03:28 ERROR (MainThread) [custom_components.hacs] 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 428, in async_can_update
response = await self.async_github_api_method(self.githubapi.rate_limit)
File "/config/custom_components/hacs/base.py", line 479, 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]
2022-02-14 02:03:38 INFO (MainThread) [custom_components.hacs] Loading known repositories
2022-02-14 02:03:43 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/config/custom_components/hacs/base.py", line 712, in recurring_tasks_all
await self.async_load_default_repositories()
File "/config/custom_components/hacs/base.py", line 724, in async_load_default_repositories
for item in await self.async_github_get_hacs_default_file(HacsCategory.REMOVED):
File "/config/custom_components/hacs/base.py", line 442, in async_github_get_hacs_default_file
response = await self.async_github_api_method(
File "/config/custom_components/hacs/base.py", line 479, in async_github_api_method
raise HacsException(_exception)
custom_components.hacs.exceptions.HacsException: Request exception for 'https://api.github.com/repos/hacs/default/contents/removed' with - Cannot connect to host api.github.com:443 ssl:default [Try again]
2022-02-14 02:03:49 WARNING (MainThread) [dsmr_parser.clients.protocol] Invalid telegram. The CRC checksum '10167' does not match the expected '17230'
2022-02-14 02:04:04 ERROR (MainThread) [custom_components.hacs] <Theme bbbenji/synthwave-hass> Cannot connect to host api.github.com:443 ssl:default [Try again]
2022-02-14 02:04:04 ERROR (MainThread) [custom_components.hacs] <Theme 3ative/3ative-blue-theme> Cannot connect to host api.github.com:443 ssl:default [Try again]
2022-02-14 02:04:04 ERROR (MainThread) [custom_components.hacs] <Theme basnijholt/lovelace-ios-dark-mode-theme> Cannot connect to host api.github.com:443 ssl:default [Try again]
2022-02-14 02:04:04 ERROR (MainThread) [custom_components.hacs] <Theme basnijholt/lovelace-ios-light-mode-theme> Cannot connect to host api.github.com:443 ssl:default [Try again]
2022-02-14 02:04:04 ERROR (MainThread) [custom_components.hacs] <Theme awolkers/home-assistant-themes> Cannot connect to host api.github.com:443 ssl:default [Try again]
2022-02-14 02:04:10 WARNING (MainThread) [homeassistant.components.buienradar.util] Unable to retrieve json data from Buienradar(Msg: Cannot connect to host data.buienradar.nl:443 ssl:default [Try again], status: None,)
2022-02-14 02:04:10 WARNING (MainThread) [homeassistant.components.buienradar.util] Unable to retrieve json data from Buienradar(Msg: Cannot connect to host data.buienradar.nl:443 ssl:default [Try again], status: None,)
2022-02-14 02:04:10 ERROR (MainThread) [custom_components.hacs] <Theme chaptergy/noctis-grey> Cannot connect to host api.github.com:443 ssl:default [Try again]
2022-02-14 02:04:10 ERROR (MainThread) [custom_components.hacs] <Theme aFFekopp/dark_teal> Cannot connect to host api.github.com:443 ssl:default [Try again]
2022-02-14 02:04:10 ERROR (MainThread) [custom_components.hacs] <Integration hacs/integration> Cannot connect to host api.github.com:443 ssl:default [Try again]
2022-02-14 02:04:10 ERROR (MainThread) [custom_components.hacs] <Theme 78wesley/Home-Assistant-Darkish-Theme> Cannot connect to host api.github.com:443 ssl:default [Try again]
2022-02-14 02:04:10 ERROR (MainThread) [custom_components.hacs] <Theme arsaboo/oxford_blue_theme> Cannot connect to host api.github.com:443 ssl:default [Try again]
2022-02-14 02:04:10 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.tz3000_8nkb7mof_ts0121_electrical_measurement is taking over 10 seconds
2022-02-14 02:04:15 ERROR (MainThread) [homeassistant.components.forecast_solar] Unexpected error fetching forecast_solar data: Error while resolving Forecast.Solar API address
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/forecast_solar/__init__.py", line 72, in _request
result = await dns.query("api.forecast.solar", "A")
aiodns.error.DNSError: (11, 'Could not contact DNS servers')
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 187, in _async_refresh
self.data = await self._async_update_data()
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 147, in _async_update_data
return await self.update_method()
File "/usr/local/lib/python3.9/site-packages/forecast_solar/__init__.py", line 138, in estimate
data = await self._request(
File "/usr/local/lib/python3.9/site-packages/forecast_solar/__init__.py", line 74, in _request
raise ForecastSolarConnectionError(
forecast_solar.exceptions.ForecastSolarConnectionError: Error while resolving Forecast.Solar API address
2022-02-14 02:04:30 ERROR (MainThread) [homeassistant.components.forecast_solar] Unexpected error fetching forecast_solar data: Error while resolving Forecast.Solar API address
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/forecast_solar/__init__.py", line 72, in _request
result = await dns.query("api.forecast.solar", "A")
aiodns.error.DNSError: (11, 'Could not contact DNS servers')
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 187, in _async_refresh
self.data = await self._async_update_data()
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 147, in _async_update_data
return await self.update_method()
File "/usr/local/lib/python3.9/site-packages/forecast_solar/__init__.py", line 138, in estimate
data = await self._request(
File "/usr/local/lib/python3.9/site-packages/forecast_solar/__init__.py", line 74, in _request
raise ForecastSolarConnectionError(
forecast_solar.exceptions.ForecastSolarConnectionError: Error while resolving Forecast.Solar API address
2022-02-14 02:04:32 ERROR (MainThread) [custom_components.hacs] <Theme basnijholt/lovelace-ios-themes> Cannot connect to host api.github.com:443 ssl:default [Try again]
2022-02-14 02:04:32 ERROR (MainThread) [custom_components.hacs] <Theme einschmidt/github_dark_theme> Cannot connect to host api.github.com:443 ssl:default [Try again]
2022-02-14 02:04:32 ERROR (MainThread) [custom_components.hacs] <Theme am80l/sundown> Cannot connect to host api.github.com:443 ssl:default [Try again]
2022-02-14 02:04:37 ERROR (MainThread) [custom_components.hacs] <Theme aFFekopp/noctis> Cannot connect to host api.github.com:443 ssl:default [Try again]
2022-02-14 02:04:37 ERROR (MainThread) [custom_components.hacs] <Theme DickSwart/swart_ninja_dark_theme> Cannot connect to host api.github.com:443 ssl:default [Try again]
2022-02-14 02:04:37 ERROR (MainThread) [custom_components.hacs] <Theme hekm77/reeder_dark_theme> Cannot connect to host api.github.com:443 ssl:default [Try again]
2022-02-14 02:04:37 ERROR (MainThread) [custom_components.hacs] <Theme Banditen01/vintage_theme> Cannot connect to host api.github.com:443 ssl:default [Try again]
2022-02-14 02:04:37 ERROR (MainThread) [custom_components.hacs] <Theme estiens/sweet_pink_hass_theme> Cannot connect to host api.github.com:443 ssl:default [Try again]
2022-02-14 02:04:37 ERROR (MainThread) [custom_components.hacs] <Theme einschmidt/github_light_theme> Cannot connect to host api.github.com:443 ssl:default [Try again]
2022-02-14 02:04:42 ERROR (MainThread) [custom_components.hacs] <Theme frenck/home-assistant-theme-outline> Cannot connect to host api.github.com:443 ssl:default [Try again]
2022-02-14 02:04:58 ERROR (MainThread) [custom_components.hacs] <Theme home-assistant-community-themes/aqua-fiesta> Cannot connect to host api.github.com:443 ssl:default [Try again]
2022-02-14 02:04:58 ERROR (MainThread) [custom_components.hacs] <Theme home-assistant-community-themes/amoled> Cannot connect to host api.github.com:443 ssl:default [Try again]
2022-02-14 02:04:58 ERROR (MainThread) [custom_components.hacs] <Theme home-assistant-community-themes/blackened> Cannot connect to host api.github.com:443 ssl:default [Try again]
2022-02-14 02:05:03 ERROR (MainThread) [custom_components.hacs] <Theme home-assistant-community-themes/grey-night> Cannot connect to host api.github.com:443 ssl:default [Try again]
2022-02-14 02:05:03 ERROR (MainThread) [custom_components.hacs] <Theme home-assistant-community-themes/blue-night> Cannot connect to host api.github.com:443 ssl:default [Try again]
2022-02-14 02:05:03 ERROR (MainThread) [custom_components.hacs] <Theme home-assistant-community-themes/dark-orange> Cannot connect to host api.github.com:443 ssl:default [Try again]
2022-02-14 02:05:03 ERROR (MainThread) [custom_components.hacs] <Theme home-assistant-community-themes/christmas> Cannot connect to host api.github.com:443 ssl:default [Try again]
2022-02-14 02:05:03 ERROR (MainThread) [custom_components.hacs] <Theme home-assistant-community-themes/halloween> Cannot connect to host api.github.com:443 ssl:default [Try again]
2022-02-14 02:05:03 ERROR (MainThread) [custom_components.hacs] <Theme home-assistant-community-themes/dark-mint> Cannot connect to host api.github.com:443 ssl:default [Try again]
2022-02-14 02:05:10 ERROR (MainThread) [homeassistant.components.forecast_solar] Unexpected error fetching forecast_solar data: Error while resolving Forecast.Solar API address
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/forecast_solar/__init__.py", line 72, in _request
result = await dns.query("api.forecast.solar", "A")
aiodns.error.DNSError: (11, 'Could not contact DNS servers')
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 187, in _async_refresh
self.data = await self._async_update_data()
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 147, in _async_update_data
return await self.update_method()
File "/usr/local/lib/python3.9/site-packages/forecast_solar/__init__.py", line 138, in estimate
data = await self._request(
File "/usr/local/lib/python3.9/site-packages/forecast_solar/__init__.py", line 74, in _request
raise ForecastSolarConnectionError(
forecast_solar.exceptions.ForecastSolarConnectionError: Error while resolving Forecast.Solar API address
2022-02-14 02:05:14 ERROR (MainThread) [custom_components.hacs] <Theme home-assistant-community-themes/material-dark-green> Cannot connect to host api.github.com:443 ssl:default [Try again]
Last 1.5h of the log (link needed as it’s too long for a post)
When reading the log, note:
- I am in a different time zone. 02:05 in the log is actually 01:05, which is the time of the crash.
- I think you can ignore the vw_connection related log entries.
The last line of the log is visualised by VScode as NULNULNULNUL
Any idea what might be causing this issue? Any advice on how I can figure out what’s causing the issue?