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

Closed x2concepts closed 2 years ago

x2concepts commented 2 years 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!


secrets: /config/secrets.yaml 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: 192.168.2.16 client_port: 1883 client_user: "mqtt" client_password: "XXXX" 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/mqtttopic/RESULT" panelSendTopic: "cmnd/mqtttopic/CustomSend"

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

Log output here:

s6-rc: info: service s6rc-oneshot-runner: starting s6-rc: info: service s6rc-oneshot-runner successfully started s6-rc: info: service fix-attrs: starting s6-rc: info: service fix-attrs successfully started s6-rc: info: service legacy-cont-init: starting cont-init: info: running /etc/cont-init.d/00-banner.sh

Add-on: AppDaemon Python Apps and Dashboard using AppDaemon 4.x for Home Assistant

Add-on version: 0.9.2 You are running the latest version of this add-on. System: Home Assistant OS 8.4 (amd64 / qemux86-64) Home Assistant Core: 2022.8.3 Home Assistant Supervisor: 2022.08.3

Please, share the above information when looking for help or support in, e.g., GitHub, forums or the Discord chat.

cont-init: info: /etc/cont-init.d/00-banner.sh exited 0 cont-init: info: running /etc/cont-init.d/01-log-level.sh cont-init: info: /etc/cont-init.d/01-log-level.sh exited 0 cont-init: info: running /etc/cont-init.d/appdaemon.sh Looking in links: https://wheels.home-assistant.io/musllinux/ Collecting babel Downloading Babel-2.10.3-py3-none-any.whl (9.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 43.6 MB/s eta 0:00:00 Requirement already satisfied: pytz>=2015.7 in /usr/lib/python3.10/site-packages (from babel) (2021.3) Installing collected packages: babel Successfully installed babel-2.10.3 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 cont-init: info: /etc/cont-init.d/appdaemon.sh exited 0 s6-rc: info: service legacy-cont-init successfully started s6-rc: info: service legacy-services: starting services-up: info: copying legacy longrun appdaemon (no readiness notification) s6-rc: info: service legacy-services successfully started [10:33:55] INFO: Starting AppDaemon... 2022-08-11 10:33:58.715173 INFO AppDaemon: AppDaemon Version 4.2.1 starting 2022-08-11 10:33:58.715493 INFO AppDaemon: Python version is 3.10.5 2022-08-11 10:33:58.715745 INFO AppDaemon: Configuration read from: /config/appdaemon/appdaemon.yaml 2022-08-11 10:33:58.715926 INFO AppDaemon: Added log: AppDaemon 2022-08-11 10:33:58.716116 INFO AppDaemon: Added log: Error 2022-08-11 10:33:58.716341 INFO AppDaemon: Added log: Access 2022-08-11 10:33:58.716536 INFO AppDaemon: Added log: Diag 2022-08-11 10:33:58.828779 INFO AppDaemon: Loading Plugin HASS using class HassPlugin from module hassplugin 2022-08-11 10:33:58.957932 INFO HASS: HASS Plugin Initializing 2022-08-11 10:33:58.958251 INFO HASS: HASS Plugin initialization complete 2022-08-11 10:33:58.958579 INFO AppDaemon: Loading Plugin MQTT using class MqttPlugin from module mqttplugin 2022-08-11 10:33:59.040814 INFO MQTT: MQTT Plugin Initializing 2022-08-11 10:33:59.041015 INFO MQTT: Using 'appdaemon/status' as Will Topic 2022-08-11 10:33:59.041157 INFO MQTT: Using 'appdaemon/status' as Birth Topic 2022-08-11 10:33:59.041643 INFO AppDaemon: HTTP is disabled 2022-08-11 10:33:59.051643 INFO HASS: Connected to Home Assistant 2022.8.3 2022-08-11 10:33:59.072196 INFO AppDaemon: App 'nspanel-1' added 2022-08-11 10:33:59.072890 INFO AppDaemon: Found 1 total apps 2022-08-11 10:33:59.073227 INFO AppDaemon: Starting Apps with 1 workers and 1 pins 2022-08-11 10:33:59.112890 INFO HASS: Evaluating startup conditions 2022-08-11 10:33:59.121078 INFO HASS: Startup condition met: hass state=RUNNING 2022-08-11 10:33:59.121696 INFO HASS: All startup conditions met 2022-08-11 10:33:59.143941 INFO AppDaemon: Got initial state from namespace default 2022-08-11 10:33:59.201367 INFO MQTT: Connected to Broker at URL 192.168.2.16:1883 2022-08-11 10:34:00.076482 INFO AppDaemon: Got initial state from namespace mqtt 2022-08-11 10:34:00.076769 INFO MQTT: MQTT Plugin initialization complete 2022-08-11 10:34:02.080680 INFO AppDaemon: Scheduler running in realtime 2022-08-11 10:34:02.083745 INFO AppDaemon: Adding /config/appdaemon/apps to module import path 2022-08-11 10:34:02.084064 INFO AppDaemon: Adding /config/appdaemon/apps/nspanel-lovelace-ui to module import path 2022-08-11 10:34:02.084438 INFO AppDaemon: Adding /config/appdaemon/apps/nspanel-lovelace-ui/luibackend to module import path 2022-08-11 10:34:02.084793 INFO AppDaemon: Adding /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/translations to module import path 2022-08-11 10:34:02.085167 INFO AppDaemon: Adding /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/translations/frontend to module import path 2022-08-11 10:34:02.085574 INFO AppDaemon: Adding /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/translations/backend to module import path 2022-08-11 10:34:02.097437 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/hello.py - ignoring 2022-08-11 10:34:02.098689 INFO AppDaemon: Loading App Module: /config/appdaemon/apps/nspanel-lovelace-ui/nspanel-lovelace-ui.py 2022-08-11 10:34:02.239160 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/config.py - ignoring 2022-08-11 10:34:02.239803 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/theme.py - ignoring 2022-08-11 10:34:02.240382 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/mqttListener.py - ignoring 2022-08-11 10:34:02.240965 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/localization.py - ignoring 2022-08-11 10:34:02.241558 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/controller.py - ignoring 2022-08-11 10:34:02.242106 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/helper.py - ignoring 2022-08-11 10:34:02.242716 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/icon_mapping.py - ignoring 2022-08-11 10:34:02.243252 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/pages.py - ignoring 2022-08-11 10:34:02.243904 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/icons.py - ignoring 2022-08-11 10:34:02.244422 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/updater.py - ignoring 2022-08-11 10:34:02.244979 INFO AppDaemon: Initializing app nspanel-1 using class NsPanelLovelaceUIManager from module nspanel-lovelace-ui 2022-08-11 10:34:02.329490 INFO nspanel-1: Starting 2022-08-11 10:34:02.333331 INFO nspanel-1: Input config: {'panelRecvTopic': 'tele/mqtttopic/RESULT', 'panelSendTopic': 'cmnd/mqtttopic/CustomSend'} 2022-08-11 10:34:02.334390 INFO nspanel-1: Loaded config: {'panelRecvTopic': 'tele/mqtttopic/RESULT', 'panelSendTopic': 'cmnd/mqtttopic/CustomSend', 'updateMode': 'auto-notify', 'model': 'eu', 'sleepTimeout': 20, 'sleepBrightness': 20, 'screenBrightness': 100, 'sleepTracking': None, 'sleepTrackingZones': ['not_home', 'off'], 'sleepOverride': None, 'locale': 'en_US', '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': []} 2022-08-11 10:34:02.338380 INFO nspanel-1: Sending MQTT Message: pageType~pageStartup 2022-08-11 10:34:02.343973 INFO nspanel-1: Registering callbacks for the following items: ['iText.', 'iText.', 'iText.', 'iText.', 'weather.example'] 2022-08-11 10:34:02.349501 INFO nspanel-1: Started 2022-08-11 10:34:02.350448 INFO AppDaemon: App initialization complete 2022-08-11 10:35:00.019765 INFO nspanel-1: Sending MQTT Message: time~10:35~



