I have been running home assistant on a container for a few years, but I am needing to move it off of my main server. Due to the complexity of the system I had thought that using an Intel NUC would give me a bit more headroom and keep the automations quick as compared to a raspberry pi 4.
Although I am able to get HAOS installed on the NUC, even the brand new version of the install comes with issues with integrations not loading properly. For example, the Met.no and radio browser integrations both fail to set up properly. Sample logs are below. If I try to do a partial restore then although my lovelace dashboards come across nicely, 90% of the integrations do not load properly, and it is not necessarily limited to those that require a remote connection, but also includes those that communicate on the local network. I have tried disabling the wifi and bluetooth.
Appreciate any insight into this issue.
Logs below
2023-08-22 22:15:48.831 WARNING (Recorder) [homeassistant.components.recorder.util] The system could not validate that the sqlite3 database at //config/home-assistant_v2.db was shutdown cleanly
2023-08-22 22:15:48.852 WARNING (Recorder) [homeassistant.components.recorder.util] Ended unfinished session (id=2 from 2023-08-23 02:03:35.814032)
2023-08-22 22:15:49.787 WARNING (MainThread) [homeassistant.config_entries] Config entry '58:CE:2A:F1:8B:09' for bluetooth integration not ready yet: Bluetooth adapter None with address 58:CE:2A:F1:8B:09 not found; Retrying in background
2023-08-22 22:15:54.017 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Radio Browser' for radio_browser integration not ready yet: Could not connect to Radio Browser API; Retrying in background
2023-08-22 22:15:58.752 ERROR (MainThread) [metno] Access to https://aa015h6buqvih86i1.api.met.no/weatherapi/locationforecast/2.0/complete returned error 'ClientConnectorError'
2023-08-22 22:15:58.758 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Home' for met integration not ready yet: Update failed: ; Retrying in background
2023-08-22 22:16:03.771 ERROR (MainThread) [homeassistant.components.homeassistant_alerts] Error requesting homeassistant_alerts data: Cannot connect to host alerts.home-assistant.io:443 ssl:default [Try again]
2023-08-22 22:16:03.781 ERROR (MainThread) [metno] Access to https://aa015h6buqvih86i1.api.met.no/weatherapi/locationforecast/2.0/complete returned error 'ClientConnectorError'
2023-08-22 22:16:05.998 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 192.168.1.182 (192.168.1.182). Requested URL: '/auth/token'. (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203)
2023-08-22 22:16:11.016 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 192.168.1.182 (192.168.1.182). Requested URL: '/api/websocket'. (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203)
2023-08-22 22:16:19.148 ERROR (MainThread) [metno] Access to https://aa015h6buqvih86i1.api.met.no/weatherapi/locationforecast/2.0/complete returned error 'ClientConnectorError'
2023-08-22 22:16:44.370 ERROR (MainThread) [metno] Access to https://aa015h6buqvih86i1.api.met.no/weatherapi/locationforecast/2.0/complete returned error 'ClientConnectorError'
2023-08-22 22:17:29.832 ERROR (MainThread) [metno] Access to https://aa015h6buqvih86i1.api.met.no/weatherapi/locationforecast/2.0/complete returned error 'ClientConnectorError'
2023-08-22 22:18:55.124 ERROR (MainThread) [metno] Access to https://aa015h6buqvih86i1.api.met.no/weatherapi/locationforecast/2.0/complete returned error 'ClientConnectorError'
2023-08-22 22:20:20.362 ERROR (MainThread) [metno] Access to https://aa015h6buqvih86i1.api.met.no/weatherapi/locationforecast/2.0/complete returned error 'ClientConnectorError'
2023-08-22 22:21:45.776 ERROR (MainThread) [metno] Access to https://aa015h6buqvih86i1.api.met.no/weatherapi/locationforecast/2.0/complete returned error 'ClientConnectorError'
2023-08-22 22:23:11.211 ERROR (MainThread) [metno] Access to https://aa015h6buqvih86i1.api.met.no/weatherapi/locationforecast/2.0/complete returned error 'ClientConnectorError'
2023-08-22 22:24:36.593 ERROR (MainThread) [metno] Access to https://aa015h6buqvih86i1.api.met.no/weatherapi/locationforecast/2.0/complete returned error 'ClientConnectorError'
2023-08-22 22:26:01.888 ERROR (MainThread) [metno] Access to https://aa015h6buqvih86i1.api.met.no/weatherapi/locationforecast/2.0/complete returned error 'ClientConnectorError'
2023-08-22 22:27:27.102 ERROR (MainThread) [metno] Access to https://aa015h6buqvih86i1.api.met.no/weatherapi/locationforecast/2.0/complete returned error 'ClientConnectorError'
2023-08-22 22:28:52.349 ERROR (MainThread) [metno] Access to https://aa015h6buqvih86i1.api.met.no/weatherapi/locationforecast/2.0/complete returned error 'ClientConnectorError'