Sonoff NSPanel - AppDeamon - ESPHome

Hallo zusammen, ich möchte ein Sonoff NSPanel als Zentrale aufbauen. Hierzu gibt es das: Overview - NsPanel Lovelace UI Docs
Nach Anleitung konnte das Panel flashen und mit MQTT aktivieren. Die Grundkonfiguartion mit appdaemon.yaml hat auch soweit funktioniert. Nun stehe im Display waiting for content. Wenn ich ins Protokoll von Appdeamon schaue sieht alles eigentlich gut aus. Bis auf die Meldungen:

2024-09-17 08:20:02.964570 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/updater.py - ignoring

das führt dazu, dass nicht in das Panel geladen wird. Was mache ich falsch? Wo muss ich nachschauen. Danke

Protokoll: 
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service base-addon-banner: starting

-----------------------------------------------------------
 Add-on: AppDaemon
 Python Apps and Dashboard using AppDaemon 4.x for Home Assistant
-----------------------------------------------------------
 Add-on version: 0.16.6
 You are running the latest version of this add-on.
 System: Home Assistant OS 13.1  (amd64 / qemux86-64)
 Home Assistant Core: 2024.9.2
 Home Assistant Supervisor: 2024.09.1
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
s6-rc: info: service base-addon-banner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service base-addon-log-level: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service base-addon-log-level successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service init-appdaemon: starting
Looking in indexes: https://pypi.org/simple, https://wheels.home-assistant.io/musllinux-index/
Collecting babel
  Downloading babel-2.16.0-py3-none-any.whl.metadata (1.5 kB)
