Tons of errors - Nothing works anymore

Hello guys, since last week I have all these errors and nothing works anymore.
I didn’t touch anything.
I tried to delete the DB file or restore a backup but no luck.

2024-03-07 12:20:28.187 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration ps4_custom which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-03-07 12:20:28.192 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-03-07 12:20:28.197 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration pun_sensor which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-03-07 12:20:28.202 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration candy which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-03-07 12:20:28.206 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration sonoff which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-03-07 12:20:28.210 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration govee which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-03-07 12:21:08.761 WARNING (MainThread) [homeassistant.setup] Setup of tag is taking over 10 seconds.
2024-03-07 12:21:08.761 WARNING (MainThread) [homeassistant.setup] Setup of input_datetime is taking over 10 seconds.
2024-03-07 12:21:08.762 WARNING (MainThread) [homeassistant.setup] Setup of counter is taking over 10 seconds.
2024-03-07 12:21:08.762 WARNING (MainThread) [homeassistant.setup] Setup of input_number is taking over 10 seconds.
2024-03-07 12:21:08.763 WARNING (MainThread) [homeassistant.setup] Setup of schedule is taking over 10 seconds.
2024-03-07 12:21:10.208 WARNING (MainThread) [homeassistant.setup] Setup of smartthings is taking over 10 seconds.
2024-03-07 12:21:14.829 WARNING (MainThread) [homeassistant.setup] Setup of input_button is taking over 10 seconds.
2024-03-07 12:21:14.895 WARNING (MainThread) [homeassistant.setup] Setup of input_text is taking over 10 seconds.
2024-03-07 12:21:14.896 WARNING (MainThread) [homeassistant.setup] Setup of timer is taking over 10 seconds.
2024-03-07 12:21:15.336 ERROR (SyncWorker_8) [homeassistant.components.fritzbox_callmonitor.sensor] Cannot connect to 192.168.1.1 on port 1012: [Errno 111] Connection refused
2024-03-07 12:21:15.634 ERROR (MainThread) [metno] Access to https://aa015h6buqvih86i1.api.met.no/weatherapi/locationforecast/2.0/complete returned error 'ClientConnectorError'
2024-03-07 12:21:15.703 WARNING (MainThread) [homeassistant.setup] Setup of input_select is taking over 10 seconds.
2024-03-07 12:21:19.138 WARNING (MainThread) [homeassistant.components.media_player] Setup of media_player platform songpal is taking over 10 seconds.
2024-03-07 12:21:20.130 WARNING (MainThread) [homeassistant.components.songpal.media_player] [Soundbar(http://192.168.1.7:10000/sony)] Unable to connect
2024-03-07 12:21:20.175 ERROR (MainThread) [homeassistant.components.mqtt.client] Failed to connect to MQTT server due to exception: [Errno -3] Try again
2024-03-07 12:21:20.300 WARNING (MainThread) [homeassistant.components.media_player] Platform songpal not ready yet; Retrying in background in 30 seconds
2024-03-07 12:21:22.081 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Home Assistant Cloud for netatmo
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 504, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/netatmo/__init__.py", line 75, in async_setup_entry
await config_entry_oauth2_flow.async_get_config_entry_implementation(
File "/usr/src/homeassistant/homeassistant/helpers/config_entry_oauth2_flow.py", line 421, in async_get_config_entry_implementation
raise ValueError("Implementation not available")
ValueError: Implementation not available
2024-03-07 12:21:24.084 WARNING (MainThread) [custom_components.pun_sensor] Errore durante l'aggiornamento via web, nuovo tentativo tra 1 minuto.
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 1173, in _create_direct_connection
hosts = await asyncio.shield(host_resolved)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 884, in _resolve_host
addrs = await self._resolver.resolve(host, port, family=self._family)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/resolver.py", line 33, in resolve
infos = await self._loop.getaddrinfo(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 899, in getaddrinfo
return await self.run_in_executor(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/socket.py", line 963, 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 "/config/custom_components/pun_sensor/__init__.py", line 292, in update_pun
await self._async_update_data()
File "/config/custom_components/pun_sensor/__init__.py", line 163, in _async_update_data
async with self.session.get(LOGIN_URL) as response:
File "/usr/local/lib/python3.12/site-packages/aiohttp/client.py", line 1194, in __aenter__
self._resp = await self._coro
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/client.py", line 578, in _request
conn = await self._connector.connect(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 544, in connect
proto = await self._create_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 911, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 1187, in _create_direct_connection
raise ClientConnectorError(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host www.mercatoelettrico.org:443 ssl:default [Try again]
2024-03-07 12:21:25.166 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 464, in async_can_update
response = await self.async_github_api_method(self.githubapi.rate_limit)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/hacs/base.py", line 522, 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]
2024-03-07 12:21:25.223 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.components.frontend. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from frontend directly at custom_components/hacs/frontend.py, line 58: hass.components.frontend.async_register_built_in_panel(, please create a bug report at https://github.com/hacs/integration/issues
2024-03-07 12:21:45.638 WARNING (MainThread) [homeassistant.components.ps4.media_player] PS4 could not be reached
2024-03-07 12:22:27.833 ERROR (SyncWorker_1) [homeassistant.util.package] Unable to install package govee-api-laggat==0.2.2: WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fa1f5c2c0>: Failed to establish a new connection: [Errno -3] Try again')': /simple/govee-api-laggat/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fa16ec440>: Failed to establish a new connection: [Errno -3] Try again')': /simple/govee-api-laggat/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fa124c770>: Failed to establish a new connection: [Errno -3] Try again')': /simple/govee-api-laggat/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fa124c980>: Failed to establish a new connection: [Errno -3] Try again')': /simple/govee-api-laggat/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fa13a7f80>: Failed to establish a new connection: [Errno -3] Try again')': /simple/govee-api-laggat/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fa124c8f0>: Failed to establish a new connection: [Errno -3] Try again')': /musllinux-index/govee-api-laggat/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fa124ce60>: Failed to establish a new connection: [Errno -3] Try again')': /musllinux-index/govee-api-laggat/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fa124d070>: Failed to establish a new connection: [Errno -3] Try again')': /musllinux-index/govee-api-laggat/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fa124d280>: Failed to establish a new connection: [Errno -3] Try again')': /musllinux-index/govee-api-laggat/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fa124d4f0>: Failed to establish a new connection: [Errno -3] Try again')': /musllinux-index/govee-api-laggat/
ERROR: Could not find a version that satisfies the requirement govee-api-laggat==0.2.2 (from versions: none)
ERROR: No matching distribution found for govee-api-laggat==0.2.2
2024-03-07 12:22:29.165 WARNING (MainThread) [custom_components.pun_sensor] Errore durante l'aggiornamento via web, nuovo tentativo tra 10 minuti.
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 1173, in _create_direct_connection
hosts = await asyncio.shield(host_resolved)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 884, in _resolve_host
addrs = await self._resolver.resolve(host, port, family=self._family)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/resolver.py", line 33, in resolve
infos = await self._loop.getaddrinfo(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 899, in getaddrinfo
return await self.run_in_executor(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/socket.py", line 963, 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 "/config/custom_components/pun_sensor/__init__.py", line 292, in update_pun
await self._async_update_data()
File "/config/custom_components/pun_sensor/__init__.py", line 163, in _async_update_data
async with self.session.get(LOGIN_URL) as response:
File "/usr/local/lib/python3.12/site-packages/aiohttp/client.py", line 1194, in __aenter__
self._resp = await self._coro
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/client.py", line 578, in _request
conn = await self._connector.connect(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 544, in connect
proto = await self._create_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 911, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 1187, in _create_direct_connection
raise ClientConnectorError(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host www.mercatoelettrico.org:443 ssl:default [Try again]

It looks like one of the custom integrations you are using, pun_sensor, is unable to connect to port 443 of www.mercatoelettrrico.org.

Disable it and restart Home Assistant. If that eliminates the error messages, report the problem to the custom integration’s author.

It looks more like it is multiple things that have issues with connecting to sites on the internet, so I would probably restart the router first.

1 Like

How can I disable only that?

The router is working fine for all the rest. In fact it seems a network issue but only related to hassio. But only for the integrations, cause to connect with hassio I use a remote link

  • Go to Settings > Devices & Services > Integrations
  • If the custom integration is displayed in the list of installed integrations, click it.
  • Then open the overflow menu (three vertical dots) and click Disable

Here’s a screenshot from another integration:

If the custom integration is not displayed in the list of installed integrations then you will need to read its documentation to learn how to either disable or uninstall it.


EDIT

I agree with WallyR that the problem you are experiencing is affecting more than just that one custom integration and it appears your Home Assistant machine is no longer able to access sites on the Internet.

DNS issue?

Yeah but how? What should I check? Everything was working fine and suddenly it doesn’t work anymore

But at which level? Cause from the outside I can reach normally hassio, it seems that the problem is inside

Being able to connect to your instance from outside doesn’t have much to do with the problems you have with your HA.
From your HA, can you ping a site and what if you do that from another machine?

Nope, if I try to ping google.com it says “bad address”

If you want help, at least provide the information to be able to help you.

And you get replies from another system?

If so, you have the reason why your HA doesn’t work as before.
Check your network settings of your HA system.

What kind of HA installation do you run?

Obviously something has changed and that change prevents your machine from accessing the Internet.

You are in a better position than anyone else to recall what might have changed recently.

The first step is to recall the exact date (or time) of the failure, or at least when you first noticed it. Then work backwards from that point in time and think of the things that changed in your system and networking environment.

  • Power failure?
  • Software updates?
  • Software configuration changes?
  • Addition/removal/replacement of software?
  • Addition/removal/replacement of networked equipment?

Hassio OS on raspberry pi3

I can’t say you if it happened after the last hassio update cause maybe the network problem came out after days when I switched off the power at home

  • Go to Settings > System > Network > Configure network interfaces > IPv4
  • How is it configured?

Do you have either one of these two Add-ons installed?

  1. SSH & Web Terminal
  2. Advanced SSH & Web Terminal

Worked a dns downgrade, but it isn’t a permanent solution
Everytime I reboot the hardware I need to do it again. How can I resolve?

How do you downgrade DNS??

The fact that the error returns with a reboot could indicate an issue on a DHCP server.
Do you have multiple routers or made changes to your router lately?

ha dns downgrade.

No I didn’t change anything, I’m 100% sure

What installation type and version of HA are you running?