Hey Guys, i have a problem with appdaemon on a Synology Docker Installations.
I use Home Assistant on the same system.
I red every single post of this theme.
But i can´t find the misstake i made.
At first I create a Folder Appdaemon/conf with the appdaemon.yaml
log:
accessfile: /appdaemon/logs/access.log
errorfile: /appdaemon/logs/error.log
logfile: /appdaemon/logs/appdaemon.log
log_generations: 2
log_size: 1024
appdaemon:
threads: 10
plugins:
HASS:
type: hass
ha_url: http://hass IP
ha_key: hass key
hadashboard:
dash_url: http://192.168.178.28:5050
dashboard_dir: /appdaemon/dashboards
I also got the
- type: homeassistant
- type: legacy_api_password
also the http:
api_password:
and i tryed the token
in the config.yaml
My Docker Folder are Docker\appdaemon
my mount is /appdaemon
i use 3.0.2 Version
Network is the same as Home Assistant.
now i get this error and the container is already closed after start.
2019-01-20 18:56:11 | stdout | 2019-01-20 18:56:11.050818 WARNING AppDaemon: HASS: Disconnected from Home Assistant, retrying in 5 seconds |
---|---|---|
2019-01-20 18:56:06 | stdout | 2019-01-20 18:56:06.045236 WARNING AppDaemon: HASS: Disconnected from Home Assistant, retrying in 5 seconds |
2019-01-20 18:56:06 | stdout | 2019-01-20 18:56:06.041891 INFO API is disabled |
2019-01-20 18:56:06 | stdout | 2019-01-20 18:56:06.036297 INFO Dashboards are disabled |
2019-01-20 18:56:06 | stdout | 2019-01-20 18:56:06.033699 INFO AppDaemon: HASS: HASS Plugin initialization complete |
2019-01-20 18:56:06 | stdout | 2019-01-20 18:56:06.031503 INFO AppDaemon: HASS: HASS Plugin Initializing |
2019-01-20 18:56:05 | stdout | 2019-01-20 18:56:05.795303 INFO AppDaemon: Loading Plugin HASS using class HassPlugin from module hassplugin |
2019-01-20 18:56:05 | stdout | 2019-01-20 18:56:05.740576 INFO AppDaemon: Starting Apps |
2019-01-20 18:56:05 | stdout | 2019-01-20 18:56:05.712855 INFO Configuration read from: /conf/appdaemon.yaml |
2019-01-20 18:56:05 | stdout | 2019-01-20 18:56:05.706985 INFO AppDaemon Version 3.0.1 starting |
i deleted the container and reinstalled all but now way.
I think the Appdaemon Programm can´t find the appdaemon.yaml but i don´t no why i´m a noob
i hope anyone has an idea.
thx