hassio-addons / addon-appdaemon

AppDaemon4 - Home Assistant Community Add-ons
https://addons.community
MIT License
152 stars 47 forks source link

entity not found #150

Closed sonosam closed 2 years ago

sonosam commented 3 years ago

Problem/Motivation

Entities from Hass show in the entities section of the admin ui, but I get "entity not found" on the dashboard.

Expected behavior

Entity to show on the dashboard

Actual behavior

Entity not found shows on the tile

Steps to reproduce

Fresh install from addon store, only change to config was lat long and timezone. Added widget to dashboard.

Proposed changes

no clue how to fix. I have tried reinstalling, restarting, commenting out different parts of the config, adding ha_url and associated entities (which breaks it even more no connection to Hass).

Appdaemon.yaml: secrets: /config/secrets.yaml appdaemon: latitude: 38.820450 longitude: -77.050552 elevation: 39 time_zone: America/New_York plugins: HASS: type: hass http: url: http://127.0.0.1:5050 admin: api: hadashboard:

Log: [20:27:07] INFO: Starting AppDaemon... 2021-08-26 20:27:10.296075 INFO AppDaemon: AppDaemon Version 4.1.0 starting 2021-08-26 20:27:10.296772 INFO AppDaemon: Python version is 3.9.5 2021-08-26 20:27:10.299102 INFO AppDaemon: Configuration read from: /config/appdaemon/appdaemon.yaml 2021-08-26 20:27:10.301661 INFO AppDaemon: Added log: AppDaemon 2021-08-26 20:27:10.303050 INFO AppDaemon: Added log: Error 2021-08-26 20:27:10.304347 INFO AppDaemon: Added log: Access 2021-08-26 20:27:10.305463 INFO AppDaemon: Added log: Diag 2021-08-26 20:27:10.361025 INFO AppDaemon: Loading Plugin HASS using class HassPlugin from module hassplugin 2021-08-26 20:27:10.516536 INFO HASS: HASS Plugin Initializing 2021-08-26 20:27:10.518176 INFO HASS: HASS Plugin initialization complete 2021-08-26 20:27:10.520862 INFO AppDaemon: Initializing HTTP 2021-08-26 20:27:10.523587 INFO AppDaemon: Using 'ws' for event stream 2021-08-26 20:27:10.538236 INFO AppDaemon: Starting API 2021-08-26 20:27:10.553761 INFO AppDaemon: Starting Old Admin Interface 2021-08-26 20:27:10.555942 INFO AppDaemon: Starting Dashboards 2021-08-26 20:27:10.619287 INFO HASS: Connected to Home Assistant 2021.8.8 2021-08-26 20:27:10.683313 INFO AppDaemon: App 'hello_world' added 2021-08-26 20:27:10.687816 INFO AppDaemon: Found 1 total apps 2021-08-26 20:27:10.690416 INFO AppDaemon: Starting Apps with 1 workers and 1 pins 2021-08-26 20:27:10.700162 INFO AppDaemon: Running on port 5050 2021-08-26 20:27:10.775231 INFO HASS: Evaluating startup conditions 2021-08-26 20:27:10.799975 INFO HASS: Startup condition met: hass state=RUNNING 2021-08-26 20:27:10.800758 INFO HASS: All startup conditions met 2021-08-26 20:27:10.905245 INFO AppDaemon: Got initial state from namespace default 2021-08-26 20:27:12.720801 INFO AppDaemon: Scheduler running in realtime 2021-08-26 20:27:12.728709 INFO AppDaemon: Adding /config/appdaemon/apps to module import path 2021-08-26 20:27:12.732436 INFO AppDaemon: Loading App Module: /config/appdaemon/apps/hello.py 2021-08-26 20:27:12.751358 INFO AppDaemon: Initializing app hello_world using class HelloWorld from module hello 2021-08-26 20:27:12.949949 INFO hello_world: Hello from AppDaemon 2021-08-26 20:27:12.952859 INFO hello_world: You are now ready to run Apps! 2021-08-26 20:27:12.956773 INFO AppDaemon: App initialization complete 2021-08-26 20:27:17.789573 INFO AppDaemon: New client Hello Panel connected 2021-08-26 20:27:19.728905 INFO AppDaemon: New client Admin Client connected

github-actions[bot] commented 2 years ago

There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!