HADashboard
Welcome to HADashboard for Home Assistant.
The following Dashboards are available:
Hello
but its looks it can connect to HA ,
see log:
2019-07-21 22:06:13.819316 ERROR AppDaemon: Required attribute not set or obtainable from any plugin: latitude
2019-07-21 22:06:13.819587 ERROR AppDaemon: AppDaemon is terminating
2019-07-21 22:06:13.820416 ERROR AppDaemon: Required attribute not set or obtainable from any plugin: longitude
2019-07-21 22:06:13.821506 ERROR AppDaemon: AppDaemon is terminating
2019-07-21 22:06:13.823142 ERROR AppDaemon: Required attribute not set or obtainable from any plugin: elevation
2019-07-21 22:06:13.824164 ERROR AppDaemon: AppDaemon is terminating
2019-07-21 22:06:13.825270 ERROR AppDaemon: Required attribute not set or obtainable from any plugin: time_zone
2019-07-22 20:32:27.450946 INFO AppDaemon Version 3.0.5 starting
2019-07-22 20:32:27.451379 INFO Configuration read from: /conf/appdaemon.yaml
2019-07-22 20:32:27.509290 INFO AppDaemon: Starting Apps
2019-07-22 20:32:27.515237 INFO AppDaemon: Loading Plugin HASS using class HassPlugin from module hassplugin
2019-07-22 20:32:27.863097 INFO AppDaemon: HASS: HASS Plugin Initializing
2019-07-22 20:32:27.863780 INFO AppDaemon: HASS: HASS Plugin initialization complete
2019-07-22 20:32:27.864417 INFO Starting Dashboards
2019-07-22 20:32:27.877246 INFO API is disabled
2019-07-22 20:32:27.924063 WARNING AppDaemon: HASS: Disconnected from Home Assistant, retrying in 5 seconds
Anyways, I don’t think this is causing your issues. It would be best if you moved this post over to the third party integrations / appdaemon for follow up.
Also, side note, your hass dash ip is wrong based on your setup. you use 112 in the docker setup yet call out 113 in the configuration. Still not going to solve the disconnection issue though.
@franky , the cause of this problem
is when ur HA is running on https , appdaemon just don’t work with it…
the only way to make this running is to use a reverse proxy .
so it when u are connecting HA from internal network u use http and from outside https.
In my case, I was trying to access system from my Windows 10 system. I had to create a new rule on the firewall to open the port 5050. Not sure if I needed both, but i did so for both the Inbound and Outbound and then the issue went away and it worked fine…