Appdaemon dashboard stop working after updating Hassio

Hi,
As it is mentioned in the title, after updating to 0.81.X my Appdaemon dashboard stopped working and indicates an error message (“entity not found: xxxxx”) for each of my +30 widgets / icons which were working correctly a week ago.

What could be happening? (I’m still a newbie).

My appdaemon.yaml is the following:

    secrets: /config/secrets.yaml
    log:
      logfile: STDOUT
      errorfile: STDERR
    appdaemon:
      threads: 10
      app_dir: /config/appdaemon/apps
      plugins:
        HASS:
          type: hass
          ha_url: !secret http_url
          ha_key: !secret http_password
    hadashboard:
      dash_url: !secret dash_url
      dash_dir: /config/appdaemon/dashboards

While the log file is the following:

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 00-banner.sh: executing... 
-----------------------------------------------------------
 Hass.io Add-on: AppDaemon v1.6.0
 Python Apps and HADashboard using AppDaemon 3.x for Home Assistant
 From: Community Hass.io Add-ons
 By: Franck Nijhof <[email protected]>
-----------------------------------------------------------
 armhf / Resin OS 2.3.0+rev1 / HA 0.81.5 / SU 138 / stable
-----------------------------------------------------------
[cont-init.d] 00-banner.sh: exited 0.
[cont-init.d] 01-log-level.sh: executing... 
Log level is set to INFO
[cont-init.d] 01-log-level.sh: exited 0.
[cont-init.d] 02-updates.sh: executing... 
INFO: You are running the latest version of this add-on
[cont-init.d] 02-updates.sh: exited 0.
[cont-init.d] 20-init-configuration.sh: executing... 
[cont-init.d] 20-init-configuration.sh: exited 0.
[cont-init.d] 21-compiled-dir.sh: executing... 
[cont-init.d] 21-compiled-dir.sh: exited 0.
[cont-init.d] 30-auto-token.sh: executing... 
[cont-init.d] 30-auto-token.sh: exited 0.
[cont-init.d] 31-ha-url.sh: executing... 
WARNING: You are using an non-recommended Home Assistant URL!
WARNING: Setting the "ha_url" option in your AppDaemon config to
WARNING: "http://hassio/homeassistant" is recommended!
[cont-init.d] 31-ha-url.sh: exited 0.
[cont-init.d] 50-compiled-symlink.sh: executing... 
[cont-init.d] 50-compiled-symlink.sh: exited 0.
[cont-init.d] 80-system-packages.sh: executing... 
[cont-init.d] 80-system-packages.sh: exited 0.
[cont-init.d] 81-python-packages.sh: executing... 
[cont-init.d] 81-python-packages.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
2018-11-04 12:19:51.153898 INFO AppDaemon Version 3.0.2 starting
2018-11-04 12:19:51.154649 INFO Configuration read from: /config/appdaemon/appdaemon.yaml
2018-11-04 12:19:51.158961 INFO AppDaemon: Starting Apps
2018-11-04 12:19:51.167940 INFO AppDaemon: Loading Plugin HASS using class HassPlugin from module hassplugin
2018-11-04 12:19:51.442920 INFO AppDaemon: HASS: HASS Plugin Initializing
2018-11-04 12:19:51.444290 INFO AppDaemon: HASS: HASS Plugin initialization complete
2018-11-04 12:19:51.445504 INFO Starting Dashboards
2018-11-04 12:19:51.468170 INFO API is disabled
2018-11-04 12:19:52.425576 INFO AppDaemon: HASS: Connected to Home Assistant 0.81.5
2018-11-04 12:19:52.427517 WARNING AppDaemon: HASS: Disconnected from Home Assistant, retrying in 5 seconds

Thanks!

Post it here how to solve it - Disconnected: Did not receive auth message within 10 seconds

1 Like