Hi,
I am new to he HA community and having the same issue. I just installed HA OS so it is a clean install without any specific network or DNS config. Whenever I try to add an integration with an external API (like whether services) I always get a connection issue.
If I try to ping a name like
ping google.com
I get a
ping: bad address 'google.com'
I tried to add the Google DNS servers into the DNS config with:
ha dns options --servers dns://8.8.8.8
but still not working, even after dns restart or a full restart of the system. It does seem that HA cannot resolve any internet name, I also have some errors in the logs like these:
Error connecting to weather service:
Logger: metno
Source: components/met/__init__.py:176
First occurred: 7:45:55 AM (114 occurrences)
Last logged: 10:12:57 AM
Access to https://aa015h6buqvih86i1.api.met.no/weatherapi/locationforecast/2.0/complete returned error 'ClientConnectorError'
Error connecting to some HA alerts system
Logger: homeassistant.components.homeassistant_alerts
Source: helpers/update_coordinator.py:269
Integration: Home Assistant Alerts (documentation, issues)
First occurred: 7:46:05 AM (1 occurrences)
Last logged: 7:46:05 AM
Error requesting homeassistant_alerts data: Cannot connect to host alerts.home-assistant.io:443 ssl:default [Try again]
Anyone has an idea on what could I test or adjust?
Thank you
And I also had the same issue about Balena freezing at 31-32%, check the post above as it seems some users has the same issue and reinstalling with an image created with another software solved the issue.
Hello,
I’m experiencing the same issue and I’ve installed HA using Ubuntu from a USB flash drive and install the Home Assistant Operating System from there (with Disks).
What could I try? Any clue?