It's working well when I manually start it from the terminal. I can send POST commands from Loxone config and the text is broadcast across the home devices.
I'm having trouble trying to make it auto-start after a Loxberry reboot. I should also add I'm a complete Linux newbie and just learning the basics. Please be gentle...
I have created startup.sh in the directory /opt/loxberry/. The contents are -
#!/bin/sh sleep 30 cd ~/webfrontend/legacy/gar/assistant-relay-2.1.1/ npm run start
I can start the Google Assistant Relay manually if I run -
bash ~/startup.sh
I've edited rc.local and added the following -
It stills refuses to start automatically on Loxberry reboot.
Any suggestions?
Kommentar