Downloading babel-2.16.0-py3-none-any.whl (9.6 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.6/9.6 MB 22.4 MB/s eta 0:00:00
Installing collected packages: babel
Successfully installed babel-2.16.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
s6-rc: info: service init-appdaemon successfully started
s6-rc: info: service appdaemon: starting
s6-rc: info: service appdaemon successfully started
s6-rc: info: service legacy-services: starting
[08:19:56] INFO: Starting AppDaemon...
s6-rc: info: service legacy-services successfully started
2024-09-17 08:20:00.039382 INFO AppDaemon: AppDaemon Version 4.4.2 starting
2024-09-17 08:20:00.039675 INFO AppDaemon: Python version is 3.11.9
2024-09-17 08:20:00.039865 INFO AppDaemon: Configuration read from: /config/appdaemon.yaml
2024-09-17 08:20:00.040040 INFO AppDaemon: Added log: AppDaemon
2024-09-17 08:20:00.040236 INFO AppDaemon: Added log: Error
2024-09-17 08:20:00.040404 INFO AppDaemon: Added log: Access
2024-09-17 08:20:00.040566 INFO AppDaemon: Added log: Diag
2024-09-17 08:20:00.277879 INFO AppDaemon: Loading Plugin HASS using class HassPlugin from module hassplugin
2024-09-17 08:20:00.522963 INFO HASS: HASS Plugin Initializing
2024-09-17 08:20:00.523217 INFO HASS: HASS Plugin initialization complete
2024-09-17 08:20:00.523457 INFO AppDaemon: Loading Plugin MQTT using class MqttPlugin from module mqttplugin
2024-09-17 08:20:00.624459 INFO MQTT: MQTT Plugin Initializing
2024-09-17 08:20:00.624695 INFO MQTT: Using 'appdaemon/status' as Will Topic
2024-09-17 08:20:00.624811 INFO MQTT: Using 'appdaemon/status' as Birth Topic
2024-09-17 08:20:00.625294 INFO AppDaemon: Initializing HTTP
2024-09-17 08:20:00.625561 INFO AppDaemon: Using 'ws' for event stream
2024-09-17 08:20:00.629616 INFO AppDaemon: Starting API
2024-09-17 08:20:00.632264 INFO AppDaemon: Starting Admin Interface
2024-09-17 08:20:00.632607 INFO AppDaemon: Starting Dashboards
2024-09-17 08:20:00.645511 INFO HASS: Connected to Home Assistant 2024.9.2
2024-09-17 08:20:00.667539 INFO AppDaemon: App 'nspanel-1' added
2024-09-17 08:20:00.668759 INFO AppDaemon: Found 1 active apps
2024-09-17 08:20:00.669031 INFO AppDaemon: Found 0 inactive apps
2024-09-17 08:20:00.669235 INFO AppDaemon: Found 0 global libraries
2024-09-17 08:20:00.669473 INFO AppDaemon: Starting Apps with 1 workers and 1 pins
2024-09-17 08:20:00.670524 INFO AppDaemon: Running on port 5050
2024-09-17 08:20:00.694603 INFO HASS: Evaluating startup conditions
2024-09-17 08:20:00.698142 INFO MQTT: Connected to Broker at URL core-mosquitto.local.hass.io:1883
2024-09-17 08:20:00.700594 INFO AppDaemon: Got initial state from namespace mqtt
2024-09-17 08:20:00.701059 INFO MQTT: MQTT Plugin initialization complete
2024-09-17 08:20:00.705383 INFO HASS: Startup condition met: hass state=RUNNING
2024-09-17 08:20:00.708216 INFO HASS: All startup conditions met
2024-09-17 08:20:00.737751 INFO AppDaemon: Got initial state from namespace default
2024-09-17 08:20:02.677880 INFO AppDaemon: Scheduler running in realtime
2024-09-17 08:20:02.681059 INFO AppDaemon: Adding /homeassistant/appdaemon/apps/ to module import path
2024-09-17 08:20:02.681479 INFO AppDaemon: Adding /homeassistant/appdaemon/apps/nspanel-lovelace-ui to module import path
2024-09-17 08:20:02.681751 INFO AppDaemon: Adding /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend to module import path
2024-09-17 08:20:02.682051 INFO AppDaemon: Adding /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/translations to module import path
2024-09-17 08:20:02.682450 INFO AppDaemon: Adding /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/translations/frontend to module import path
2024-09-17 08:20:02.682793 INFO AppDaemon: Adding /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/translations/backend to module import path
2024-09-17 08:20:02.697287 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/hello.py - ignoring
2024-09-17 08:20:02.698268 INFO AppDaemon: Loading App Module: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/nspanel-lovelace-ui.py
2024-09-17 08:20:02.964570 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/updater.py - ignoring
2024-09-17 08:20:02.965344 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/controller.py - ignoring
2024-09-17 08:20:02.966273 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/icons.py - ignoring
2024-09-17 08:20:02.967065 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/apis.py - ignoring
2024-09-17 08:20:02.967846 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/pages.py - ignoring
2024-09-17 08:20:02.968700 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/localization.py - ignoring
2024-09-17 08:20:02.969542 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/mqtt.py - ignoring
2024-09-17 08:20:02.970349 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/config.py - ignoring
2024-09-17 08:20:02.971197 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/theme.py - ignoring
2024-09-17 08:20:02.971963 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/helper.py - ignoring
2024-09-17 08:20:02.972680 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/icon_mapping.py - ignoring
2024-09-17 08:20:02.973478 INFO AppDaemon: Loading app nspanel-1 using class NsPanelLovelaceUIManager from module nspanel-lovelace-ui
2024-09-17 08:20:02.975262 INFO AppDaemon: Calling initialize() for nspanel-1
2024-09-17 08:20:03.071631 INFO nspanel-1: Starting
2024-09-17 08:20:03.087600 INFO nspanel-1: Input config: {'panel_recv_topic': 'tele/nspanel/RESULT', 'panel_send_topic': 'cmnd/nspanel/CustomSend', 'model': 'eu'}
2024-09-17 08:20:03.089023 INFO nspanel-1: Loaded config: {'panelRecvTopic': 'tele/tasmota_your_mqtt_topic/RESULT', 'panelSendTopic': 'cmnd/tasmota_your_mqtt_topic/CustomSend', 'updateMode': 'auto-notify', 'model': 'eu', 'sleepTimeout': 20, 'sleepBrightness': 20, 'screenBrightness': 100, 'defaultBackgroundColor': 'ha-dark', 'featureExperimentalSliders': False, 'sleepTracking': None, 'sleepTrackingZones': ['not_home', 'off'], 'sleepOverride': None, 'locale': 'en_US', 'quiet': True, 'timeFormat': '%H:%M', 'dateFormatBabel': 'full', 'dateAdditionalTemplate': '', 'timeAdditionalTemplate': '', 'dateFormat': '%A, %d. %B %Y', 'cards': [{'type': 'cardEntities', 'entities': [{'entity': 'iText.', 'name': 'MQTT Config successful', 'icon': 'mdi:check', 'color:': [0, 255, 0]}, {'entity': 'iText.', 'name': 'Continue adding', 'icon': 'mdi:arrow-right-bold'}, {'entity': 'iText.', 'name': 'cards to your', 'icon': 'mdi:card'}, {'entity': 'iText.', 'name': 'apps.yaml', 'icon': 'mdi:cog'}], 'title': 'Setup successful'}], 'screensaver': {'type': 'screensaver', 'entity': 'weather.example', 'weatherUnit': 'celsius', 'forecastSkip': 0, 'weatherOverrideForecast1': None, 'weatherOverrideForecast2': None, 'weatherOverrideForecast3': None, 'weatherOverrideForecast4': None, 'doubleTapToUnlock': False, 'alternativeLayout': False, 'defaultCard': None, 'key': 'screensaver'}, 'hiddenCards': [], 'panel_recv_topic': 'tele/nspanel/RESULT', 'panel_send_topic': 'cmnd/nspanel/CustomSend'}
2024-09-17 08:20:03.097522 INFO nspanel-1: gtest123: ['iText.', 'iText.', 'iText.', 'iText.', 'weather.example']
2024-09-17 08:20:03.099318 INFO nspanel-1: Registering callbacks for the following items: ['weather.example']
2024-09-17 08:20:03.119380 INFO nspanel-1: Started (v4.3.3)
2024-09-17 08:20:03.120696 INFO AppDaemon: App initialization complete

:crayon:by HarryP: Post formatiert

Hey,

ich hatte glaube ich das selbe Problem.
Hier steht die Lösung: FAQ - NsPanel Lovelace UI Docs

  1. Check the location of your apps.yaml With the AppDaemon Addon >= 15 the config dir has been moved. It’s required to configure the location back to the old one, this is done by the app_dir line in your appdaemon.yaml. This also requires you to move your apps.yaml to this location. Please make sure your apps.yaml is at /config/appdaemon/apps/apps.yaml and move it otherwise.

Ich habe die apps.yaml einfach nochmals an dem alten Ort erstellt und es hat dann funktioniert :wink:

LG
Jay

Hey,

ich hatte glaube ich das selbe Problem.
Hier steht die Lösung: FAQ - NsPanel Lovelace UI Docs

  1. Check the location of your apps.yaml With the AppDaemon Addon >= 15 the config dir has been moved. It’s required to configure the location back to the old one, this is done by the app_dir line in your appdaemon.yaml. This also requires you to move your apps.yaml to this location. Please make sure your apps.yaml is at /config/appdaemon/apps/apps.yaml and move it otherwise.

Ich habe die apps.yaml einfach nochmals an dem alten Ort erstellt und es hat dann funktioniert :wink:

LG
Jay