joBr99 / nspanel-issue-graveyard

place to move waiting for content issues to and to keep the search a bit cleaned up
0 stars 0 forks source link

[Help] Waiting for Content #16

Closed tricker1234 closed 1 year ago

tricker1234 commented 1 year ago

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 your apps.yaml:

apps.yaml here:

nspanel-1: module: nspanel-lovelace-ui class: NsPanelLovelaceUIManager config: panelRecvTopic: "tele/NSPANEL/RESULT" panelSendTopic: "cmnd/NSPANEL/CustomSend" sleepTimeout: 20 sleepBrightness:

- [x] Go to Settings>Add-ons>AppDaemon>Log and then, provide the output of the log after restarting the appdaemon container:

Log output here: 2022-10-03 00:22:17.382793 INFO AppDaemon: AppDaemon Version 4.2.1 starting 2022-10-03 00:22:17.384014 INFO AppDaemon: Python version is 3.10.5 2022-10-03 00:22:17.384815 INFO AppDaemon: Configuration read from: /config/appdaemon/appdaemon.yaml 2022-10-03 00:22:17.385719 INFO AppDaemon: Added log: AppDaemon 2022-10-03 00:22:17.386662 INFO AppDaemon: Added log: Error 2022-10-03 00:22:17.387627 INFO AppDaemon: Added log: Access 2022-10-03 00:22:17.388263 INFO AppDaemon: Added log: Diag 2022-10-03 00:22:17.967416 INFO AppDaemon: Loading Plugin HASS using class HassPlugin from module hassplugin 2022-10-03 00:22:18.671629 INFO HASS: HASS Plugin Initializing 2022-10-03 00:22:18.674720 INFO HASS: HASS Plugin initialization complete 2022-10-03 00:22:18.676907 INFO AppDaemon: Loading Plugin MQTT using class MqttPlugin from module mqttplugin 2022-10-03 00:22:19.095650 INFO MQTT: MQTT Plugin Initializing 2022-10-03 00:22:19.098023 INFO MQTT: Using 'appdeamon/status' as Will Topic 2022-10-03 00:22:19.100497 INFO MQTT: Using 'appdeamon/status' as Birth Topic 2022-10-03 00:22:19.104555 INFO AppDaemon: Initializing HTTP 2022-10-03 00:22:19.108045 INFO AppDaemon: Using 'ws' for event stream 2022-10-03 00:22:19.130571 INFO AppDaemon: Starting API 2022-10-03 00:22:19.147023 INFO AppDaemon: Starting Admin Interface 2022-10-03 00:22:19.150394 INFO AppDaemon: Starting Dashboards 2022-10-03 00:22:19.225580 INFO HASS: Connected to Home Assistant 2022.3.8 2022-10-03 00:22:19.259587 INFO MQTT: Connected to Broker at URL 192.168.1.101:1883 2022-10-03 00:22:19.293459 INFO AppDaemon: Got initial state from namespace mqtt 2022-10-03 00:22:19.297972 INFO MQTT: MQTT Plugin initialization complete 2022-10-03 00:22:19.365130 INFO AppDaemon: App 'nspanel-1' added 2022-10-03 00:22:19.373151 INFO AppDaemon: Found 1 total apps 2022-10-03 00:22:19.379006 INFO AppDaemon: Starting Apps with 1 workers and 1 pins 2022-10-03 00:22:19.387077 INFO AppDaemon: Running on port 5050 2022-10-03 00:22:19.555083 INFO HASS: Evaluating startup conditions 2022-10-03 00:22:19.605964 INFO HASS: Startup condition met: hass state=RUNNING 2022-10-03 00:22:19.609093 INFO HASS: All startup conditions met 2022-10-03 00:22:19.734261 INFO AppDaemon: Got initial state from namespace default 2022-10-03 00:22:21.416422 INFO AppDaemon: Scheduler running in realtime 2022-10-03 00:22:21.453171 INFO AppDaemon: Adding /config/appdaemon/apps to module import path 2022-10-03 00:22:21.487133 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/hello.py - ignoring 2022-10-03 00:22:21.497612 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)_
![nspanel](https://user-images.githubusercontent.com/63416630/193479116-e5c2095f-8a72-42f3-8a25-b73720f72831.png)
![nspanel1](https://user-images.githubusercontent.com/63416630/193479120-3763de65-47db-4785-8562-e7c66beda6bc.png)
joBr99 commented 1 year ago

Hey, are you using Homeassistent OS or your own docker containers? If you are using your own containers you might have this problem https://github.com/joBr99/nspanel-issue-graveyard/issues/15

tricker1234 commented 1 year ago

Hey, i am using HomeAssistant installed on Dell Wyse with Proxmox

joBr99 commented 1 year ago

Can you send me a screenshot of the file structure you have in the appdaemon folder?

tricker1234 commented 1 year ago

2022-10-03_18-04-40

joBr99 commented 1 year ago

Please send another one with the apps folder

tricker1234 commented 1 year ago

2022-10-03_18-11-53

joBr99 commented 1 year ago

Yeah, I cannot see the Lovelace backend app there. Do you have it installed in HACS? If so, try to reinstall it.

joBr99 commented 1 year ago

it should have an nspanel lovelace ui folder.

Screenshot_20221003-181505~2

tricker1234 commented 1 year ago

Thank you very much!

I had two different folders, appdeamon and appdeamon1. In appdeamon1 was installed NSPanel, and in appdeamon was everything.

joBr99 commented 1 year ago

Strange, never seen an appdaemon1 folder before, but nice that it's now working for you.