General info You might not want to tinker around with docker installation, even though I find it more flexible. In this case, there’s another way, much more user-friendly, that does not involve a lot of shell commands. It’s called Hass.io. I will not cover here the basic installation of the image, just make sure you pick the right one and install it, following these instructions. After you install it, connect the RPi via ethernet and access it through homeassistant.local:8123 in …
Tag: raspberry
I will describe quickly how to set-up and prepare RPI4 for Home Assistant. We will use this as a base to install docker and configure everything. You can use the imager from here , but use the lite image. You don’t need the desktop version. Install Raspberry OS Don’t forget to update and upgrade all packages: apt update && sudo apt upgrade , then reboot. When you first boot, you can configure the system with sudo raspi-config Don’t forget to …