Help to configure Home Assistant on Rasbian!

Hi!

I don’t understand how to make an autostart for home assistant… I follow that link : Auto-start on Raspberry pi

But… I never find the homeassistant.service!
I start manually with :

sudo -u homeassistant -H -s
cd /srv/homeassistant
python3 -m venv .
source bin/activate

then : hass

I’m not an expert of raspberry or linux based system… I install it like that because I need rasbian to install jarvis and vnc on it… so I can’t install the full os

Have you looked at the documentation here?

You have to create the service file - see this guide.

1 Like

owww! I see ^^ thanks!

It was not easy for me (as a non expert AND non english) but I win! thanks you rocks ^^

Just be mindful of any other networks on your setup that may need to be up before HA starts. You will need to adjust your service daemon to reflect this.