Hi, running on synology, docker, home assistant and deployed AppDaemon following doc for Docker.
My “Hellow World” works
Create a new dashboard, it works, but all entities are “not found”
This is my appdeamon.yaml
log:
logfile: STDOUT
errorfile: STDERR
appdaemon:
threads: 10
plugins:
HASS:
type: hass
ha_url: http://192.168.86.29:8123
token: eyJ0eXAi...(etc)...
hadashboard:
dash_url: http://Synology2:5050
my log files keep popping
“disconnected from home assistant”…
2019-10-19 20:36:17.616281 INFO Compiling dashboard 'Hello'
2019-10-19 20:36:18.032406 WARNING AppDaemon: HASS: Disconnected from Home Assistant, retrying in 5 seconds
2019-10-19 20:36:18.541387 INFO function [get_dashboard] finished in 1003 ms
2019-10-19 20:36:19.131090 INFO HADashboard: New dashboard connected: Hello Panel
2019-10-19 20:36:20.400243 INFO HADashboard: Dashboard disconnected
2019-10-19 20:36:21.596255 INFO function [get_dashboard] finished in 38 ms
2019-10-19 20:36:21.885658 INFO HADashboard: New dashboard connected: Main Panel
2019-10-19 20:36:23.040903 WARNING AppDaemon: HASS: Disconnected from Home Assistant, retrying in 5 seconds
2019-10-19 20:36:28.043771 WARNING AppDaemon: HASS: Disconnected from Home Assistant, retrying in 5 seconds
I’ve search for the last 2 hours obsessing to try to figure this out… but I can’t find the answer. Help please?