Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppDaemon: Unable to find module module nspanel-lovelace-ui - 'nspanel-1' is not loaded / AppDaemon: No app description found for: /config/apps/hello.py #1276

Closed
4 tasks done
dkcmpnyone opened this issue Nov 8, 2024 · 3 comments
Labels
configuration related to configuration question Further information is requested

Comments

@dkcmpnyone
Copy link

dkcmpnyone commented Nov 8, 2024

PROBLEM DESCRIPTION

I'm seeing the waiting for content message on the Panel and I'm unable to find the configuration issue.

[] I've double checked each step explained in the FAQ:

https://docs.nspanel.pky.eu/faq/#waiting-for-content-this-is-taking-longer-than-usual-on-the-screen

REQUESTED INFORMATION

Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!

  • Provide a screenshot of your tasmota mqtt configuration:

image

  • Provide your appdaemon.yaml:
  appdaemon.yaml here:
---
appdaemon:
  latitude: 52.379189
  longitude: 4.899431
  elevation: 2
  time_zone: Europe/Amsterdam
  plugins:
    HASS:
      type: hass
    MQTT:
      type: mqtt
      namespace: mqtt
      client_id: "appdaemon"
      client_host: 10.0.1.2
      client_port: 1883
      client_user: "mqqt_user"
      client_password: "xxxxxx"
      client_topics: NONE
http:
  url: http://127.0.0.1:5050
admin:
api:
hadashboard:


  • Provide your apps.yaml:
  apps.yaml here:
---
nspanel-1:
  module: nspanel-lovelace-ui
  class: NsPanelLovelaceUIManager
  config:
    panelRecvTopic: "tele/nspanel_1dom/RESULT"
    panelSendTopic: "cmnd/nspanel_1dom/CustomSend"
    model: eu

  • Go to Settings>Add-ons>AppDaemon>Log and then, provide the output of the log after restarting the appdaemon container:
  Log output here:
 Add-on: AppDaemon
 Python Apps and Dashboard using AppDaemon 4.x for Home Assistant
-----------------------------------------------------------
 Add-on version: 0.16.7
 You are running the latest version of this add-on.
 System: Home Assistant OS 13.2  (aarch64 / green)
 Home Assistant Core: 2024.11.0
 Home Assistant Supervisor: 2024.11.2
-----------------------------------------------------------
 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 16.9 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
