#checkonline.home-assistant.io

1 messages · Page 1 of 1 (latest)

vital flame
#

Hi everyone. I am trying to figure out how to pass initial check online status. I am new to HA and installed it on rpi5. My instalation hangs on Preparing Home Assistant page. I see that it is trying to resolve checkonline.home-assistant.io from my pihole, but I don't think it is accessible at all. Can I skip this update or maybe I've missed something in configuration?
Logs showing this endless loop:

2024-10-08 18:27:00.326 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
2024-10-08 18:27:00.326 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retrying in 30sec
2024-10-08 18:27:30.460 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
2024-10-08 18:27:30.460 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retrying in 30sec

What happens:

  • RP boots
  • Web ui is accessible
  • I see endless loop

HA version is 16.1
I am using Raspberry Pi 5 with 4GB RAM and argon hat with WD Blue 256GB SSD.

pliant hamlet
#

Do you block other DNS servers or have similar things at the network level?

#

You could try disabling DNS fallback and excplicitly setting the DNS server

ha dns options --servers dns://DNSSERVERIPHERE --fallback=false
vital flame
pliant hamlet
#

Yep. Can't reach it either.

restive owl