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 #43

Closed polskifacet closed 1 year ago

polskifacet 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.

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!

appdaemon: latitude: xx.6390 longitude: xx.1220 elevation: 347 time_zone: America/Phoenix plugins: HASS: type: hass ha_url: https://rawhide.dynu.net:8123 token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx MQTT: type: mqtt namespace: mqtt client_id: "appdaemondocker" client_host: 192.168.5.14 client_port: 1883 client_user: "sonoff" client_password: "xxxxxxx" client_topics: NONE http: url: http://192.168.5.14:5050 admin: api: hadashboard:

nspanel-1: module: nspanel-lovelace-ui class: NsPanelLovelaceUIManager config: panelRecvTopic: "tele/NSPanel/RESULT" panelSendTopic: "cmnd/NSPanel/CustomSend"



### ADDITIONAL INFORMATION

_Add information about your setup here, if any. (For example docker version of AppDaemon instead of the HomeAssistant Add-on)_
Docker AppDaemon Version 4.2.1
HA is also a container
joBr99 commented 1 year ago

Hey, please add your docker compose file.

Do you have a volume mount to see the hacs folder within AppDeamon?

https://github.com/joBr99/nspanel-issue-graveyard/issues/12

polskifacet commented 1 year ago

Thanks for your help! I do not. What should the hacs folder be presented as to the container?

sudo docker run -it -p 5050:5050 --restart unless-stopped --name="AppDaemonHA" \ -e HA_URL="https://rawhide.dynu.net:8123" \ -e TOKEN="xxxxxxxxxxxxxxxxx" \ -e DASH_URL="http://192.168.5.14:5050" \ -v /home/adam/appdaemon/conf:/conf \ acockburn/appdaemon:latest

joBr99 commented 1 year ago

It needs to point to the Appdaemon folder from your HA container. If you add your homeassistent command/volumes I can tell your the correct path. See this example:

HA: /dockerconfigs/homeassistant/:/config

Appdaemon: /dockerconfigs/homeassistant/appdaemon:/conf

polskifacet commented 1 year ago

Thanks for the hint! It is loading now.