[19:59:30] INFO: Starting AppDaemon...
s6-rc: info: service legacy-services successfully started
2024-11-08 19:59:40.216171 INFO AppDaemon: AppDaemon Version 4.4.2 starting
2024-11-08 19:59:40.217136 INFO AppDaemon: Python version is 3.11.10
2024-11-08 19:59:40.218100 INFO AppDaemon: Configuration read from: /config/appdaemon.yaml
2024-11-08 19:59:40.218996 INFO AppDaemon: Added log: AppDaemon
2024-11-08 19:59:40.219964 INFO AppDaemon: Added log: Error
2024-11-08 19:59:40.220865 INFO AppDaemon: Added log: Access
2024-11-08 19:59:40.223716 INFO AppDaemon: Added log: Diag
2024-11-08 19:59:40.870204 INFO AppDaemon: Loading Plugin HASS using class HassPlugin from module hassplugin
2024-11-08 19:59:41.523421 INFO HASS: HASS Plugin Initializing
2024-11-08 19:59:41.524218 WARNING HASS: ha_url not found in HASS configuration - module not initialized
2024-11-08 19:59:41.525134 INFO HASS: HASS Plugin initialization complete
2024-11-08 19:59:41.526350 INFO AppDaemon: Loading Plugin MQTT using class MqttPlugin from module mqttplugin
2024-11-08 19:59:41.754882 INFO MQTT: MQTT Plugin Initializing
2024-11-08 19:59:41.755706 INFO MQTT: Using 'appdaemon/status' as Will Topic
2024-11-08 19:59:41.756431 INFO MQTT: Using 'appdaemon/status' as Birth Topic
2024-11-08 19:59:41.758843 INFO AppDaemon: Initializing HTTP
2024-11-08 19:59:41.760548 INFO AppDaemon: Using 'ws' for event stream
2024-11-08 19:59:41.775912 INFO AppDaemon: Starting API
2024-11-08 19:59:41.789998 INFO AppDaemon: Starting Admin Interface
2024-11-08 19:59:41.791901 INFO AppDaemon: Starting Dashboards
2024-11-08 19:59:42.030488 INFO HASS: Connected to Home Assistant 2024.11.0
2024-11-08 19:59:42.071865 INFO MQTT: Connected to Broker at URL 10.0.1.2:1883
2024-11-08 19:59:42.118041 INFO AppDaemon: App 'nspanel-1' added
2024-11-08 19:59:42.121259 INFO AppDaemon: Found 1 active apps
2024-11-08 19:59:42.122806 INFO AppDaemon: Found 0 inactive apps
2024-11-08 19:59:42.123988 INFO AppDaemon: Found 0 global libraries
2024-11-08 19:59:42.125320 INFO AppDaemon: Starting Apps with 1 workers and 1 pins
2024-11-08 19:59:42.128234 INFO AppDaemon: Running on port 5050
2024-11-08 19:59:42.139362 INFO AppDaemon: Got initial state from namespace mqtt
2024-11-08 19:59:42.140717 INFO MQTT: MQTT Plugin initialization complete
2024-11-08 19:59:42.236890 INFO HASS: Evaluating startup conditions
2024-11-08 19:59:42.262650 INFO HASS: Startup condition met: hass state=RUNNING
2024-11-08 19:59:42.263827 INFO HASS: All startup conditions met
2024-11-08 19:59:42.312189 INFO AppDaemon: Got initial state from namespace default
2024-11-08 19:59:44.144105 INFO AppDaemon: Scheduler running in realtime
2024-11-08 19:59:44.153825 INFO AppDaemon: Adding /config/apps to module import path
2024-11-08 19:59:44.159007 WARNING![Zrzut ekranu 2024-11-08 200123](https://github.com/user-attachments/assets/45d7917e-cbe7-4fd4-9ae0-d5342d2b7193) - ignoring
2024-11-08 19:59:44.162157 INFO AppDaemon: App initialization complete

ADDITIONAL INFORMATION

Add information about your setup here, if any. (For example docker version of AppDaemon instead of the HomeAssistant Add-on)

AppDaemon: Unable to find module module nspanel-lovelace-ui - 'nspanel-1' is not loaded

2024-11-08 19:38:01.014268 INFO AppDaemon: Loading app nspanel-1 using class NsPanelLovelaceUIManager from module nspanel-lovelace-ui
2024-11-08 19:38:01.015585 WARNING AppDaemon: Unable to find module module nspanel-lovelace-ui - 'nspanel-1' is not loaded
2024-11-08 19:38:01.018213 WARNING AppDaemon: Unable to find module nspanel-1 - initialize() skipped

@dkcmpnyone dkcmpnyone added configuration related to configuration question Further information is requested labels Nov 8, 2024
@dkcmpnyone
Copy link
Author

I solved this problem now I have this....

appdaemon does not see the files in the location where the files are located

log:
` Python Apps and Dashboard using AppDaemon 4.x for Home Assistant

Add-on version: 0.16.7
You are running the latest version of this add-on.
System: Home Assistant OS 13.2 (aarch64 / green)
Home Assistant Core: 2024.11.0
Home Assistant Supervisor: 2024.11.2

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 14.0 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
s6-rc: info: service legacy-services successfully started
[21:09:50] INFO: Starting AppDaemon...
2024-11-08 21:10:01.075764 INFO AppDaemon: AppDaemon Version 4.4.2 starting
2024-11-08 21:10:01.076696 INFO AppDaemon: Python version is 3.11.10
2024-11-08 21:10:01.077633 INFO AppDaemon: Configuration read from: /config/appdaemon.yaml
2024-11-08 21:10:01.078530 INFO AppDaemon: Added log: AppDaemon
2024-11-08 21:10:01.079427 INFO AppDaemon: Added log: Error
2024-11-08 21:10:01.080290 INFO AppDaemon: Added log: Access
2024-11-08 21:10:01.081165 INFO AppDaemon: Added log: Diag
2024-11-08 21:10:01.725720 INFO AppDaemon: Loading Plugin HASS using class HassPlugin from module hassplugin
2024-11-08 21:10:02.376813 INFO HASS: HASS Plugin Initializing
2024-11-08 21:10:02.377591 INFO HASS: HASS Plugin initialization complete
2024-11-08 21:10:02.378749 INFO AppDaemon: Loading Plugin MQTT using class MqttPlugin from module mqttplugin
2024-11-08 21:10:02.593919 INFO MQTT: MQTT Plugin Initializing
2024-11-08 21:10:02.594692 INFO MQTT: Using 'appdaemon/status' as Will Topic
2024-11-08 21:10:02.595466 INFO MQTT: Using 'appdaemon/status' as Birth Topic
2024-11-08 21:10:02.597728 INFO AppDaemon: Initializing HTTP
2024-11-08 21:10:02.599378 INFO AppDaemon: Using 'ws' for event stream
2024-11-08 21:10:02.614018 INFO AppDaemon: Starting API
2024-11-08 21:10:02.623911 INFO AppDaemon: Starting Admin Interface
2024-11-08 21:10:02.625248 INFO AppDaemon: Starting Dashboards
2024-11-08 21:10:02.663291 INFO HASS: Connected to Home Assistant 2024.11.0
2024-11-08 21:10:02.692243 INFO AppDaemon: Starting Apps with 0 workers and 0 pins
2024-11-08 21:10:02.699568 INFO AppDaemon: Running on port 5050
2024-11-08 21:10:02.805173 INFO HASS: Evaluating startup conditions
2024-11-08 21:10:02.817185 INFO HASS: Startup condition met: hass state=RUNNING
2024-11-08 21:10:02.818396 INFO HASS: All startup conditions met
2024-11-08 21:10:02.846862 INFO AppDaemon: Got initial state from namespace default
2024-11-08 21:10:03.344363 INFO MQTT: Connected to Broker at URL 10.0.1.2:1883
2024-11-08 21:10:03.662092 INFO AppDaemon: Got initial state from namespace mqtt
2024-11-08 21:10:03.663384 INFO MQTT: MQTT Plugin initialization complete
2024-11-08 21:10:04.721414 INFO AppDaemon: Scheduler running in realtime
2024-11-08 21:10:04.734253 INFO AppDaemon: Adding /homeassistant/appdaemon/apps/ to module import path
2024-11-08 21:10:04.735890 INFO AppDaemon: Adding /homeassistant/appdaemon/apps/nspanel-lovelace-ui to module import path
2024-11-08 21:10:04.737466 INFO AppDaemon: Adding /homeassistant/appdaemon/apps/nspanel-lovelace-ui/helpers to module import path
2024-11-08 21:10:04.739142 INFO AppDaemon: Adding /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend to module import path
2024-11-08 21:10:04.740871 INFO AppDaemon: Adding /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/translations to module import path
2024-11-08 21:10:04.742771 INFO AppDaemon: Adding /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/translations/backend to module import path
2024-11-08 21:10:04.744705 INFO AppDaemon: Adding /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/translations/frontend to module import path
2024-11-08 21:10:04.775390 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/nspanel-lovelace-ui.py - ignoring
2024-11-08 21:10:04.778497 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/pages.py - ignoring
2024-11-08 21:10:04.781702 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/icons.py - ignoring
2024-11-08 21:10:04.784706 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/apis.py - ignoring
2024-11-08 21:10:04.787751 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/updater.py - ignoring
2024-11-08 21:10:04.791058 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/helper.py - ignoring
2024-11-08 21:10:04.793889 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/icon_mapping.py - ignoring
2024-11-08 21:10:04.796812 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/mqtt.py - ignoring
2024-11-08 21:10:04.800152 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/theme.py - ignoring
2024-11-08 21:10:04.803295 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/config.py - ignoring
2024-11-08 21:10:04.806399 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/localization.py - ignoring
2024-11-08 21:10:04.809503 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/controller.py - ignoring
2024-11-08 21:10:04.812621 INFO AppDaemon: App initialization complete`

@joBr99
Copy link
Owner

joBr99 commented Nov 9, 2024

Please see #1029

@dkcmpnyone
Copy link
Author

Problem solved. Thank you for your help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
configuration related to configuration question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants