How to Install this project AppDaemon apps - hhaim/hass GitHub Wiki
-
Install AppDaemon - install appdaemon
-
Copy all
folder to your<config directory>/apps/
<config directory>
-
Copy
to your<config directory>/appdaemon.yaml
<config directory>
-
Update
with Timezone and token.appdaemon.yaml
Token can be generated using this token guide
-
Update your
<config directory>/apps/apps.yaml
-
Keep only the apps required (e.g. only
)water_monitor
-
-
Restart appDaemon and look into the log
$sudo systemctl restart appdaemon
-
look into the log
journalctl -u appdaemon.service -f