### ADDITIONAL INFORMATION

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

Hey, can you check if the mqtt connection from your tasmota device is working?

Check tasmota console and the log of your mqtt broker.

x2concepts commented 2 years ago

Hey, thanks for the reply. I thought is was working but... 13:16:29.183 RSL: RESULT = {"CustomRecv":"event,startup,39,eu"} 13:16:34.336 RSL: RESULT = {"CustomRecv":"event,startup,39,eu"} 13:16:36.377 MQT: Attempting connection... 13:16:37.388 MQT: Connect failed to 192.168.2.16:1883, rc -2. Retry in 120 sec 13:16:41.132 RSL: RESULT = {"CustomRecv":"event,startup,39,eu"} 13:16:46.063 RSL: RESULT = {"CustomRecv":"event,startup,39,eu"} 13:16:51.962 RSL: RESULT = {"CustomRecv":"event,startup,39,eu"}

broker:

1660217039: New connection from 192.168.2.54:62339 on port 1883. 1660217039: Client disconnected, not authorised. 1660217160: New connection from 192.168.2.54:62340 on port 1883. 1660217160: Client disconnected, not authorised. 1660217281: New connection from 192.168.2.54:62341 on port 1883. 1660217281: Client disconnected, not authorised. 1660217402: New connection from 192.168.2.54:62342 on port 1883. 1660217402: Client disconnected, not authorised. 1660217523: New connection from 192.168.2.54:62343 on port 1883. 1660217523: Client disconnected, not authorised. 1660217644: New connection from 192.168.2.54:62344 on port 1883.

