I did an installation of home assistant with etcher. Afterwards i followed the setup of BRUH Automation on youtube. Everything works fine except for the start, restart and stop command. The biggest problem is that putty needs to remain running otherwise home assistant doesn’t work. I’ve taken a look here (https://home-assistant.io/docs/autostart/systemd/) to solve it but it’s to complicated for me to do. What could be my problem and how can I solve it.
Did you enable HA to start on boot using systemctl enable. Also, sudo systemctl restart home-assistant@homeassistant (you may have to change the user) should restart HA and bring back the shell. You can then close Putty safely.
Thank you for the fast reply.
I’ve done the command sudo systemctl enable. Now i’m prompted to enter a password. Neither the password of my pi or the password of home assistant is correct. Is there another home assitant password I should enter?
(presuming your HA user is called ‘homeassistant’ - which is should be if you used the all-in-one installer recently - and that you followed the guide you linked to in your first post to set up the service)
I’ve done it, but i got nothing like confirmation and the start command still doesn’t work even after closing putty and reopening it. There must be something I did wrong. Thanks for your help anyway!