joBr99 / nspanel-lovelace-ui

Custom Firmware for NsPanel with the design of HomeAssistant's lovelace UI in mind, works with Tasmota.
GNU General Public License v3.0
870 stars 188 forks source link

[Help] Waiting for Content #1038

Closed Mab306 closed 9 months ago

Mab306 commented 9 months 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!

Screenshot_20231117_080247_Chrome

Screenshot_20231117_080434_Home Assistant


- [ ] Provide your apps.yaml:

apps.yaml here: Screenshot_20231117_080450_Home Assistant

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

Log output here:

Screenshot_20231117_120934_Home Assistant



### ADDITIONAL INFORMATION

_Add information about your setup here, if any. (For example docker version of AppDaemon instead of the HomeAssistant Add-on)_
joBr99 commented 9 months ago

Hey with appdaemon addon version 15 appdaemon.yaml move to a different directory and you can no longer edit it with the file editor

joBr99 commented 9 months ago

You can use vs code to edit it it's now located at /addons_configs/a0d7b954_appdaemon

AxelEichhoff commented 9 months ago

On the way to solve the same problem the appdeamon did not start because:

[16:55:43] INFO: Starting AppDaemon... s6-rc: info: service legacy-services successfully started ERROR Error loading secrets file: /config/secrets.yaml Traceback (most recent call last): File "/usr/bin/appdaemon", line 8, in sys.exit(main()) ^^^^^^ File "/usr/lib/python3.11/site-packages/appdaemon/main.py", line 417, in main admain.main() File "/usr/lib/python3.11/site-packages/appdaemon/main.py", line 276, in main if "appdaemon" not in config: ^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: argument of type 'NoneType' is not iterable [16:55:46] INFO: Service AppDaemon exited with code 1 (by signal 0)

joBr99 commented 9 months ago

please follow the instructions here:

https://github.com/joBr99/nspanel-lovelace-ui/issues/1029

AxelEichhoff commented 9 months ago

YES. Just done. Thanks a lot. Here is it written: https://docs.nspanel.pky.eu/configure_mqtt/

Mab306 commented 9 months ago

Thanks it works now