I have AppDaemon configured and working but when I try HADashboard it doesn’t work. Here is my appdaemon.yaml:
AppDaemon:
logfile: /home/ubuntu/appd-logs/appd.log
errorfile: /home/ubuntu/appd-logs/appd.err
logsize: 100000
log_generations: 3
threads: 10
cert_path: /etc/letsencrypt/live/xxx/
cert_verify: False
time_zone: America/New_York
HASS:
ha_url: http://127.0.0.1:8123
ha_key: !secret http_password
HADashboard:
dash_dir: /home/ubuntu/dashdir
dash_url: https://192.168.1.28:5050
dash_ssl_certificate: /etc/letsencrypt/live/xxxx/fullchain.pem
dash_ssl_key: /etc/letsencrypt/live/xxxx/privkey.pem
dash_compile_on_start: 1
In the log the only reference to HADashboard is:
2017-11-26 13:34:47.120500 INFO App initialization complete
2017-11-26 13:34:47.121456 INFO Starting dashboard
2017-11-26 13:34:47.136650 INFO API is disabled
When I connect to the URL it fails (I get “empty response”). Any ideas?