Running HASSIO on Raspberry Pi3 and can't get the appdaemon to connect. I just get many of the same error messages: WARNING Unable to connect to Home Assistant, retrying in 5 seconds.
Here is my \HASSIO\config\hadaemon\appdaemon.yaml file:
AppDaemon:
cert_verify: False
logfile: STDOUT
errorfile: STDERR
threads: 10
app_dir: /config/hadaemon/apps
HASS:
ha_url: https://hassio.local:8123/
ha_key: STRONGPASS
ssl_certificate: '/ssl/fullchain.pem'
ssl_key: '/ssl/privkey.pem'
HADashboard:
dash_url: http://cp.local.io
dash_dir: /config/hadaemon/dashboards
Running HASSIO on Raspberry Pi3 and can't get the appdaemon to connect. I just get many of the same error messages: WARNING Unable to connect to Home Assistant, retrying in 5 seconds.
Here is my \HASSIO\config\hadaemon\appdaemon.yaml file: