This Installs AppDaemon in a separate Venv onto this system.
For more information about AppDaemon see the documentation.
$ sudo hassbian-config install appdaemon
$ sudo hassbian-config upgrade appdaemon
Running as: homeassistant
Configuration dir: /home/homeassistant/appdaemon/
Start service: sudo systemctl start [email protected]
Stop service: sudo systemctl stop [email protected]
Restart service: sudo systemctl restart [email protected]
Service status: sudo systemctl status [email protected]
Enter the virtual environment where AppDaemon is installed as homeassistant
:
$ sudo su -s /bin/bash homeassistant
$ source /srv/appdaemon/bin/activate
When you are done, type exit
to return to the pi
user.
To manually start AppDaemon, enter the AppDaemon virtual environment as described above, and then type this to start it:
$ appdaemon -c /home/homeassistant/appdaemon/
The installation script was originally contributed by @Landrash.
The upgrade script was originally contributed by @Ludeeus.