I have been trying to get Home Assistant installed on a Raspberry Pi 3 B+
Here is what I did
-
Created an SD card with Raspberry Pi Imager, installing the Home Assistant Pi 3 system the imager provides a link for, the system released on 4/1/2021.
-
Put SD card in my Pi, connected to my Mac Mini via ethernet, and powered Pi.
-
After waiting a time for start up,I tired to reach the Pi via http at homeassistant.local:8123. No luck.
-
Restarted the Pi and waited even longer, at least 30min. No luck.
-
Pinged home assistant.local:8123 via terminal on the mac. Result is “unknown host.”
-
Restarted PI, now connected to a monitor, and watched the startup. I note that start job for NetworkManager Wait Online fails during the startup process.
-
I eventually get a message that says Welcome to Home Assistant and a request for login info.
-
I restart the Pi several times and the same sequence transpires: NetworkManager start fails and the welcome message appears.
I presume the failure of NetworkManager to start accounts for the fact that Home Assistant can’t be seen on my local network even though it appears to be running on the Pi as indicated by the login request.
What do I do now? Is there a default login that might allow me check systemctl status for the NetworkManager service?