alexkvw
(Alexkvw)
September 6, 2023, 7:33pm
1
Hi,
All cloud integrations are failing on my new install as they don’t seem to be able to connect to their servers. It was a clean install, i followed the instructions from home-assistant.io/installation/generic-x86-64/ and did a partial restore from a previous backup (Raspberry pi), just to load some add-ons.
From the log:
2023-09-02 22:20:23.938 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-09-02 22:20:23.961 ERROR (MainThread) [metno] Access to https://aa015h6buqvih86i1.api.met.no/weatherapi/locationforecast/2.0/complete returned error 'ClientConnectorError'
I am not a linux CLI expert but can google and tried a few things;
Can ping external IP addresses (tried 8.8.8.8)
Cannot ping domain names (www.google.com )
host www.google.com gives a timeout to 127.0.0.11#53 (some internal IP i guess?)
host www.google.com 8.8.8.8 gives no errors, same if i use my providers DNS
ha network info shows both my providers DNS servers and seems ok on other points too.
I am probably overlooking something obvious but it is driving me insane. please help!
tom_l
September 7, 2023, 1:54am
2
Go to Settings → System → Network and set your DNS to 8.8.8.8 or 1.1.1.1.
alexkvw
(Alexkvw)
September 8, 2023, 6:43am
3
Thanks. I think I tried that before did it once again for good measure and rebooted. Still the same issue however, see screenshot
tom_l
September 8, 2023, 7:10am
4
Try disabling IPv6. Same menu location as above.
alexkvw
(Alexkvw)
September 8, 2023, 8:08am
6
Balena Etcher, using Manjaro running on a bootable USB drive. I am running home assistant on:
HP Thin client T620
Dual Core (Amd)
8GB
16GB Sata M2 SSD
alexkvw
(Alexkvw)
September 8, 2023, 8:10am
7
Disabled ipv6, no improvement
francisp
(Francis)
September 8, 2023, 8:18am
8
Seems a problem caused by Belana Etcher
While flashing haos, balena etcher froze at 31% multiple times, but on reboot, ha seemed to run normally except that i was unable to use anything that relied on dns resolution, like connecting to home assistant cloud/nabu casa, opower or pirateweather. I tried to use rpi-imager to flash the disk, but it does not allow for flashing to non-removable drives (at least the gui version doesn’t). Once I realized that I could use rpi-imager in cli mode and flash to disk that way, I was able to flash hao…
Hi everyone,
I am a 2 year long HA user and I just bought a pre-owned HP thinclient t620 to run HA (to replace my current VM).
I performed a few checks and the thinclient works just fine.
I then proceeded to install home assistant following this guide : Generic x86-64 - Home Assistant . I first created a live Ubuntu usb drive and loaded ubuntu from the usb on the thinclient. From the ubuntu, I downloaded the HAOS image as well as balena.
Then, flashed the hard drive on the thinclient with th…
use USBImager instead
alexkvw
(Alexkvw)
September 8, 2023, 8:27am
9
Thanks, that must be it! Now that you mention it I do recall Balena Etcher freezing at 31%. As HA seemed to boot just fine I thought nothing of it.
I will reflash sometime this weekend and post the result here.
alexkvw
(Alexkvw)
September 8, 2023, 9:16pm
10
Success! Installed HA again using USBimager in Manjaro and it worked straight away. Thanks all for the support, I love HA and its community!