x2concepts commented 2 years ago

Screenshot 2022-08-11 at 14 31 59

x2concepts commented 2 years ago

Found it.. password was to short. Changed it and now it works! Sorry to take your time.

x2concepts commented 2 years ago

I'm still getting these errors in AppDaemon:

2022-08-11 14:40:41.210643 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/icon_mapping.py - ignoring 2022-08-11 14:40:41.211220 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/pages.py - ignoring 2022-08-11 14:40:41.211773 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/icons.py - ignoring 2022-08-11 14:40:41.212506 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/updater.py - ignoring

Should i ignore this?


Add-on: AppDaemon Python Apps and Dashboard using AppDaemon 4.x for Home Assistant

Add-on version: 0.9.2 You are running the latest version of this add-on. System: Home Assistant OS 8.4 (amd64 / qemux86-64) Home Assistant Core: 2022.8.3 Home Assistant Supervisor: 2022.08.3

Please, share the above information when looking for help or support in, e.g., GitHub, forums or the Discord chat.

cont-init: info: /etc/cont-init.d/00-banner.sh exited 0 cont-init: info: running /etc/cont-init.d/01-log-level.sh cont-init: info: /etc/cont-init.d/01-log-level.sh exited 0 cont-init: info: running /etc/cont-init.d/appdaemon.sh Looking in links: https://wheels.home-assistant.io/musllinux/ Collecting babel Downloading Babel-2.10.3-py3-none-any.whl (9.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 40.8 MB/s eta 0:00:00 Requirement already satisfied: pytz>=2015.7 in /usr/lib/python3.10/site-packages (from babel) (2021.3) Installing collected packages: babel Successfully installed babel-2.10.3 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 cont-init: info: /etc/cont-init.d/appdaemon.sh exited 0 s6-rc: info: service legacy-cont-init successfully started s6-rc: info: service legacy-services: starting services-up: info: copying legacy longrun appdaemon (no readiness notification) s6-rc: info: service legacy-services successfully started [14:40:35] INFO: Starting AppDaemon... 2022-08-11 14:40:38.676170 INFO AppDaemon: AppDaemon Version 4.2.1 starting 2022-08-11 14:40:38.676468 INFO AppDaemon: Python version is 3.10.5 2022-08-11 14:40:38.677235 INFO AppDaemon: Configuration read from: /config/appdaemon/appdaemon.yaml 2022-08-11 14:40:38.677389 INFO AppDaemon: Added log: AppDaemon 2022-08-11 14:40:38.677605 INFO AppDaemon: Added log: Error 2022-08-11 14:40:38.677801 INFO AppDaemon: Added log: Access 2022-08-11 14:40:38.677934 INFO AppDaemon: Added log: Diag 2022-08-11 14:40:38.790638 INFO AppDaemon: Loading Plugin HASS using class HassPlugin from module hassplugin 2022-08-11 14:40:38.921630 INFO HASS: HASS Plugin Initializing 2022-08-11 14:40:38.921816 INFO HASS: HASS Plugin initialization complete 2022-08-11 14:40:38.922070 INFO AppDaemon: Loading Plugin MQTT using class MqttPlugin from module mqttplugin 2022-08-11 14:40:39.005191 INFO MQTT: MQTT Plugin Initializing 2022-08-11 14:40:39.005389 INFO MQTT: Using 'appdaemon/status' as Will Topic 2022-08-11 14:40:39.005572 INFO MQTT: Using 'appdaemon/status' as Birth Topic 2022-08-11 14:40:39.006040 INFO AppDaemon: HTTP is disabled 2022-08-11 14:40:39.017592 INFO HASS: Connected to Home Assistant 2022.8.3 2022-08-11 14:40:39.021476 INFO MQTT: Connected to Broker at URL 192.168.2.16:1883 2022-08-11 14:40:39.038589 INFO AppDaemon: Got initial state from namespace mqtt 2022-08-11 14:40:39.038840 INFO MQTT: MQTT Plugin initialization complete 2022-08-11 14:40:39.047257 INFO AppDaemon: App 'nspanel-1' added 2022-08-11 14:40:39.047953 INFO AppDaemon: Found 1 total apps 2022-08-11 14:40:39.048340 INFO AppDaemon: Starting Apps with 1 workers and 1 pins 2022-08-11 14:40:39.076222 INFO HASS: Evaluating startup conditions 2022-08-11 14:40:39.083898 INFO HASS: Startup condition met: hass state=RUNNING 2022-08-11 14:40:39.084237 INFO HASS: All startup conditions met 2022-08-11 14:40:39.105172 INFO AppDaemon: Got initial state from namespace default 2022-08-11 14:40:41.054373 INFO AppDaemon: Scheduler running in realtime 2022-08-11 14:40:41.056634 INFO AppDaemon: Adding /config/appdaemon/apps to module import path 2022-08-11 14:40:41.056931 INFO AppDaemon: Adding /config/appdaemon/apps/nspanel-lovelace-ui to module import path 2022-08-11 14:40:41.057250 INFO AppDaemon: Adding /config/appdaemon/apps/nspanel-lovelace-ui/luibackend to module import path 2022-08-11 14:40:41.057590 INFO AppDaemon: Adding /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/translations to module import path 2022-08-11 14:40:41.057940 INFO AppDaemon: Adding /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/translations/frontend to module import path 2022-08-11 14:40:41.058325 INFO AppDaemon: Adding /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/translations/backend to module import path 2022-08-11 14:40:41.068108 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/hello.py - ignoring 2022-08-11 14:40:41.068804 INFO AppDaemon: Loading App Module: /config/appdaemon/apps/nspanel-lovelace-ui/nspanel-lovelace-ui.py 2022-08-11 14:40:41.206920 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/config.py - ignoring 2022-08-11 14:40:41.207544 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/theme.py - ignoring 2022-08-11 14:40:41.208148 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/mqttListener.py - ignoring 2022-08-11 14:40:41.208866 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/localization.py - ignoring 2022-08-11 14:40:41.209531 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/controller.py - ignoring 2022-08-11 14:40:41.210068 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/helper.py - ignoring 2022-08-11 14:40:41.210643 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/icon_mapping.py - ignoring 2022-08-11 14:40:41.211220 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/pages.py - ignoring 2022-08-11 14:40:41.211773 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/icons.py - ignoring 2022-08-11 14:40:41.212506 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/updater.py - ignoring 2022-08-11 14:40:41.213044 INFO AppDaemon: Initializing app nspanel-1 using class NsPanelLovelaceUIManager from module nspanel-lovelace-ui 2022-08-11 14:40:41.290830 INFO nspanel-1: Starting 2022-08-11 14:40:41.294343 INFO nspanel-1: Input config: {'panelRecvTopic': 'tele/mqtttopic/RESULT', 'panelSendTopic': 'cmnd/mqtttopic/CustomSend'} 2022-08-11 14:40:41.295470 INFO nspanel-1: Loaded config: {'panelRecvTopic': 'tele/mqtttopic/RESULT', 'panelSendTopic': 'cmnd/mqtttopic/CustomSend', 'updateMode': 'auto-notify', 'model': 'eu', 'sleepTimeout': 20, 'sleepBrightness': 20, 'screenBrightness': 100, 'sleepTracking': None, 'sleepTrackingZones': ['not_home', 'off'], 'sleepOverride': None, 'locale': 'en_US', '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': []} 2022-08-11 14:40:41.299623 INFO nspanel-1: Sending MQTT Message: pageType~pageStartup 2022-08-11 14:40:41.305399 INFO nspanel-1: Registering callbacks for the following items: ['iText.', 'iText.', 'iText.', 'iText.', 'weather.example'] 2022-08-11 14:40:41.311017 INFO nspanel-1: Started 2022-08-11 14:40:41.312603 INFO AppDaemon: App initialization complete 2022-08-11 14:40:42.330672 INFO nspanel-1: MQTT callback for: {'topic': 'tele/mqtttopic/RESULT', 'wildcard': None, 'payload': '{"nlui_driver_version":"4"}'} 2022-08-11 14:40:42.332069 INFO nspanel-1: Update Pre-Check failed Tasmota Driver Version: 4 Panel Version: None 2022-08-11 14:40:42.336238 INFO nspanel-1: MQTT callback for: {'topic': 'tele/mqtttopic/RESULT', 'wildcard': None, 'payload': '{"CustomRecv":"event,startup,39,eu"}'} 2022-08-11 14:40:42.338396 INFO nspanel-1: Received Message from Screen: event,startup,39,eu 2022-08-11 14:40:42.341612 INFO nspanel-1: Sending MQTT Message: X 2022-08-11 14:40:42.345427 INFO nspanel-1: Update Pre-Check failed Tasmota Driver Version: None Panel Version: 39 2022-08-11 14:40:42.348877 INFO nspanel-1: Startup Event 2022-08-11 14:40:42.359970 INFO nspanel-1: Sending MQTT Message: time~14:40~ 2022-08-11 14:40:42.391952 INFO nspanel-1: Sending MQTT Message: date~Thursday, August 11, 2022 2022-08-11 14:40:42.395209 INFO nspanel-1: Sending MQTT Message: timeout~20 2022-08-11 14:40:42.397373 INFO nspanel-1: Sending MQTT Message: dimmode~20~100~0 2022-08-11 14:40:42.399146 INFO nspanel-1: Started rendering of page None with type screensaver 2022-08-11 14:40:42.400889 INFO nspanel-1: Sending MQTT Message: pageType~screensaver 2022-08-11 14:40:42.402538 INFO nspanel-1: Skipping Weather Update, entity weather.example not found 2022-08-11 14:40:43.364942 INFO nspanel-1: MQTT callback for: {'topic': 'tele/mqtttopic/RESULT', 'wildcard': None, 'payload': '{"nlui_driver_version":"4"}'} 2022-08-11 14:40:43.367207 INFO nspanel-1: Update Pre-Check sucessful Tasmota Driver Version: 4 Panel Version: 39

joBr99 commented 2 years ago

yes you can ignore the No app description found messages

and yes there seems to be an minimum length for mqtt passwords on tasmota

https://github.com/arendst/Tasmota/discussions/14599