Installation just not working - please help!

I am at a total loss – please help!

I want to set up a new Home Assistant machine. So, I purchased a Raspberry Pi 4B and followed the instructions here Raspberry Pi - Home Assistant. For the first few tries, when the imager was open, I did Ctrl+Shift+X to open the advanced menu. I set a few things, including username and password.

Once I fired up the Raspberry Pi, I was able to access it, via a browser at homeassistant.local:8123 and was shown the login screen. I entered the username/password but was told that one, or both, were wrong.

I then went into my desktop’s registry and deleted the data stored by the imager. I then ran the imager without opening the advanced menu. I was, again, able to access homeassistant.local:8123, saw the login screen, and tried root/[no password], but that didn’t work.

I am completely stuck – I have no idea what to try next. Please help.

You shouldn’t be seeing a login in screen, you should see the welcome screen depicted on the next page of the instructions.

Are you sure you’re opening this page in a browser from a different computer/device rather than just plugging the Raspberry Pi into a monitor?

Hi Gerry, just try by leaving the imager settings with it’s default settings, just the way it is instructed in that link.

That’s what I thought, but I am getting the login screen. What could I be doing wrong? And, Yes, I am using a browser on another computer.

If you setup HA, on the server itself you get a text based screen with the settings of your system.

When you connect from another PC with a browser which you point to http://IP_of_your_HA_system:8123, you get the onboarding screen in which you have create an account and do some settings.

Think I may have figured out the problem - but no solution.

I just did ‘ping homeassistant.local’ and the address shown was the HomeAssistant computer that is up and running - not the new one. Problem is this: When I look at the DHCP client list on my router, I do not see the new machine, so I have no idea what it’s IP address is.

The only thought that comes to mind is to disconnect the existing machine from the network and try again. Any better ideas?

You could:

  • detach the old HA (shutdown) from you network
  • restart your router so it refreshes it’s connections

As Nick suggested: I disconnected the existing HA and rebooted the router. I also ran the imager again to get a fresh image.

The first time I tried to access homeassistant.local:8123, using Firefox, it failed to connect (but I have a bunch of add-ons installed to make browsing more secure and they may have caused the problem). I them used Supermium and was able to connect and I saw the welcome screen. Great.

However, I started getting the following messages:
2024-05-27 21:54:19.870 WARNING (MainThread) [supervisor.jobs] ‘Updater.fetch_data’ blocked from execution, no supervisor internet connection
2024-05-27 21:54:19.871 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retrying in 30sec
2024-05-27 21:55:00.872 WARNING (MainThread) [supervisor.jobs] ‘Updater.fetch_data’ blocked from execution, no supervisor internet connection
2024-05-27 21:55:00.872 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retrying in 30sec

No idea how to get around this. I did turn off ‘Enable ARP Spoofing Defense’ on my router (before doing any of this) to try to avoid problems.

Network settings/DNS/filter (PiHole/Adguard)?

Use a private browser session, another browser or disable the add-ons for your HA

It’s there: HA (supervisor) cannot reach the internet due to some blocking/filtering/wrong network settings/…

Resolving network issues is quite difficult from a distance.

No idea why this worked, but…

On my router, I added an entry for the Raspberry Pi in the IP-MAC Binding table, and now it is downloading the update. I am confused because I had specifically turned off ‘Enable ARP Spoofing Defense’ and had rebooted the router.

Well, that proves my point of trying to help someone with a network issue.
But, good you got it solved!

Please take the time to mark the solution as the answer, you do that by selecting the three dots under the post:

image

Then select the check box:

image
By doing so this can be useful to other users as well (this thread comes up as solution when staring a related thread).