-
I have two Pi's configured for RA. If I log in and go to the room-assistant directory and type room-assistant it starts correctly and joins the cluster. Apr 13 11:18:37 rapiz-1 systemd[1]: Started room-assistant service. Trying to run Can anyone suggest what I have missed Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The quickstart guide for the Pi Zero W contains a correct example for the service file on that platform. Most importantly the ExecStart path should be You can also verify the correct path to use by running |
Beta Was this translation helpful? Give feedback.
The quickstart guide for the Pi Zero W contains a correct example for the service file on that platform. Most importantly the ExecStart path should be
/opt/nodejs/bin/room-assistant
. The Pi Zero is a bit of a special platform, which is why the path differs... I'm thinking about making the setup experience a bit better in the future.You can also verify the correct path to use by running
which room-assistant
on the Pi.