Getting Started RSB

I’m trying to install HA on a Raspberry Pi 5. I think I have created an SD card correctly. When I boot the RPi, nothing happens. If I plug a monitor in, I can see that there is a “ha” prompt, which presumably means that the boot process has completed successfully. But it won’t show me a web page on homeassistant.local:8123, or on homeassistant:8123. How do I tell what IP number the RPi is running on?

Thank you - Rowan

hi Rowan,
be sure your computer is on the same network as the RPi5. Also try the address that is based upon 192.168.X.XX:8123 instead of homeassistant.whatever.

M

Thanks for your reply. But how do I find out what X.XX is?

1 Like

Rowan,
If you can get to the home assistant operating system startup screen where it says “Home Assistant” in really big letters and then “Welcome to the Home Assistant command line”, then just below that there will be a line that reads something like:
“IPv4 for end0: 192.168.0.66/24” The “192” part without the “/24” is the number you are looking for.

Another way to do it is to login as an admin to your router and look up the list of clients that are on your router and you should see the IP address (the “192.”) number in that list, possible even labeled as Raspberry.

Thanks for your help,. It never gets to that screen. It scrolls up lots and lots of messages on the screen, too fast to read. There are a number of FAILED messages:
“Failed to start containerd container runtime”. After a whole it just repeats the whole process, over and over forever.
What may be wrong? What can I try?

Thank you - Rowan

Okay…then it sounds like it is rebooting. The biggest reason for a reboots are an inadequate power supply…are you using a Raspberry power supply specifically designed for the RPI5? Anything with less capacity will cause reboots.
M

Yes, I believe that I’m using the right PSU. It has a rasperry picture on the side, and is rated at 5.1V 5A.

What else could be causing the reboots?

Thanks - Rowan

Write down the exact steps you followed, including which link you used to install HA. You might simply have installed the wrong image.
That way, it’ll be easier for us to follow along and see whether any mistakes were made.

The process that I am following is documented here, I have today repeated the whole process to make sure that I have described every step.
When I reboot the Pi, the red and green LEDs turn on and off, and the green one flickers. The yellow and green LEDs on the RJ45 socket are mostly permanently on, not flickering. Sometimes they turn off for 1 to 2 seconds, then come on again (again solid, not flickering). Nothing ever appears on the monitor. An IP scanner shows that a device called homeassistant.lan is present on 192.168.0.222. A port scan shows that this has a number of ports open, but not port 8123. If I try to browse to https://192.168.0.222:8123, it fails to connect.

What can I try next?

Thank you - Rowan