I am clearly missing something and need some more guidance. Can someone do a youtube tutorial or a community blog for we average folk on how to set this up. i have a drawer full of Pi’s and crap and would love to get some satellites running.
git clone https://github.com/chatziko/homeassistant-satellite.git -b docker
cd homeassistant-satellite/docker
nano entrypoint.sh <edit as required>
docker compose up
This is what you need to do (I used a raspberry pi 3b):
1. Install raspberry pi OS
2. Make sure you enable ssh in the Raspberry Pi Imager BEFORE you image the sd card
3. Boot the rpi and ssh into it (search for the IP address in your router)
4. If you do not want to use docker then follow the installation steps on
I got this working on the RPI 3B, the only think I don’t like about it is it does not reconnect when HASS reboots, which i often if I am tinkering. So I have to SSH to the RPI and restart the docker.
I also tried try running outside docker with system services, same problem , I have to ssh and restart. No very practical.