Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1.28 KB

appdaemon.md

File metadata and controls

36 lines (31 loc) · 1.28 KB

Description

This Installs AppDaemon in a separate Venv onto this system.
For more information about AppDaemon see the documentation.

Installation

$ sudo hassbian-config install appdaemon

Upgrade

$ sudo hassbian-config upgrade appdaemon

Additional info

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.