Download belena etcher flash that image to your sd card. You dont need to extract anything. Make sure sd is at least 10gb
Connect cat5 ethernet cable to you pi, plug in sd card. Turn it on. If it’s booting ok the green light should be blinking and red should be solid. Check your router for the last ip it assigned, it will probably will be your pi4. Go to that ip:8123
I had it running great until I tried to restore from my old pi-3b. Eventually broke home assistant. I forgot how to get into samba, and couldn’t find basic URL info while searching:
My old config was like this:
smb://USERID:PASSWORD@HOSTNAME/SHARENAME
smb://HASS:DF;[email protected]/workgroup
I also tried to change my new pi-4 IP to the same as my old pi-3. I have tons of MQTT devices and don’t want to change the MQTT server IP’s in 50 devices. Purged old Pi-3 IP from my pihole’s static table, and assigned static to Pi-4. No joy!
Tried to force Static in the Pi. No joy!
Finally I dug up a MQTT device out of my box of stuffs, and assigned it to the Pi-4’s IP. Booted The Pi-4, finally moved over to the IP That I had set static in the pihole DHCP server.
Finally got back to default by deleting hassio from Docker:
“uninstall hassio in docker” (swiped from here)
Then execute the following commands to remove all traces:
sudo su
cd /etc/systemd/system
rm hassio-*
After that I purged the Docker containers again.
# Stop all running containers
docker stop $(docker ps -q)
# Remove all containers
docker rm $(docker ps -qa)
# Remove all Docker images
docker rmi -f $(docker images -q)
# A final clean
docker system prune
Noticed that after sending stop several would restart before being deleted. Did a few “rinse, repeats” of the three commands above until “docker stop $(docker ps -q)” came up blank
remove config. This will delete all in share folder, including snapshots. Make sure snapshots are saved externally
That’s exactly what I did (since it seemed the easiest and most foolproof way to go).
But: nothing!
When turning it on indeed solid red light, and green blinking for some time. But after a while the green light stops blinking. I get nothing. Not on a screen connected to the pi, nor through the <Ip-address>:8123
edit: S same result for 3.5… Been trying for hours and hours now. My first experience with Home Assistant, so I must say: so far it’s rather dissapointing… But not giving up yet! (even though I’m not sure what else I should do… Any suggestions??)
Are you sure you are hitting it with the right ip? If you check your router you should be able to find it. Also is the network light on eth port blinking green? You can also try to flash Rasspbian Lite and see if you can ssh into it, then just run the installation script manually
Yes, it’s the right IP. In my router the machine is called Hassio… So, it’s impossible to miss
The Eth port is blinking.
I finally managed to get something on the screen by uncommenting dtoverlay=vc4-fkms-v3d in config.txt now! Everything seems to start up fine…
I logged in succesfully using root, have the IP address confrimed by using ip addr show
Bingo!! My router gave the device guest access only… No clue why. Connected it to another port and it seems to work
Out of interest does anyone know of a decent case that can also incorporate the SSD ? Surprised that there does not to be anything on the market for this.
Do I really need the USB HUB? Is that because of only two USB 2 Ports or is there an additional reason? I intend to rebuild your setup but use the Cyrus USB Z-Wave Plus instead of the Aeotec. I currently have a Pi3 with the Razberry Z-Wave board and less then 10 Z-Wave devices and would like to switch to an USB Z-Wave with the new setup.
looks like it’s running ok, can you see the homeassistant docker container running when you do sudo docker ps, try loging into it and running hassio ha start
Hello, i’m looking for an installation-method hassio or normale home-assistant to rpi4.
Have some problems and want some advise what is the best manner to do.
I have a shim-fan who needs drivers and service-script to install. Can’t get this done on HASSOS image for RPI4. Is/how is this possible?
What is the best procedure to install home assistant into docker (portainer-based) on an rpi4?
Read some messages that RAM will not fully used on v4. Is that only on HASSOS image?