Scripts used in the Hassbian image.
HOME | SUITES | HASSBIAN-CONFIG (CLI) | CONTRIBUTE |
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
Description | Command/value |
---|---|
Running as: | homeassistant |
Configuration dir: | /home/homeassistant/appdaemon/ |
Start service: | sudo systemctl start appdaemon@homeassistant.service |
Stop service: | sudo systemctl stop appdaemon@homeassistant.service |
Restart service: | sudo systemctl restart appdaemon@homeassistant.service |
Service status: | sudo systemctl status appdaemon@homeassistant.service |
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.