Hi there,
I’ve been struggling for WEEKS now with following problem.
I have a litte project at the raspi 4 which controls lights and sensors for my tortoises. The project is working fine with my boot and root hosted in my Synology NAS.
As ist is a small project, it seemed logical to use the remaining ressources from the raspi to my HomeAssistant.
That’s why I decided to install HA supervised. Even if the instructions are simple enough to follow and I´ve been watching a LOT of instructions and videos, with this installation I get stucked at docker.
Every script I run ends at:
[info] Creating default docker daemon configuration /etc/docker/daemon.json
[info] Restarting docker service
Job for docker.service failed because the control process exited with error code.
See “systemctl status docker.service” and “journalctl -xe” for details.
root@rpi3:~# curl -sL “https://raw.githubusercontent.com/Kanga-Who/home-assistant/master/supervised-installer.sh” | bash -s – -m raspbe…
Docker ps gives me this:
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
I also tried to install HA using the SD Card (which worked, at least once) but if I “migrate” it to the NAS HA stops working. I have no more access to the 8123.
Staying on an SD Card ist not an option; I have already burned 5 of them with my constant temp-logging. Getting into the greenhouse and opening the case is also difficult, since it is humidity protected…
Can anyone PLEASE point me in the right direction? what am I doing wrong?
Thank you in advance!