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
854 stars 187 forks source link

no weather icons [BUG] #1213

Closed meautomatron closed 2 months ago

meautomatron commented 2 months ago

PROBLEM DESCRIPTION

A clear and concise description of what the problem is. I followed the steps described in "Workaround for Homeassistant 2024.04 'but no weather icons appear

REQUESTED INFORMATION

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

- [ ] Go to Settings>Add-ons>AppDaemon>Log (or the output of your TS script) and then, provide the output of the log during your issue/bug occurs:

Log output here: 2024-04-12 11:17:34.146348 INFO 1nspanel: Sending MQTT Message: weatherUpdate~���~17299~Temperatura din living~20.6��C~���~17299~Weather Forecast Daily~sunny ~���~17299~Weather Forecast Daily~sunny ~���~17299~Weather Forecast Daily~sunny ~���~17299~Temperatura din living~20.6��C~���~17299~Temperatura de afara~25.6��C



### TO REPRODUCE
_Steps to reproduce the behavior:_

### EXPECTED BEHAVIOUR
_A clear and concise description of what you expected to happen._

### SCREENSHOTS
_If applicable, add screenshots/pictures to help explain your problem._
![IMG_4527](https://github.com/joBr99/nspanel-lovelace-ui/assets/145709692/69a0640b-137e-4eea-bdf5-57aeb075e20b)

### ADDITIONAL CONTEXT
_Add any other context about the problem here._
_Please note here in case you are using ioBroker_
this is the code from configuration.yaml
template:
  - trigger:
      - platform: time_pattern
        hours: /1
    action:
      - service: weather.get_forecasts
        data:
          type: daily
        target:
          entity_id: weather.forecast_home # change to your weather entity
        response_variable: daily
    sensor:
      - name: Weather Forecast Daily
        unique_id: weather_forecast_daily
        state: "{{ states('weather.forecast_home') }}" # # change to your weather entity in this line
        attributes:
          temperature: "{{ state_attr('weather.forecast_home', 'temperature') }}" # change to your weather entity
          temperature_unit: "{{ state_attr('weather.forecast_home', 'temperature_unit') }}" # change to your weather entity
          forecast: "{{ daily['weather.forecast_home'].forecast }}" # change to your weather entity
### PANEL / FIRMWARE VERSION
_Please add the Panel/Firmware Version you are using (EU, US-L or US-P)_
panel EU, HA version 12.1
joBr99 commented 2 months ago

Update the backend to the latest version, please also see #1029

meautomatron commented 2 months ago

i have the latest version, i saw the post #1029 and all done, but the whether icon still does not display

joBr99 commented 2 months ago

Try restarting appdaemon or your entire home assistant machine - it looks like this on the screen if you are not on the latest version.

meautomatron commented 2 months ago

i have try and restart, appdaemon version 0.16.4, nspanel lovelace v4.4.0, Home Assistant

Core 2024.4.3
Supervisor 2024.04.0
Operating System 12.2
Frontend 20240404.2

appdaemon log: "2024-04-13 10:10:17.286487 INFO 1nspanel: Sending MQTT Message: statusUpdate~~ 2024-04-13 10:10:22.294518 INFO 6nspanel: Sending MQTT Message: timeout~20 2024-04-13 10:10:22.340610 INFO 6nspanel: Sending MQTT Message: weatherUpdate~���~17299~6nspanel ANALOG Temperature1~20.2��C~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~6nspanel ANALOG Temperature1~20.2��C~���~17299~Temperatura de afara~23.0��C 2024-04-13 10:10:22.347680 INFO 6nspanel: Sending MQTT Message: statusUpdate~~ 2024-04-13 10:10:22.364819 INFO 6nspanel: Sending MQTT Message: timeout~20 2024-04-13 10:10:22.410431 INFO 6nspanel: Sending MQTT Message: weatherUpdate~���~17299~6nspanel ANALOG Temperature1~20.2��C~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~6nspanel ANALOG Temperature1~20.2��C~���~17299~Temperatura de afara~23.0��C 2024-04-13 10:10:22.417399 INFO 6nspanel: Sending MQTT Message: statusUpdate~~ 2024-04-13 10:11:00.289756 INFO 6nspanel: Sending MQTT Message: time~11:11~ 2024-04-13 10:11:00.496153 INFO 1nspanel: Sending MQTT Message: time~11:11~ 2024-04-13 10:11:00.567948 INFO 2nspanel: Sending MQTT Message: time~11:11~ 2024-04-13 10:11:00.655823 INFO 7nspanel: Sending MQTT Message: time~11:11~ 2024-04-13 10:11:00.668390 INFO 3nspanel: Sending MQTT Message: time~11:11~ 2024-04-13 10:11:00.787737 INFO 4nspanel: Sending MQTT Message: time~11:11~ 2024-04-13 10:11:00.890512 INFO 5nspanel: Sending MQTT Message: time~11:11~ 2024-04-13 10:11:04.297145 INFO 5nspanel: Sending MQTT Message: timeout~20 2024-04-13 10:11:04.341270 INFO 5nspanel: Sending MQTT Message: weatherUpdate~���~17299~5nspanel ANALOG Temperature1~20.6��C~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~5nspanel ANALOG Temperature1~20.6��C~���~17299~Temperatura de afara~23.0��C 2024-04-13 10:11:04.347593 INFO 5nspanel: Sending MQTT Message: statusUpdate~~ 2024-04-13 10:11:04.361917 INFO 5nspanel: Sending MQTT Message: timeout~20 2024-04-13 10:11:04.407499 INFO 5nspanel: Sending MQTT Message: weatherUpdate~���~17299~5nspanel ANALOG Temperature1~20.6��C~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~5nspanel ANALOG Temperature1~20.6��C~���~17299~Temperatura de afara~23.0��C 2024-04-13 10:11:04.414167 INFO 5nspanel: Sending MQTT Message: statusUpdate~~ 2024-04-13 10:12:00.292196 INFO 6nspanel: Sending MQTT Message: time~11:12~ 2024-04-13 10:12:00.498196 INFO 1nspanel: Sending MQTT Message: time~11:12~ 2024-04-13 10:12:00.566842 INFO 2nspanel: Sending MQTT Message: time~11:12~ 2024-04-13 10:12:00.655181 INFO 7nspanel: Sending MQTT Message: time~11:12~ 2024-04-13 10:12:00.668418 INFO 3nspanel: Sending MQTT Message: time~11:12~ 2024-04-13 10:12:00.786543 INFO 4nspanel: Sending MQTT Message: time~11:12~ 2024-04-13 10:12:00.890919 INFO 5nspanel: Sending MQTT Message: time~11:12~ 2024-04-13 10:13:00.291137 INFO 6nspanel: Sending MQTT Message: time~11:13~ 2024-04-13 10:13:00.497903 INFO 1nspanel: Sending MQTT Message: time~11:13~ 2024-04-13 10:13:00.567527 INFO 2nspanel: Sending MQTT Message: time~11:13~ 2024-04-13 10:13:00.656414 INFO 7nspanel: Sending MQTT Message: time~11:13~ 2024-04-13 10:13:00.672149 INFO 3nspanel: Sending MQTT Message: time~11:13~ 2024-04-13 10:13:00.784222 INFO 4nspanel: Sending MQTT Message: time~11:13~ 2024-04-13 10:13:00.890199 INFO 5nspanel: Sending MQTT Message: time~11:13~ 2024-04-13 10:13:38.485886 INFO 3nspanel: Sending MQTT Message: timeout~20 2024-04-13 10:13:38.492892 INFO 1nspanel: Sending MQTT Message: timeout~20 2024-04-13 10:13:38.495350 INFO 7nspanel: Sending MQTT Message: timeout~20 2024-04-13 10:13:38.497220 INFO 2nspanel: Sending MQTT Message: timeout~20 2024-04-13 10:13:38.501243 INFO 4nspanel: Sending MQTT Message: timeout~20 2024-04-13 10:13:38.506751 INFO 6nspanel: Sending MQTT Message: timeout~20 2024-04-13 10:13:38.512315 INFO 5nspanel: Sending MQTT Message: timeout~20 2024-04-13 10:13:38.879171 INFO 7nspanel: Sending MQTT Message: weatherUpdate~���~17299~7nspanel ANALOG Temperature1~21.1��C~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~7nspanel ANALOG Temperature1~21.1��C~���~17299~Temperatura de afara~23.5��C 2024-04-13 10:13:38.882322 INFO 4nspanel: Sending MQTT Message: weatherUpdate~���~17299~4nspanel ANALOG Temperature1~22.6��C~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~4nspanel ANALOG Temperature1~22.6��C~���~17299~Temperatura de afara~23.5��C 2024-04-13 10:13:38.902526 INFO 1nspanel: Sending MQTT Message: weatherUpdate~���~17299~Temperatura din living~21.0��C~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Temperatura din living~21.0��C~���~17299~Temperatura de afara~23.5��C 2024-04-13 10:13:38.919625 INFO 3nspanel: Sending MQTT Message: weatherUpdate~���~17299~3nspanel ANALOG Temperature1~22.1��C~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~3nspanel ANALOG Temperature1~22.1��C~���~17299~Temperatura de afara~23.5��C 2024-04-13 10:13:38.942366 INFO 5nspanel: Sending MQTT Message: weatherUpdate~���~17299~5nspanel ANALOG Temperature1~20.6��C~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~5nspanel ANALOG Temperature1~20.6��C~���~17299~Temperatura de afara~23.5��C 2024-04-13 10:13:38.943914 INFO 1nspanel: Sending MQTT Message: statusUpdate~~ 2024-04-13 10:13:38.948281 INFO 4nspanel: Sending MQTT Message: statusUpdate~~ 2024-04-13 10:13:38.960035 INFO 7nspanel: Sending MQTT Message: statusUpdate~~ 2024-04-13 10:13:38.972762 INFO 3nspanel: Sending MQTT Message: statusUpdate~~ 2024-04-13 10:13:38.997351 INFO 5nspanel: Sending MQTT Message: statusUpdate~~ 2024-04-13 10:13:39.008271 INFO 2nspanel: Sending MQTT Message: weatherUpdate~���~17299~2nspanel ANALOG Temperature1~21.5��C~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~2nspanel ANALOG Temperature1~21.5��C~���~17299~Temperatura de afara~23.5��C 2024-04-13 10:13:39.015114 INFO 6nspanel: Sending MQTT Message: weatherUpdate~���~17299~6nspanel ANALOG Temperature1~20.2��C~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~6nspanel ANALOG Temperature1~20.2��C~���~17299~Temperatura de afara~23.5��C 2024-04-13 10:13:39.025010 INFO 2nspanel: Sending MQTT Message: statusUpdate~~ 2024-04-13 10:13:39.027646 INFO 6nspanel: Sending MQTT Message: statusUpdate~~ 2024-04-13 10:14:00.290191 INFO 6nspanel: Sending MQTT Message: time~11:14~ 2024-04-13 10:14:00.496877 INFO 1nspanel: Sending MQTT Message: time~11:14~ 2024-04-13 10:14:00.566900 INFO 2nspanel: Sending MQTT Message: time~11:14~ 2024-04-13 10:14:00.653280 INFO 7nspanel: Sending MQTT Message: time~11:14~ 2024-04-13 10:14:00.666506 INFO 3nspanel: Sending MQTT Message: time~11:14~ 2024-04-13 10:14:00.786762 INFO 4nspanel: Sending MQTT Message: time~11:14~ 2024-04-13 10:14:00.889102 INFO 5nspanel: Sending MQTT Message: time~11:14~ 2024-04-13 10:14:37.626137 INFO 7nspanel: Sending MQTT Message: timeout~20 2024-04-13 10:14:37.670952 INFO 7nspanel: Sending MQTT Message: weatherUpdate~���~17299~7nspanel ANALOG Temperature1~21.2��C~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~7nspanel ANALOG Temperature1~21.2��C~���~17299~Temperatura de afara~23.5��C 2024-04-13 10:14:37.676627 INFO 7nspanel: Sending MQTT Message: statusUpdate~~ 2024-04-13 10:14:37.690311 INFO 7nspanel: Sending MQTT Message: timeout~20 2024-04-13 10:14:37.737806 INFO 7nspanel: Sending MQTT Message: weatherUpdate~���~17299~7nspanel ANALOG Temperature1~21.2��C~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~7nspanel ANALOG Temperature1~21.2��C~���~17299~Temperatura de afara~23.5��C 2024-04-13 10:14:37.745405 INFO 7nspanel: Sending MQTT Message: statusUpdate~~ 2024-04-13 10:14:41.991320 INFO 2nspanel: Sending MQTT Message: timeout~20 2024-04-13 10:14:42.038453 INFO 2nspanel: Sending MQTT Message: weatherUpdate~���~17299~2nspanel ANALOG Temperature1~21.6��C~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~2nspanel ANALOG Temperature1~21.6��C~���~17299~Temperatura de afara~23.5��C 2024-04-13 10:14:42.044573 INFO 2nspanel: Sending MQTT Message: statusUpdate~~ 2024-04-13 10:14:42.060236 INFO 2nspanel: Sending MQTT Message: timeout~20 2024-04-13 10:14:42.103356 INFO 2nspanel: Sending MQTT Message: weatherUpdate~���~17299~2nspanel ANALOG Temperature1~21.6��C~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~2nspanel ANALOG Temperature1~21.6��C~���~17299~Temperatura de afara~23.5��C 2024-04-13 10:14:42.110776 INFO 2nspanel: Sending MQTT Message: statusUpdate~~ 2024-04-13 10:15:00.294938 INFO 6nspanel: Sending MQTT Message: time~11:15~ 2024-04-13 10:15:00.505102 INFO 1nspanel: Sending MQTT Message: time~11:15~ 2024-04-13 10:15:00.567689 INFO 2nspanel: Sending MQTT Message: time~11:15~ 2024-04-13 10:15:00.653027 INFO 7nspanel: Sending MQTT Message: time~11:15~ 2024-04-13 10:15:00.666963 INFO 3nspanel: Sending MQTT Message: time~11:15~ 2024-04-13 10:15:00.786785 INFO 4nspanel: Sending MQTT Message: time~11:15~ 2024-04-13 10:15:00.890875 INFO 5nspanel: Sending MQTT Message: time~11:15~ 2024-04-13 10:15:17.181894 INFO 1nspanel: Sending MQTT Message: timeout~20 2024-04-13 10:15:17.229876 INFO 1nspanel: Sending MQTT Message: weatherUpdate~���~17299~Temperatura din living~21.1��C~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Temperatura din living~21.1��C~���~17299~Temperatura de afara~23.5��C 2024-04-13 10:15:17.237539 INFO 1nspanel: Sending MQTT Message: statusUpdate~~ 2024-04-13 10:15:17.253286 INFO 1nspanel: Sending MQTT Message: timeout~20 2024-04-13 10:15:17.299812 INFO 1nspanel: Sending MQTT Message: weatherUpdate~���~17299~Temperatura din living~21.1��C~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Temperatura din living~21.1��C~���~17299~Temperatura de afara~23.5��C 2024-04-13 10:15:17.308549 INFO 1nspanel: Sending MQTT Message: statusUpdate~~ 2024-04-13 10:16:00.291317 INFO 6nspanel: Sending MQTT Message: time~11:16~ 2024-04-13 10:16:00.497431 INFO 1nspanel: Sending MQTT Message: time~11:16~ 2024-04-13 10:16:00.568757 INFO 2nspanel: Sending MQTT Message: time~11:16~ 2024-04-13 10:16:00.658890 INFO 7nspanel: Sending MQTT Message: time~11:16~ 2024-04-13 10:16:00.672110 INFO 3nspanel: Sending MQTT Message: time~11:16~ 2024-04-13 10:16:00.783324 INFO 4nspanel: Sending MQTT Message: time~11:16~ 2024-04-13 10:16:00.888728 INFO 5nspanel: Sending MQTT Message: time~11:16~ 2024-04-13 10:16:04.302031 INFO 5nspanel: Sending MQTT Message: timeout~20 2024-04-13 10:16:04.343724 INFO 5nspanel: Sending MQTT Message: weatherUpdate~���~17299~5nspanel ANALOG Temperature1~20.7��C~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~5nspanel ANALOG Temperature1~20.7��C~���~17299~Temperatura de afara~23.5��C 2024-04-13 10:16:04.350044 INFO 5nspanel: Sending MQTT Message: statusUpdate~~ 2024-04-13 10:16:04.364081 INFO 5nspanel: Sending MQTT Message: timeout~20 2024-04-13 10:16:04.409499 INFO 5nspanel: Sending MQTT Message: weatherUpdate~���~17299~5nspanel ANALOG Temperature1~20.7��C~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~Weather Forecast Daily~partlycloudy ~���~17299~5nspanel ANALOG Temperature1~20.7��C~���~17299~Temperatura de afara~23.5��C 2024-04-13 10:16:04.415770 INFO 5nspanel: Sending MQTT Message: statusUpdate~~"

joBr99 commented 2 months ago

Do you have app_dir in your appdaemon.yaml? You can try to reinstall the app in HACS, alternatively just do these two changes manually:

https://github.com/joBr99/nspanel-lovelace-ui/commit/d94d937d776c9ca9dd5cf083c54fc4c51d02af5f https://github.com/joBr99/nspanel-lovelace-ui/commit/e5c1f0588a3dfc226f129c822bfa83571fd2d240

and restart appdaemon afterwards.

meautomatron commented 2 months ago

my appdaemon.yaml "--- secrets: /homeassistant/secrets.yaml appdaemon: latitude: 52.0 longitude: 4.0 elevation: 2 time_zone: Europe/Bucharest app_dir: /homeassistant/appdaemon/apps/ plugins: HASS: type: hass MQTT: type: mqtt namespace: mqtt client_id: "appdaemon"

client_host: core-mosquitto.local.hass.io # This should work if you are using supervised HomeAssistant; if not use the IP Address instead.

  client_host: 192.168.10.2
  client_port: 1883
  client_user: "   "
  client_password: "   "
  client_topics: NONE

http: url: http://127.0.0.1:5050 admin: api: hadashboard:" i have reinstall the app from hacs

the code is correct and the latest in pages.py and icons.py

joBr99 commented 2 months ago

Please post the startup logs from appdaemon directly after restarting it.

meautomatron commented 2 months ago
2024-04-13 10:37:08.613154 INFO 1nspanel: Sending MQTT Message: time~11:37~
2024-04-13 10:37:08.621337 INFO 2nspanel: Update Pre-Check failed Tasmota Driver Version: None Panel Version: 53
2024-04-13 10:37:08.632890 INFO 5nspanel: Startup Event
2024-04-13 10:37:08.634628 INFO 5nspanel: Loaded config: {'panelRecvTopic': 'tele/tasmota_5nspanel/RESULT', 'panelSendTopic': 'cmnd/tasmota_5nspanel/CustomSend', 'updateMode': 'auto-notify', 'model': 'eu', 'sleepTimeout': 20, 'sleepBrightness': [{'time': 'sunrise', 'value': 7}, {'time': 'sunset + 1:00:00', 'value': 0}], 'screenBrightness': 100, 'defaultBackgroundColor': 'ha-dark', 'featureExperimentalSliders': False, 'sleepTracking': None, 'sleepTrackingZones': ['not_home', 'off'], 'sleepOverride': None, 'locale': 'ro_RO', 'timeFormat': '%H:%M', 'dateFormatBabel': 'full', 'dateAdditionalTemplate': '', 'timeAdditionalTemplate': '', 'dateFormat': '%A, %d. %B %Y', 'cards': [{'type': 'cardThermo', 'title': 'Living Mansarda', 'entity': 'climate.livingmansarda', 'tMainText': 'red'}], 'screensaver': {'type': 'screensaver', 'entity': 'weather.example', 'weatherUnit': 'celsius', 'forecastSkip': 0, 'weatherOverrideForecast1': None, 'weatherOverrideForecast2': None, 'weatherOverrideForecast3': None, 'weatherOverrideForecast4': None, 'doubleTapToUnlock': True, 'alternativeLayout': False, 'defaultCard': None, 'key': 'screensaver', 'entities': [{'entity': 'sensor.5nspanel_t', 'icon': 'mdi:home-account'}, {'entity': 'sensor.weather_forecast_daily', 'type': 0}, {'entity': 'sensor.weather_forecast_daily', 'type': 1}, {'entity': 'sensor.weather_forecast_daily', 'type': 2}, {'entity': 'sensor.5nspanel_t', 'icon': 'mdi:home-thermometer'}, {'entity': 'sensor.2stemp_t', 'icon': 'mdi:home-thermometer-outline'}]}, 'hiddenCards': []}
2024-04-13 10:37:08.654347 INFO 5nspanel: Sending MQTT Message: pageType~pageStartup
2024-04-13 10:37:08.664010 INFO 5nspanel: MQTT callback for: {'topic': 'tele/tasmota_3nspanel/RESULT', 'wildcard': None, 'payload': '{"CustomRecv":"event,startup,53,eu"}'}
2024-04-13 10:37:08.671602 INFO 5nspanel: Received Message from Screen: event,startup,53,eu
2024-04-13 10:37:08.695909 INFO 5nspanel: gtest123: ['climate.livingmansarda', 'weather.example', 'sensor.5nspanel_t', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.5nspanel_t', 'sensor.2stemp_t']
2024-04-13 10:37:08.699213 INFO 3nspanel: Sending MQTT Message: X
2024-04-13 10:37:08.706442 INFO 5nspanel: Registering callbacks for the following items: ['climate.livingmansarda', 'weather.example', 'sensor.5nspanel_t', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.5nspanel_t', 'sensor.2stemp_t']
2024-04-13 10:37:08.718372 INFO 3nspanel: Update Pre-Check failed Tasmota Driver Version: None Panel Version: 53
2024-04-13 10:37:08.731282 INFO 5nspanel: Startup Event
2024-04-13 10:37:08.748872 INFO MQTT: Topic tele/tasmota_5nspanel/RESULT already subscribed to
2024-04-13 10:37:08.754209 INFO 5nspanel: Started (v4.3.1)
2024-04-13 10:37:08.756883 INFO AppDaemon: Calling initialize() for 6nspanel
2024-04-13 10:37:08.762957 INFO 6nspanel: Starting
2024-04-13 10:37:08.774022 INFO 6nspanel: MQTT callback for: {'topic': 'tele/tasmota_4nspanel/RESULT', 'wildcard': None, 'payload': '{"CustomRecv":"event,startup,53,eu"}'}
2024-04-13 10:37:08.779841 INFO 6nspanel: Input config: {'panelRecvTopic': 'tele/tasmota_6nspanel/RESULT', 'panelSendTopic': 'cmnd/tasmota_6nspanel/CustomSend', 'model': 'eu', 'sleepTimeout': 20, 'sleepBrightness': [{'time': 'sunrise', 'value': 7}, {'time': 'sunset + 1:00:00', 'value': 0}], 'locale': 'ro_RO', 'screensaver': {'type': 'screensaver', 'doubleTapToUnlock': True, 'entities': [{'entity': 'sensor.6nspanel_t', 'icon': 'mdi:home-account'}, {'entity': 'sensor.weather_forecast_daily', 'type': 0}, {'entity': 'sensor.weather_forecast_daily', 'type': 1}, {'entity': 'sensor.weather_forecast_daily', 'type': 2}, {'entity': 'sensor.6nspanel_t', 'icon': 'mdi:home-thermometer'}, {'entity': 'sensor.2stemp_t', 'icon': 'mdi:home-thermometer-outline'}]}, 'cards': [{'type': 'cardThermo', 'title': 'Dormitor Mansarda', 'entity': 'climate.dormitormansarda', 'tMainText': 'red'}]}
2024-04-13 10:37:08.783987 INFO 6nspanel: Received Message from Screen: event,startup,53,eu
2024-04-13 10:37:08.787663 INFO 6nspanel: Loaded config: {'panelRecvTopic': 'tele/tasmota_6nspanel/RESULT', 'panelSendTopic': 'cmnd/tasmota_6nspanel/CustomSend', 'updateMode': 'auto-notify', 'model': 'eu', 'sleepTimeout': 20, 'sleepBrightness': [{'time': 'sunrise', 'value': 7}, {'time': 'sunset + 1:00:00', 'value': 0}], 'screenBrightness': 100, 'defaultBackgroundColor': 'ha-dark', 'featureExperimentalSliders': False, 'sleepTracking': None, 'sleepTrackingZones': ['not_home', 'off'], 'sleepOverride': None, 'locale': 'ro_RO', 'timeFormat': '%H:%M', 'dateFormatBabel': 'full', 'dateAdditionalTemplate': '', 'timeAdditionalTemplate': '', 'dateFormat': '%A, %d. %B %Y', 'cards': [{'type': 'cardThermo', 'title': 'Dormitor Mansarda', 'entity': 'climate.dormitormansarda', 'tMainText': 'red'}], 'screensaver': {'type': 'screensaver', 'entity': 'weather.example', 'weatherUnit': 'celsius', 'forecastSkip': 0, 'weatherOverrideForecast1': None, 'weatherOverrideForecast2': None, 'weatherOverrideForecast3': None, 'weatherOverrideForecast4': None, 'doubleTapToUnlock': True, 'alternativeLayout': False, 'defaultCard': None, 'key': 'screensaver', 'entities': [{'entity': 'sensor.6nspanel_t', 'icon': 'mdi:home-account'}, {'entity': 'sensor.weather_forecast_daily', 'type': 0}, {'entity': 'sensor.weather_forecast_daily', 'type': 1}, {'entity': 'sensor.weather_forecast_daily', 'type': 2}, {'entity': 'sensor.6nspanel_t', 'icon': 'mdi:home-thermometer'}, {'entity': 'sensor.2stemp_t', 'icon': 'mdi:home-thermometer-outline'}]}, 'hiddenCards': []}
2024-04-13 10:37:08.793489 INFO 4nspanel: Sending MQTT Message: X
2024-04-13 10:37:08.815265 INFO 4nspanel: Update Pre-Check failed Tasmota Driver Version: None Panel Version: 53
2024-04-13 10:37:08.823453 INFO 6nspanel: Sending MQTT Message: pageType~pageStartup
2024-04-13 10:37:08.830556 INFO 1nspanel: Sending MQTT Message: date~s��mb��t��, 13 aprilie 2024
2024-04-13 10:37:08.837089 INFO 6nspanel: Startup Event
2024-04-13 10:37:08.846295 INFO 1nspanel: Sending MQTT Message: dimmode~10~100~6371~~0
2024-04-13 10:37:08.879718 INFO 2nspanel: Sending MQTT Message: time~11:37~
2024-04-13 10:37:08.882119 INFO 1nspanel: Sending MQTT Message: pageType~screensaver
2024-04-13 10:37:08.922413 INFO 6nspanel: MQTT callback for: {'topic': 'tele/tasmota_5nspanel/RESULT', 'wildcard': None, 'payload': '{"CustomRecv":"event,startup,53,eu"}'}
2024-04-13 10:37:08.925932 INFO 4nspanel: Sending MQTT Message: time~11:37~
2024-04-13 10:37:08.934350 INFO 3nspanel: Sending MQTT Message: time~11:37~
2024-04-13 10:37:08.940116 INFO 1nspanel: Sending MQTT Message: timeout~20
2024-04-13 10:37:08.952946 INFO 6nspanel: Received Message from Screen: event,startup,53,eu
2024-04-13 10:37:08.971331 INFO 5nspanel: Sending MQTT Message: X
2024-04-13 10:37:08.973983 INFO 6nspanel: gtest123: ['climate.dormitormansarda', 'weather.example', 'sensor.6nspanel_t', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.6nspanel_t', 'sensor.2stemp_t']
2024-04-13 10:37:08.975534 INFO 2nspanel: Sending MQTT Message: date~s��mb��t��, 13 aprilie 2024
2024-04-13 10:37:08.997043 INFO 2nspanel: Sending MQTT Message: dimmode~7~100~6371~~0
2024-04-13 10:37:08.999709 INFO 6nspanel: Registering callbacks for the following items: ['climate.dormitormansarda', 'weather.example', 'sensor.6nspanel_t', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.6nspanel_t', 'sensor.2stemp_t']
2024-04-13 10:37:09.004590 INFO 5nspanel: Update Pre-Check failed Tasmota Driver Version: None Panel Version: 53
2024-04-13 10:37:09.017104 INFO 6nspanel: Startup Event
2024-04-13 10:37:09.033285 INFO 2nspanel: Sending MQTT Message: pageType~screensaver
2024-04-13 10:37:09.060044 INFO 2nspanel: Sending MQTT Message: timeout~20
2024-04-13 10:37:09.076734 INFO MQTT: Topic tele/tasmota_6nspanel/RESULT already subscribed to
2024-04-13 10:37:09.091442 INFO 6nspanel: Started (v4.3.1)
2024-04-13 10:37:09.099463 INFO AppDaemon: Calling initialize() for 7nspanel
2024-04-13 10:37:09.114321 INFO 3nspanel: Sending MQTT Message: date~s��mb��t��, 13 aprilie 2024
2024-04-13 10:37:09.121721 INFO 7nspanel: Starting
2024-04-13 10:37:09.125506 INFO 5nspanel: Sending MQTT Message: time~11:37~
2024-04-13 10:37:09.126821 INFO 4nspanel: Sending MQTT Message: date~s��mb��t��, 13 aprilie 2024
2024-04-13 10:37:09.140985 INFO 7nspanel: Input config: {'panelRecvTopic': 'tele/tasmota_7nspanel/RESULT', 'panelSendTopic': 'cmnd/tasmota_7nspanel/CustomSend', 'model': 'eu', 'sleepTimeout': 20, 'sleepBrightness': [{'time': 'sunrise', 'value': 7}, {'time': 'sunset + 1:00:00', 'value': 0}], 'locale': 'ro_RO', 'screensaver': {'type': 'screensaver', 'doubleTapToUnlock': True, 'entities': [{'entity': 'sensor.7nspanel_t', 'icon': 'mdi:home-account'}, {'entity': 'sensor.weather_forecast_daily', 'type': 0}, {'entity': 'sensor.weather_forecast_daily', 'type': 1}, {'entity': 'sensor.weather_forecast_daily', 'type': 2}, {'entity': 'sensor.7nspanel_t', 'icon': 'mdi:home-thermometer'}, {'entity': 'sensor.2stemp_t', 'icon': 'mdi:home-thermometer-outline'}]}, 'cards': [{'type': 'cardThermo', 'title': 'Birou mansarda', 'entity': 'climate.biroumansarda', 'tMainText': 'red'}]}
2024-04-13 10:37:09.145150 INFO 3nspanel: Sending MQTT Message: dimmode~7~100~6371~~0
2024-04-13 10:37:09.147354 INFO 7nspanel: Loaded config: {'panelRecvTopic': 'tele/tasmota_7nspanel/RESULT', 'panelSendTopic': 'cmnd/tasmota_7nspanel/CustomSend', 'updateMode': 'auto-notify', 'model': 'eu', 'sleepTimeout': 20, 'sleepBrightness': [{'time': 'sunrise', 'value': 7}, {'time': 'sunset + 1:00:00', 'value': 0}], 'screenBrightness': 100, 'defaultBackgroundColor': 'ha-dark', 'featureExperimentalSliders': False, 'sleepTracking': None, 'sleepTrackingZones': ['not_home', 'off'], 'sleepOverride': None, 'locale': 'ro_RO', 'timeFormat': '%H:%M', 'dateFormatBabel': 'full', 'dateAdditionalTemplate': '', 'timeAdditionalTemplate': '', 'dateFormat': '%A, %d. %B %Y', 'cards': [{'type': 'cardThermo', 'title': 'Birou mansarda', 'entity': 'climate.biroumansarda', 'tMainText': 'red'}], 'screensaver': {'type': 'screensaver', 'entity': 'weather.example', 'weatherUnit': 'celsius', 'forecastSkip': 0, 'weatherOverrideForecast1': None, 'weatherOverrideForecast2': None, 'weatherOverrideForecast3': None, 'weatherOverrideForecast4': None, 'doubleTapToUnlock': True, 'alternativeLayout': False, 'defaultCard': None, 'key': 'screensaver', 'entities': [{'entity': 'sensor.7nspanel_t', 'icon': 'mdi:home-account'}, {'entity': 'sensor.weather_forecast_daily', 'type': 0}, {'entity': 'sensor.weather_forecast_daily', 'type': 1}, {'entity': 'sensor.weather_forecast_daily', 'type': 2}, {'entity': 'sensor.7nspanel_t', 'icon': 'mdi:home-thermometer'}, {'entity': 'sensor.2stemp_t', 'icon': 'mdi:home-thermometer-outline'}]}, 'hiddenCards': []}
2024-04-13 10:37:09.171233 INFO 4nspanel: Sending MQTT Message: dimmode~7~100~6371~~0
2024-04-13 10:37:09.176864 INFO 7nspanel: Sending MQTT Message: pageType~pageStartup
2024-04-13 10:37:09.195416 INFO 3nspanel: Sending MQTT Message: pageType~screensaver
2024-04-13 10:37:09.200124 INFO 4nspanel: Sending MQTT Message: pageType~screensaver
2024-04-13 10:37:09.221112 INFO 4nspanel: Sending MQTT Message: timeout~20
2024-04-13 10:37:09.230122 INFO 3nspanel: Sending MQTT Message: timeout~20
2024-04-13 10:37:09.235125 INFO 5nspanel: Sending MQTT Message: date~s��mb��t��, 13 aprilie 2024
2024-04-13 10:37:09.259347 INFO 5nspanel: Sending MQTT Message: dimmode~7~100~6371~~0
2024-04-13 10:37:09.289923 INFO 5nspanel: Sending MQTT Message: pageType~screensaver
2024-04-13 10:37:09.293645 INFO 7nspanel: gtest123: ['climate.biroumansarda', 'weather.example', 'sensor.7nspanel_t', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.7nspanel_t', 'sensor.2stemp_t']
2024-04-13 10:37:09.306430 INFO 7nspanel: Registering callbacks for the following items: ['climate.biroumansarda', 'weather.example', 'sensor.7nspanel_t', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.7nspanel_t', 'sensor.2stemp_t']
2024-04-13 10:37:09.322748 INFO 5nspanel: Sending MQTT Message: timeout~20
2024-04-13 10:37:09.352295 INFO 1nspanel: Sending MQTT Message: weatherUpdate~~~���~17299~Temperatura din living~21.1��C~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Temperatura din living~21.1��C~~~���~17299~Temperatura de afara~24.0��C
2024-04-13 10:37:09.397317 INFO 1nspanel: Sending MQTT Message: statusUpdate~~~~~~
2024-04-13 10:37:09.430698 INFO MQTT: Topic tele/tasmota_7nspanel/RESULT already subscribed to
2024-04-13 10:37:09.440587 INFO 7nspanel: MQTT callback for: {'topic': 'tele/tasmota_1nspanel/RESULT', 'wildcard': None, 'payload': '{"nlui_driver_version":"9"}'}
2024-04-13 10:37:09.448211 INFO 7nspanel: Started (v4.3.1)
2024-04-13 10:37:09.474365 INFO 1nspanel: Update Pre-Check sucessful Tasmota Driver Version: 9 Panel Version: 53
2024-04-13 10:37:09.511291 INFO 7nspanel: MQTT callback for: {'topic': 'tele/tasmota_7nspanel/RESULT', 'wildcard': None, 'payload': '{"CustomRecv":"event,startup,53,eu"}'}
2024-04-13 10:37:09.512978 INFO 2nspanel: Sending MQTT Message: weatherUpdate~~~���~17299~2nspanel ANALOG Temperature1~21.4��C~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~2nspanel ANALOG Temperature1~21.4��C~~~���~17299~Temperatura de afara~24.0��C
2024-04-13 10:37:09.522536 INFO 7nspanel: Received Message from Screen: event,startup,53,eu
2024-04-13 10:37:09.553723 INFO 7nspanel: Sending MQTT Message: X
2024-04-13 10:37:09.557962 INFO 2nspanel: Sending MQTT Message: statusUpdate~~~~~~
2024-04-13 10:37:09.592549 INFO 7nspanel: Update Pre-Check failed Tasmota Driver Version: None Panel Version: 53
2024-04-13 10:37:09.603035 INFO 7nspanel: MQTT callback for: {'topic': 'tele/tasmota_2nspanel/RESULT', 'wildcard': None, 'payload': '{"nlui_driver_version":"9"}'}
2024-04-13 10:37:09.621193 INFO 3nspanel: Sending MQTT Message: weatherUpdate~~~���~17299~3nspanel ANALOG Temperature1~22.0��C~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~3nspanel ANALOG Temperature1~22.0��C~~~���~17299~Temperatura de afara~24.0��C
2024-04-13 10:37:09.625704 INFO 7nspanel: Startup Event
2024-04-13 10:37:09.629268 INFO 2nspanel: Update Pre-Check sucessful Tasmota Driver Version: 9 Panel Version: 53
2024-04-13 10:37:09.656795 INFO 3nspanel: Sending MQTT Message: statusUpdate~~~~~~
2024-04-13 10:37:09.664314 INFO 7nspanel: Sending MQTT Message: time~11:37~
2024-04-13 10:37:09.696031 INFO 7nspanel: MQTT callback for: {'topic': 'tele/tasmota_3nspanel/RESULT', 'wildcard': None, 'payload': '{"nlui_driver_version":"9"}'}
2024-04-13 10:37:09.701523 INFO 4nspanel: Sending MQTT Message: weatherUpdate~~~���~17299~4nspanel ANALOG Temperature1~22.7��C~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~4nspanel ANALOG Temperature1~22.7��C~~~���~17299~Temperatura de afara~24.0��C
2024-04-13 10:37:09.715683 INFO 3nspanel: Update Pre-Check sucessful Tasmota Driver Version: 9 Panel Version: 53
2024-04-13 10:37:09.729479 INFO 7nspanel: Sending MQTT Message: date~s��mb��t��, 13 aprilie 2024
2024-04-13 10:37:09.735712 INFO 4nspanel: Sending MQTT Message: statusUpdate~~~~~~
2024-04-13 10:37:09.758177 INFO 5nspanel: Sending MQTT Message: weatherUpdate~~~���~17299~5nspanel ANALOG Temperature1~20.6��C~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~5nspanel ANALOG Temperature1~20.6��C~~~���~17299~Temperatura de afara~24.0��C
2024-04-13 10:37:09.760231 INFO 7nspanel: Sending MQTT Message: dimmode~7~100~6371~~0
2024-04-13 10:37:09.766963 INFO 7nspanel: MQTT callback for: {'topic': 'tele/tasmota_4nspanel/RESULT', 'wildcard': None, 'payload': '{"nlui_driver_version":"9"}'}
2024-04-13 10:37:09.778051 INFO 5nspanel: Sending MQTT Message: statusUpdate~~~~~~
2024-04-13 10:37:09.781889 INFO 4nspanel: Update Pre-Check sucessful Tasmota Driver Version: 9 Panel Version: 53
2024-04-13 10:37:09.797752 INFO 7nspanel: Sending MQTT Message: pageType~screensaver
2024-04-13 10:37:09.810074 INFO 7nspanel: Sending MQTT Message: timeout~20
2024-04-13 10:37:09.818380 INFO 7nspanel: MQTT callback for: {'topic': 'tele/tasmota_5nspanel/RESULT', 'wildcard': None, 'payload': '{"nlui_driver_version":"9"}'}
2024-04-13 10:37:09.824013 INFO 5nspanel: Update Pre-Check sucessful Tasmota Driver Version: 9 Panel Version: 53
2024-04-13 10:37:09.885349 INFO 7nspanel: Sending MQTT Message: weatherUpdate~~~���~17299~7nspanel ANALOG Temperature1~21.1��C~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~7nspanel ANALOG Temperature1~21.1��C~~~���~17299~Temperatura de afara~24.0��C
2024-04-13 10:37:09.893969 INFO 7nspanel: Sending MQTT Message: statusUpdate~~~~~~
2024-04-13 10:37:09.907524 INFO 7nspanel: MQTT callback for: {'topic': 'tele/tasmota_7nspanel/RESULT', 'wildcard': None, 'payload': '{"nlui_driver_version":"9"}'}
2024-04-13 10:37:09.910815 INFO 7nspanel: Update Pre-Check sucessful Tasmota Driver Version: 9 Panel Version: 53
meautomatron commented 2 months ago
2024-04-13 10:37:09.076734 INFO MQTT: Topic tele/tasmota_6nspanel/RESULT already subscribed to
2024-04-13 10:37:09.091442 INFO 6nspanel: Started (v4.3.1)
2024-04-13 10:37:09.099463 INFO AppDaemon: Calling initialize() for 7nspanel
2024-04-13 10:37:09.114321 INFO 3nspanel: Sending MQTT Message: date~s��mb��t��, 13 aprilie 2024
2024-04-13 10:37:09.121721 INFO 7nspanel: Starting
2024-04-13 10:37:09.125506 INFO 5nspanel: Sending MQTT Message: time~11:37~
2024-04-13 10:37:09.126821 INFO 4nspanel: Sending MQTT Message: date~s��mb��t��, 13 aprilie 2024
2024-04-13 10:37:09.140985 INFO 7nspanel: Input config: {'panelRecvTopic': 'tele/tasmota_7nspanel/RESULT', 'panelSendTopic': 'cmnd/tasmota_7nspanel/CustomSend', 'model': 'eu', 'sleepTimeout': 20, 'sleepBrightness': [{'time': 'sunrise', 'value': 7}, {'time': 'sunset + 1:00:00', 'value': 0}], 'locale': 'ro_RO', 'screensaver': {'type': 'screensaver', 'doubleTapToUnlock': True, 'entities': [{'entity': 'sensor.7nspanel_t', 'icon': 'mdi:home-account'}, {'entity': 'sensor.weather_forecast_daily', 'type': 0}, {'entity': 'sensor.weather_forecast_daily', 'type': 1}, {'entity': 'sensor.weather_forecast_daily', 'type': 2}, {'entity': 'sensor.7nspanel_t', 'icon': 'mdi:home-thermometer'}, {'entity': 'sensor.2stemp_t', 'icon': 'mdi:home-thermometer-outline'}]}, 'cards': [{'type': 'cardThermo', 'title': 'Birou mansarda', 'entity': 'climate.biroumansarda', 'tMainText': 'red'}]}
2024-04-13 10:37:09.145150 INFO 3nspanel: Sending MQTT Message: dimmode~7~100~6371~~0
2024-04-13 10:37:09.147354 INFO 7nspanel: Loaded config: {'panelRecvTopic': 'tele/tasmota_7nspanel/RESULT', 'panelSendTopic': 'cmnd/tasmota_7nspanel/CustomSend', 'updateMode': 'auto-notify', 'model': 'eu', 'sleepTimeout': 20, 'sleepBrightness': [{'time': 'sunrise', 'value': 7}, {'time': 'sunset + 1:00:00', 'value': 0}], 'screenBrightness': 100, 'defaultBackgroundColor': 'ha-dark', 'featureExperimentalSliders': False, 'sleepTracking': None, 'sleepTrackingZones': ['not_home', 'off'], 'sleepOverride': None, 'locale': 'ro_RO', 'timeFormat': '%H:%M', 'dateFormatBabel': 'full', 'dateAdditionalTemplate': '', 'timeAdditionalTemplate': '', 'dateFormat': '%A, %d. %B %Y', 'cards': [{'type': 'cardThermo', 'title': 'Birou mansarda', 'entity': 'climate.biroumansarda', 'tMainText': 'red'}], 'screensaver': {'type': 'screensaver', 'entity': 'weather.example', 'weatherUnit': 'celsius', 'forecastSkip': 0, 'weatherOverrideForecast1': None, 'weatherOverrideForecast2': None, 'weatherOverrideForecast3': None, 'weatherOverrideForecast4': None, 'doubleTapToUnlock': True, 'alternativeLayout': False, 'defaultCard': None, 'key': 'screensaver', 'entities': [{'entity': 'sensor.7nspanel_t', 'icon': 'mdi:home-account'}, {'entity': 'sensor.weather_forecast_daily', 'type': 0}, {'entity': 'sensor.weather_forecast_daily', 'type': 1}, {'entity': 'sensor.weather_forecast_daily', 'type': 2}, {'entity': 'sensor.7nspanel_t', 'icon': 'mdi:home-thermometer'}, {'entity': 'sensor.2stemp_t', 'icon': 'mdi:home-thermometer-outline'}]}, 'hiddenCards': []}
2024-04-13 10:37:09.171233 INFO 4nspanel: Sending MQTT Message: dimmode~7~100~6371~~0
2024-04-13 10:37:09.176864 INFO 7nspanel: Sending MQTT Message: pageType~pageStartup
2024-04-13 10:37:09.195416 INFO 3nspanel: Sending MQTT Message: pageType~screensaver
2024-04-13 10:37:09.200124 INFO 4nspanel: Sending MQTT Message: pageType~screensaver
2024-04-13 10:37:09.221112 INFO 4nspanel: Sending MQTT Message: timeout~20
2024-04-13 10:37:09.230122 INFO 3nspanel: Sending MQTT Message: timeout~20
2024-04-13 10:37:09.235125 INFO 5nspanel: Sending MQTT Message: date~s��mb��t��, 13 aprilie 2024
2024-04-13 10:37:09.259347 INFO 5nspanel: Sending MQTT Message: dimmode~7~100~6371~~0
2024-04-13 10:37:09.289923 INFO 5nspanel: Sending MQTT Message: pageType~screensaver
2024-04-13 10:37:09.293645 INFO 7nspanel: gtest123: ['climate.biroumansarda', 'weather.example', 'sensor.7nspanel_t', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.7nspanel_t', 'sensor.2stemp_t']
2024-04-13 10:37:09.306430 INFO 7nspanel: Registering callbacks for the following items: ['climate.biroumansarda', 'weather.example', 'sensor.7nspanel_t', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.7nspanel_t', 'sensor.2stemp_t']
2024-04-13 10:37:09.322748 INFO 5nspanel: Sending MQTT Message: timeout~20
2024-04-13 10:37:09.352295 INFO 1nspanel: Sending MQTT Message: weatherUpdate~~~���~17299~Temperatura din living~21.1��C~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Temperatura din living~21.1��C~~~���~17299~Temperatura de afara~24.0��C
2024-04-13 10:37:09.397317 INFO 1nspanel: Sending MQTT Message: statusUpdate~~~~~~
2024-04-13 10:37:09.430698 INFO MQTT: Topic tele/tasmota_7nspanel/RESULT already subscribed to
2024-04-13 10:37:09.440587 INFO 7nspanel: MQTT callback for: {'topic': 'tele/tasmota_1nspanel/RESULT', 'wildcard': None, 'payload': '{"nlui_driver_version":"9"}'}
2024-04-13 10:37:09.448211 INFO 7nspanel: Started (v4.3.1)
2024-04-13 10:37:09.474365 INFO 1nspanel: Update Pre-Check sucessful Tasmota Driver Version: 9 Panel Version: 53
2024-04-13 10:37:09.511291 INFO 7nspanel: MQTT callback for: {'topic': 'tele/tasmota_7nspanel/RESULT', 'wildcard': None, 'payload': '{"CustomRecv":"event,startup,53,eu"}'}
2024-04-13 10:37:09.512978 INFO 2nspanel: Sending MQTT Message: weatherUpdate~~~���~17299~2nspanel ANALOG Temperature1~21.4��C~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~2nspanel ANALOG Temperature1~21.4��C~~~���~17299~Temperatura de afara~24.0��C
2024-04-13 10:37:09.522536 INFO 7nspanel: Received Message from Screen: event,startup,53,eu
2024-04-13 10:37:09.553723 INFO 7nspanel: Sending MQTT Message: X
2024-04-13 10:37:09.557962 INFO 2nspanel: Sending MQTT Message: statusUpdate~~~~~~
2024-04-13 10:37:09.592549 INFO 7nspanel: Update Pre-Check failed Tasmota Driver Version: None Panel Version: 53
2024-04-13 10:37:09.603035 INFO 7nspanel: MQTT callback for: {'topic': 'tele/tasmota_2nspanel/RESULT', 'wildcard': None, 'payload': '{"nlui_driver_version":"9"}'}
2024-04-13 10:37:09.621193 INFO 3nspanel: Sending MQTT Message: weatherUpdate~~~���~17299~3nspanel ANALOG Temperature1~22.0��C~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~3nspanel ANALOG Temperature1~22.0��C~~~���~17299~Temperatura de afara~24.0��C
2024-04-13 10:37:09.625704 INFO 7nspanel: Startup Event
2024-04-13 10:37:09.629268 INFO 2nspanel: Update Pre-Check sucessful Tasmota Driver Version: 9 Panel Version: 53
2024-04-13 10:37:09.656795 INFO 3nspanel: Sending MQTT Message: statusUpdate~~~~~~
2024-04-13 10:37:09.664314 INFO 7nspanel: Sending MQTT Message: time~11:37~
2024-04-13 10:37:09.696031 INFO 7nspanel: MQTT callback for: {'topic': 'tele/tasmota_3nspanel/RESULT', 'wildcard': None, 'payload': '{"nlui_driver_version":"9"}'}
2024-04-13 10:37:09.701523 INFO 4nspanel: Sending MQTT Message: weatherUpdate~~~���~17299~4nspanel ANALOG Temperature1~22.7��C~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~4nspanel ANALOG Temperature1~22.7��C~~~���~17299~Temperatura de afara~24.0��C
2024-04-13 10:37:09.715683 INFO 3nspanel: Update Pre-Check sucessful Tasmota Driver Version: 9 Panel Version: 53
2024-04-13 10:37:09.729479 INFO 7nspanel: Sending MQTT Message: date~s��mb��t��, 13 aprilie 2024
2024-04-13 10:37:09.735712 INFO 4nspanel: Sending MQTT Message: statusUpdate~~~~~~
2024-04-13 10:37:09.758177 INFO 5nspanel: Sending MQTT Message: weatherUpdate~~~���~17299~5nspanel ANALOG Temperature1~20.6��C~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~5nspanel ANALOG Temperature1~20.6��C~~~���~17299~Temperatura de afara~24.0��C
2024-04-13 10:37:09.760231 INFO 7nspanel: Sending MQTT Message: dimmode~7~100~6371~~0
2024-04-13 10:37:09.766963 INFO 7nspanel: MQTT callback for: {'topic': 'tele/tasmota_4nspanel/RESULT', 'wildcard': None, 'payload': '{"nlui_driver_version":"9"}'}
2024-04-13 10:37:09.778051 INFO 5nspanel: Sending MQTT Message: statusUpdate~~~~~~
2024-04-13 10:37:09.781889 INFO 4nspanel: Update Pre-Check sucessful Tasmota Driver Version: 9 Panel Version: 53
2024-04-13 10:37:09.797752 INFO 7nspanel: Sending MQTT Message: pageType~screensaver
2024-04-13 10:37:09.810074 INFO 7nspanel: Sending MQTT Message: timeout~20
2024-04-13 10:37:09.818380 INFO 7nspanel: MQTT callback for: {'topic': 'tele/tasmota_5nspanel/RESULT', 'wildcard': None, 'payload': '{"nlui_driver_version":"9"}'}
2024-04-13 10:37:09.824013 INFO 5nspanel: Update Pre-Check sucessful Tasmota Driver Version: 9 Panel Version: 53
2024-04-13 10:37:09.885349 INFO 7nspanel: Sending MQTT Message: weatherUpdate~~~���~17299~7nspanel ANALOG Temperature1~21.1��C~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~7nspanel ANALOG Temperature1~21.1��C~~~���~17299~Temperatura de afara~24.0��C
2024-04-13 10:37:09.893969 INFO 7nspanel: Sending MQTT Message: statusUpdate~~~~~~
2024-04-13 10:37:09.907524 INFO 7nspanel: MQTT callback for: {'topic': 'tele/tasmota_7nspanel/RESULT', 'wildcard': None, 'payload': '{"nlui_driver_version":"9"}'}
2024-04-13 10:37:09.910815 INFO 7nspanel: Update Pre-Check sucessful Tasmota Driver Version: 9 Panel Version: 53
2024-04-13 10:37:15.076919 INFO 7nspanel: MQTT callback for: {'topic': 'tele/tasmota_6nspanel/RESULT', 'wildcard': None, 'payload': '{"CustomRecv":"event,startup,53,eu"}'}
2024-04-13 10:37:15.079346 INFO 7nspanel: Received Message from Screen: event,startup,53,eu
2024-04-13 10:37:15.082087 INFO 6nspanel: Sending MQTT Message: X
2024-04-13 10:37:15.088025 INFO 6nspanel: Update Pre-Check failed Tasmota Driver Version: None Panel Version: 53
2024-04-13 10:37:15.091174 INFO 7nspanel: Startup Event
2024-04-13 10:37:15.112001 INFO 6nspanel: Sending MQTT Message: time~11:37~
2024-04-13 10:37:15.137698 INFO 6nspanel: Sending MQTT Message: date~s��mb��t��, 13 aprilie 2024
2024-04-13 10:37:15.144857 INFO 6nspanel: Sending MQTT Message: dimmode~7~100~6371~~0
2024-04-13 10:37:15.151444 INFO 6nspanel: Sending MQTT Message: pageType~screensaver
2024-04-13 10:37:15.158068 INFO 6nspanel: Sending MQTT Message: timeout~20
2024-04-13 10:37:15.207972 INFO 6nspanel: Sending MQTT Message: weatherUpdate~~~���~17299~6nspanel ANALOG Temperature1~19.8��C~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~6nspanel ANALOG Temperature1~19.8��C~~~���~17299~Temperatura de afara~24.0��C
2024-04-13 10:37:15.214313 INFO 6nspanel: Sending MQTT Message: statusUpdate~~~~~~
2024-04-13 10:37:15.226426 INFO 7nspanel: MQTT callback for: {'topic': 'tele/tasmota_6nspanel/RESULT', 'wildcard': None, 'payload': '{"nlui_driver_version":"9"}'}
2024-04-13 10:37:15.230655 INFO 6nspanel: Update Pre-Check sucessful Tasmota Driver Version: 9 Panel Version: 53
2024-04-13 10:38:00.201103 INFO 1nspanel: Sending MQTT Message: time~11:38~
2024-04-13 10:38:00.263202 INFO 7nspanel: Sending MQTT Message: time~11:38~
2024-04-13 10:38:00.308846 INFO 2nspanel: Sending MQTT Message: time~11:38~
2024-04-13 10:38:00.391937 INFO 3nspanel: Sending MQTT Message: time~11:38~
2024-04-13 10:38:00.508834 INFO 4nspanel: Sending MQTT Message: time~11:38~
2024-04-13 10:38:00.708385 INFO 5nspanel: Sending MQTT Message: time~11:38~
2024-04-13 10:38:00.931983 INFO 6nspanel: Sending MQTT Message: time~11:38~
2024-04-13 10:38:31.136162 INFO 4nspanel: Sending MQTT Message: timeout~20
2024-04-13 10:38:31.139698 INFO 5nspanel: Sending MQTT Message: timeout~20
2024-04-13 10:38:31.145558 INFO 3nspanel: Sending MQTT Message: timeout~20
2024-04-13 10:38:31.153788 INFO 2nspanel: Sending MQTT Message: timeout~20
2024-04-13 10:38:31.157067 INFO 7nspanel: Sending MQTT Message: timeout~20
2024-04-13 10:38:31.160267 INFO 1nspanel: Sending MQTT Message: timeout~20
2024-04-13 10:38:31.161691 INFO 6nspanel: Sending MQTT Message: timeout~20
2024-04-13 10:38:31.459570 INFO 5nspanel: Sending MQTT Message: weatherUpdate~~~���~17299~5nspanel ANALOG Temperature1~20.6��C~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~5nspanel ANALOG Temperature1~20.6��C~~~���~17299~Temperatura de afara~24.2��C
2024-04-13 10:38:31.469107 INFO 2nspanel: Sending MQTT Message: weatherUpdate~~~���~17299~2nspanel ANALOG Temperature1~21.4��C~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~2nspanel ANALOG Temperature1~21.4��C~~~���~17299~Temperatura de afara~24.2��C
2024-04-13 10:38:31.470592 INFO 4nspanel: Sending MQTT Message: weatherUpdate~~~���~17299~4nspanel ANALOG Temperature1~22.7��C~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~4nspanel ANALOG Temperature1~22.7��C~~~���~17299~Temperatura de afara~24.2��C
2024-04-13 10:38:31.490635 INFO 5nspanel: Sending MQTT Message: statusUpdate~~~~~~
2024-04-13 10:38:31.497709 INFO 2nspanel: Sending MQTT Message: statusUpdate~~~~~~
2024-04-13 10:38:31.501418 INFO 3nspanel: Sending MQTT Message: weatherUpdate~~~���~17299~3nspanel ANALOG Temperature1~22.0��C~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~3nspanel ANALOG Temperature1~22.0��C~~~���~17299~Temperatura de afara~24.2��C
2024-04-13 10:38:31.532580 INFO 4nspanel: Sending MQTT Message: statusUpdate~~~~~~
2024-04-13 10:38:31.535969 INFO 3nspanel: Sending MQTT Message: statusUpdate~~~~~~
2024-04-13 10:38:31.567516 INFO 6nspanel: Sending MQTT Message: weatherUpdate~~~���~17299~6nspanel ANALOG Temperature1~19.8��C~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~6nspanel ANALOG Temperature1~19.8��C~~~���~17299~Temperatura de afara~24.2��C
2024-04-13 10:38:31.571903 INFO 7nspanel: Sending MQTT Message: weatherUpdate~~~���~17299~7nspanel ANALOG Temperature1~21.1��C~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~7nspanel ANALOG Temperature1~21.1��C~~~���~17299~Temperatura de afara~24.2��C
2024-04-13 10:38:31.576243 INFO 1nspanel: Sending MQTT Message: weatherUpdate~~~���~17299~Temperatura din living~21.1��C~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Weather Forecast Daily~partlycloudy ~~~���~17299~Temperatura din living~21.1��C~~~���~17299~Temperatura de afara~24.2��C
2024-04-13 10:38:31.590279 INFO 1nspanel: Sending MQTT Message: statusUpdate~~~~~~
2024-04-13 10:38:31.592022 INFO 6nspanel: Sending MQTT Message: statusUpdate~~~~~~
2024-04-13 10:38:31.601579 INFO 7nspanel: Sending MQTT Message: statusUpdate~~~~~~
joBr99 commented 2 months ago

This is not how the appdaemon addon restart looks like, it should look like this:

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.14.0-py3-none-any.whl.metadata (1.6 kB)
Downloading Babel-2.14.0-py3-none-any.whl (11.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.0/11.0 MB 28.8 MB/s eta 0:00:00
Installing collected packages: babel
Successfully installed babel-2.14.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
[10:39:37] INFO: Starting AppDaemon...
s6-rc: info: service legacy-services successfully started
2024-04-13 10:39:48.230590 INFO AppDaemon: AppDaemon Version 4.4.2 starting
2024-04-13 10:39:48.230698 INFO AppDaemon: Python version is 3.11.6
2024-04-13 10:39:48.230750 INFO AppDaemon: Configuration read from: /config/appdaemon.yaml
2024-04-13 10:39:48.230784 INFO AppDaemon: Added log: AppDaemon
2024-04-13 10:39:48.230829 INFO AppDaemon: Added log: Error
2024-04-13 10:39:48.230869 INFO AppDaemon: Added log: Access
2024-04-13 10:39:48.230918 INFO AppDaemon: Added log: Diag
2024-04-13 10:39:48.231033 INFO AppDaemon: Running AD using uvloop
2024-04-13 10:39:48.803374 INFO AppDaemon: Loading Plugin HASS using class HassPlugin from module hassplugin
2024-04-13 10:39:49.362230 INFO HASS: HASS Plugin Initializing
2024-04-13 10:39:49.362314 WARNING HASS: ha_url not found in HASS configuration - module not initialized
2024-04-13 10:39:49.362363 INFO HASS: HASS Plugin initialization complete
2024-04-13 10:39:49.362455 INFO AppDaemon: Loading Plugin MQTT using class MqttPlugin from module mqttplugin
2024-04-13 10:39:49.529559 INFO MQTT: MQTT Plugin Initializing
2024-04-13 10:39:49.529657 INFO MQTT: Using 'appdaemon/status' as Will Topic
2024-04-13 10:39:49.529707 INFO MQTT: Using 'appdaemon/status' as Birth Topic
2024-04-13 10:39:49.529892 INFO AppDaemon: Initializing HTTP
2024-04-13 10:39:49.530021 INFO AppDaemon: Using 'ws' for event stream
2024-04-13 10:39:49.531175 INFO AppDaemon: Starting API
2024-04-13 10:39:49.532029 INFO AppDaemon: Starting Admin Interface
2024-04-13 10:39:49.532142 INFO AppDaemon: Starting Dashboards
2024-04-13 10:39:49.536979 INFO HASS: Connected to Home Assistant 2024.3.3
2024-04-13 10:39:49.553662 WARNING AppDaemon: File '/homeassistant/appdaemon/apps/hiddenCards.yaml' invalid structure - ignoring
2024-04-13 10:39:49.565269 INFO HASS: Evaluating startup conditions
2024-04-13 10:39:49.582393 INFO HASS: Startup condition met: hass state=RUNNING
2024-04-13 10:39:49.587687 INFO HASS: All startup conditions met
2024-04-13 10:39:49.589089 INFO AppDaemon: App 'nspanel-wohn' added
2024-04-13 10:39:49.589426 INFO AppDaemon: Found 1 active apps
2024-04-13 10:39:49.589496 INFO AppDaemon: Found 0 inactive apps
2024-04-13 10:39:49.589543 INFO AppDaemon: Found 0 global libraries
2024-04-13 10:39:49.589599 INFO AppDaemon: Starting Apps with 1 workers and 1 pins
2024-04-13 10:39:49.589880 INFO AppDaemon: Running on port 5050
2024-04-13 10:39:49.603899 INFO AppDaemon: Got initial state from namespace default
2024-04-13 10:39:49.612258 INFO MQTT: Connected to Broker at URL 192.168.75.30:1883
2024-04-13 10:39:50.538052 INFO AppDaemon: Got initial state from namespace mqtt
2024-04-13 10:39:50.538260 INFO MQTT: MQTT Plugin initialization complete
2024-04-13 10:39:51.590737 INFO AppDaemon: Scheduler running in realtime
2024-04-13 10:39:51.591634 INFO AppDaemon: Reading config
2024-04-13 10:39:51.603251 WARNING AppDaemon: File '/homeassistant/appdaemon/apps/hiddenCards.yaml' invalid structure - ignoring
2024-04-13 10:39:51.623129 INFO AppDaemon: /homeassistant/appdaemon/apps/hiddenCards.yaml added or modified
2024-04-13 10:39:51.623758 INFO AppDaemon: Found 1 active apps
2024-04-13 10:39:51.623882 INFO AppDaemon: Found 0 inactive apps
2024-04-13 10:39:51.623992 INFO AppDaemon: Found 0 global libraries
2024-04-13 10:39:51.624575 INFO AppDaemon: Adding /homeassistant/appdaemon/apps/ to module import path
2024-04-13 10:39:51.624687 INFO AppDaemon: Adding /homeassistant/appdaemon/apps/nspanel-lovelace-ui to module import path
2024-04-13 10:39:51.624809 INFO AppDaemon: Adding /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend to module import path
2024-04-13 10:39:51.624925 INFO AppDaemon: Adding /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/translations to module import path
2024-04-13 10:39:51.625047 INFO AppDaemon: Adding /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/translations/frontend to module import path
2024-04-13 10:39:51.625167 INFO AppDaemon: Adding /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/translations/backend to module import path
2024-04-13 10:39:51.627354 INFO AppDaemon: Loading App Module: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/nspanel-lovelace-ui.py
2024-04-13 10:39:52.071332 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/pages.py - ignoring
2024-04-13 10:39:52.071665 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/mqtt.py - ignoring
2024-04-13 10:39:52.071874 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/localization.py - ignoring
2024-04-13 10:39:52.072100 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/controller.py - ignoring
2024-04-13 10:39:52.072357 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/apis.py - ignoring
2024-04-13 10:39:52.072638 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/updater.py - ignoring
2024-04-13 10:39:52.072918 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/icons.py - ignoring
2024-04-13 10:39:52.073179 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/icon_mapping.py - ignoring
2024-04-13 10:39:52.073480 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/config.py - ignoring
2024-04-13 10:39:52.073708 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/theme.py - ignoring
2024-04-13 10:39:52.073973 WARNING AppDaemon: No app description found for: /homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/helper.py - ignoring
2024-04-13 10:39:52.074173 INFO AppDaemon: Loading app nspanel-wohn using class NsPanelLovelaceUIManager from module nspanel-lovelace-ui
2024-04-13 10:39:52.074922 INFO AppDaemon: Calling initialize() for nspanel-wohn
2024-04-13 10:39:52.088888 INFO nspanel-wohn: Starting
2024-04-13 10:39:52.392972 INFO nspanel-wohn: Input config: {'panelRecvTopic': 'tele/tasmota_nspwohn/RESULT', 'panelSendTopic': 

image

meautomatron commented 2 months ago
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service base-addon-banner: starting

-----------------------------------------------------------
 Add-on: AppDaemon
 Python Apps and Dashboard using AppDaemon 4.x for Home Assistant
-----------------------------------------------------------
 Add-on version: 0.16.4
 You are running the latest version of this add-on.
 System: Home Assistant OS 12.2  (aarch64 / yellow)
 Home Assistant Core: 2024.4.3
 Home Assistant Supervisor: 2024.04.0
-----------------------------------------------------------
 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
meautomatron commented 2 months ago
2024-04-13 11:44:37.758563 INFO 1nspanel: Registering callbacks for the following items: ['climate.livingroom', 'weather.example', 'sensor.1nspanel_t', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.1nspanel_t', 'sensor.2stemp_t']
2024-04-13 11:44:37.780743 INFO 1nspanel: Started (v4.3.3)
2024-04-13 11:44:37.782862 INFO AppDaemon: Calling initialize() for 2nspanel
2024-04-13 11:44:37.787153 INFO 2nspanel: Starting
2024-04-13 11:44:37.792486 INFO 2nspanel: Input config: {'panelRecvTopic': 'tele/tasmota_2nspanel/RESULT', 'panelSendTopic': 'cmnd/tasmota_2nspanel/CustomSend', 'model': 'eu', 'sleepTimeout': 20, 'sleepBrightness': [{'time': 'sunrise', 'value': 7}, {'time': 'sunset + 1:00:00', 'value': 0}], 'locale': 'ro_RO', 'screensaver': {'type': 'screensaver', 'doubleTapToUnlock': True, 'entities': [{'entity': 'sensor.2nspanel_t', 'icon': 'mdi:home-account'}, {'entity': 'sensor.weather_forecast_daily', 'type': 0}, {'entity': 'sensor.weather_forecast_daily', 'type': 1}, {'entity': 'sensor.weather_forecast_daily', 'type': 2}, {'entity': 'sensor.2nspanel_t', 'icon': 'mdi:home-thermometer'}, {'entity': 'sensor.2stemp_t', 'icon': 'mdi:home-thermometer-outline'}]}, 'cards': [{'type': 'cardThermo', 'title': 'Incalzire Erin', 'entity': 'climate.erin', 'tMainText': 'red'}]}
2024-04-13 11:44:37.795685 INFO 2nspanel: Loaded config: {'panelRecvTopic': 'tele/tasmota_2nspanel/RESULT', 'panelSendTopic': 'cmnd/tasmota_2nspanel/CustomSend', 'updateMode': 'auto-notify', 'model': 'eu', 'sleepTimeout': 20, 'sleepBrightness': [{'time': 'sunrise', 'value': 7}, {'time': 'sunset + 1:00:00', 'value': 0}], 'screenBrightness': 100, 'defaultBackgroundColor': 'ha-dark', 'featureExperimentalSliders': False, 'sleepTracking': None, 'sleepTrackingZones': ['not_home', 'off'], 'sleepOverride': None, 'locale': 'ro_RO', 'quiet': True, 'timeFormat': '%H:%M', 'dateFormatBabel': 'full', 'dateAdditionalTemplate': '', 'timeAdditionalTemplate': '', 'dateFormat': '%A, %d. %B %Y', 'cards': [{'type': 'cardThermo', 'title': 'Incalzire Erin', 'entity': 'climate.erin', 'tMainText': 'red'}], 'screensaver': {'type': 'screensaver', 'entity': 'weather.example', 'weatherUnit': 'celsius', 'forecastSkip': 0, 'weatherOverrideForecast1': None, 'weatherOverrideForecast2': None, 'weatherOverrideForecast3': None, 'weatherOverrideForecast4': None, 'doubleTapToUnlock': True, 'alternativeLayout': False, 'defaultCard': None, 'key': 'screensaver', 'entities': [{'entity': 'sensor.2nspanel_t', 'icon': 'mdi:home-account'}, {'entity': 'sensor.weather_forecast_daily', 'type': 0}, {'entity': 'sensor.weather_forecast_daily', 'type': 1}, {'entity': 'sensor.weather_forecast_daily', 'type': 2}, {'entity': 'sensor.2nspanel_t', 'icon': 'mdi:home-thermometer'}, {'entity': 'sensor.2stemp_t', 'icon': 'mdi:home-thermometer-outline'}]}, 'hiddenCards': []}
2024-04-13 11:44:37.816020 INFO 2nspanel: gtest123: ['climate.erin', 'weather.example', 'sensor.2nspanel_t', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.2nspanel_t', 'sensor.2stemp_t']
2024-04-13 11:44:37.819071 INFO 2nspanel: Registering callbacks for the following items: ['climate.erin', 'weather.example', 'sensor.2nspanel_t', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.2nspanel_t', 'sensor.2stemp_t']
2024-04-13 11:44:37.842729 INFO 2nspanel: Started (v4.3.3)
2024-04-13 11:44:37.846216 INFO AppDaemon: Calling initialize() for 3nspanel
2024-04-13 11:44:37.850818 INFO 3nspanel: Starting
2024-04-13 11:44:37.862208 INFO 3nspanel: Input config: {'panelRecvTopic': 'tele/tasmota_3nspanel/RESULT', 'panelSendTopic': 'cmnd/tasmota_3nspanel/CustomSend', 'model': 'eu', 'sleepTimeout': 20, 'sleepBrightness': [{'time': 'sunrise', 'value': 7}, {'time': 'sunset + 1:00:00', 'value': 0}], 'locale': 'ro_RO', 'screensaver': {'type': 'screensaver', 'doubleTapToUnlock': True, 'entities': [{'entity': 'sensor.3nspanel_t', 'icon': 'mdi:home-account'}, {'entity': 'sensor.weather_forecast_daily', 'type': 0}, {'entity': 'sensor.weather_forecast_daily', 'type': 1}, {'entity': 'sensor.weather_forecast_daily', 'type': 2}, {'entity': 'sensor.3nspanel_t', 'icon': 'mdi:home-thermometer'}, {'entity': 'sensor.2stemp_t', 'icon': 'mdi:home-thermometer-outline'}]}, 'cards': [{'type': 'cardUnlock', 'pin': 1234, 'title': 'Admin Page', 'destination': 'navigate.adminpage'}], 'hiddenCards': [{'type': 'cardThermo', 'title': 'Antonia', 'key': 'adminpage', 'entity': 'climate.antonia', 'tMainText': 'red'}]}
2024-04-13 11:44:37.865136 INFO 3nspanel: Loaded config: {'panelRecvTopic': 'tele/tasmota_3nspanel/RESULT', 'panelSendTopic': 'cmnd/tasmota_3nspanel/CustomSend', 'updateMode': 'auto-notify', 'model': 'eu', 'sleepTimeout': 20, 'sleepBrightness': [{'time': 'sunrise', 'value': 7}, {'time': 'sunset + 1:00:00', 'value': 0}], 'screenBrightness': 100, 'defaultBackgroundColor': 'ha-dark', 'featureExperimentalSliders': False, 'sleepTracking': None, 'sleepTrackingZones': ['not_home', 'off'], 'sleepOverride': None, 'locale': 'ro_RO', 'quiet': True, 'timeFormat': '%H:%M', 'dateFormatBabel': 'full', 'dateAdditionalTemplate': '', 'timeAdditionalTemplate': '', 'dateFormat': '%A, %d. %B %Y', 'cards': [{'type': 'cardUnlock', 'pin': 1234, 'title': 'Admin Page', 'destination': 'navigate.adminpage'}], 'screensaver': {'type': 'screensaver', 'entity': 'weather.example', 'weatherUnit': 'celsius', 'forecastSkip': 0, 'weatherOverrideForecast1': None, 'weatherOverrideForecast2': None, 'weatherOverrideForecast3': None, 'weatherOverrideForecast4': None, 'doubleTapToUnlock': True, 'alternativeLayout': False, 'defaultCard': None, 'key': 'screensaver', 'entities': [{'entity': 'sensor.3nspanel_t', 'icon': 'mdi:home-account'}, {'entity': 'sensor.weather_forecast_daily', 'type': 0}, {'entity': 'sensor.weather_forecast_daily', 'type': 1}, {'entity': 'sensor.weather_forecast_daily', 'type': 2}, {'entity': 'sensor.3nspanel_t', 'icon': 'mdi:home-thermometer'}, {'entity': 'sensor.2stemp_t', 'icon': 'mdi:home-thermometer-outline'}]}, 'hiddenCards': [{'type': 'cardThermo', 'title': 'Antonia', 'key': 'adminpage', 'entity': 'climate.antonia', 'tMainText': 'red'}]}
2024-04-13 11:44:37.894326 INFO 3nspanel: MQTT callback for: {'topic': 'tele/tasmota_1nspanel/RESULT', 'wildcard': None, 'payload': '{"nlui_driver_version":"9"}'}
2024-04-13 11:44:37.896909 INFO 3nspanel: gtest123: ['climate.antonia', 'weather.example', 'sensor.3nspanel_t', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.3nspanel_t', 'sensor.2stemp_t']
2024-04-13 11:44:37.902744 INFO 1nspanel: Update Pre-Check failed Tasmota Driver Version: 9 Panel Version: None
2024-04-13 11:44:37.904005 INFO 3nspanel: Registering callbacks for the following items: ['climate.antonia', 'weather.example', 'sensor.3nspanel_t', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.3nspanel_t', 'sensor.2stemp_t']
2024-04-13 11:44:37.931338 INFO 3nspanel: Started (v4.3.3)
2024-04-13 11:44:37.933762 INFO AppDaemon: Calling initialize() for 4nspanel
2024-04-13 11:44:37.939714 INFO 4nspanel: Starting
2024-04-13 11:44:37.951690 INFO 4nspanel: MQTT callback for: {'topic': 'tele/tasmota_2nspanel/RESULT', 'wildcard': None, 'payload': '{"nlui_driver_version":"9"}'}
2024-04-13 11:44:37.955585 INFO 4nspanel: Input config: {'panelRecvTopic': 'tele/tasmota_4nspanel/RESULT', 'panelSendTopic': 'cmnd/tasmota_4nspanel/CustomSend', 'model': 'eu', 'sleepTimeout': 20, 'sleepBrightness': [{'time': 'sunrise', 'value': 7}, {'time': 'sunset + 1:00:00', 'value': 0}], 'locale': 'ro_RO', 'screensaver': {'type': 'screensaver', 'doubleTapToUnlock': True, 'entities': [{'entity': 'sensor.4nspanel_t', 'icon': 'mdi:home-account'}, {'entity': 'sensor.weather_forecast_daily', 'type': 0}, {'entity': 'sensor.weather_forecast_daily', 'type': 1}, {'entity': 'sensor.weather_forecast_daily', 'type': 2}, {'entity': 'sensor.4nspanel_t', 'icon': 'mdi:home-thermometer'}, {'entity': 'sensor.2stemp_t', 'icon': 'mdi:home-thermometer-outline'}]}, 'cards': [{'type': 'cardThermo', 'title': 'Incalzire Master bedroom', 'entity': 'climate.master', 'tMainText': 'red'}]}
2024-04-13 11:44:37.959560 INFO 2nspanel: Update Pre-Check failed Tasmota Driver Version: 9 Panel Version: None
2024-04-13 11:44:37.969310 INFO 4nspanel: Loaded config: {'panelRecvTopic': 'tele/tasmota_4nspanel/RESULT', 'panelSendTopic': 'cmnd/tasmota_4nspanel/CustomSend', 'updateMode': 'auto-notify', 'model': 'eu', 'sleepTimeout': 20, 'sleepBrightness': [{'time': 'sunrise', 'value': 7}, {'time': 'sunset + 1:00:00', 'value': 0}], 'screenBrightness': 100, 'defaultBackgroundColor': 'ha-dark', 'featureExperimentalSliders': False, 'sleepTracking': None, 'sleepTrackingZones': ['not_home', 'off'], 'sleepOverride': None, 'locale': 'ro_RO', 'quiet': True, 'timeFormat': '%H:%M', 'dateFormatBabel': 'full', 'dateAdditionalTemplate': '', 'timeAdditionalTemplate': '', 'dateFormat': '%A, %d. %B %Y', 'cards': [{'type': 'cardThermo', 'title': 'Incalzire Master bedroom', 'entity': 'climate.master', 'tMainText': 'red'}], 'screensaver': {'type': 'screensaver', 'entity': 'weather.example', 'weatherUnit': 'celsius', 'forecastSkip': 0, 'weatherOverrideForecast1': None, 'weatherOverrideForecast2': None, 'weatherOverrideForecast3': None, 'weatherOverrideForecast4': None, 'doubleTapToUnlock': True, 'alternativeLayout': False, 'defaultCard': None, 'key': 'screensaver', 'entities': [{'entity': 'sensor.4nspanel_t', 'icon': 'mdi:home-account'}, {'entity': 'sensor.weather_forecast_daily', 'type': 0}, {'entity': 'sensor.weather_forecast_daily', 'type': 1}, {'entity': 'sensor.weather_forecast_daily', 'type': 2}, {'entity': 'sensor.4nspanel_t', 'icon': 'mdi:home-thermometer'}, {'entity': 'sensor.2stemp_t', 'icon': 'mdi:home-thermometer-outline'}]}, 'hiddenCards': []}
2024-04-13 11:44:37.989217 INFO 4nspanel: MQTT callback for: {'topic': 'tele/tasmota_1nspanel/RESULT', 'wildcard': None, 'payload': '{"CustomRecv":"event,startup,53,eu"}'}
2024-04-13 11:44:38.001976 INFO 4nspanel: Received Message from Screen: event,startup,53,eu
2024-04-13 11:44:38.009056 INFO 4nspanel: gtest123: ['climate.master', 'weather.example', 'sensor.4nspanel_t', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.4nspanel_t', 'sensor.2stemp_t']
2024-04-13 11:44:38.011444 INFO 1nspanel: Update Pre-Check failed Tasmota Driver Version: None Panel Version: 53
2024-04-13 11:44:38.017663 INFO 4nspanel: Registering callbacks for the following items: ['climate.master', 'weather.example', 'sensor.4nspanel_t', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.4nspanel_t', 'sensor.2stemp_t']
2024-04-13 11:44:38.019184 INFO 4nspanel: Startup Event
2024-04-13 11:44:38.039323 INFO 4nspanel: MQTT callback for: {'topic': 'tele/tasmota_3nspanel/RESULT', 'wildcard': None, 'payload': '{"nlui_driver_version":"9"}'}
2024-04-13 11:44:38.058015 INFO 3nspanel: Update Pre-Check failed Tasmota Driver Version: 9 Panel Version: None
2024-04-13 11:44:38.092606 INFO 4nspanel: MQTT callback for: {'topic': 'tele/tasmota_3nspanel/RESULT', 'wildcard': None, 'payload': '{"CustomRecv":"event,startup,53,eu"}'}
2024-04-13 11:44:38.116431 INFO 4nspanel: Received Message from Screen: event,startup,53,eu
2024-04-13 11:44:38.123743 INFO 4nspanel: Started (v4.3.3)
2024-04-13 11:44:38.127431 INFO 4nspanel: MQTT callback for: {'topic': 'tele/tasmota_2nspanel/RESULT', 'wildcard': None, 'payload': '{"CustomRecv":"event,startup,53,eu"}'}
2024-04-13 11:44:38.135336 INFO AppDaemon: Calling initialize() for 5nspanel
2024-04-13 11:44:38.142890 INFO 5nspanel: Starting
2024-04-13 11:44:38.147452 INFO 4nspanel: Received Message from Screen: event,startup,53,eu
2024-04-13 11:44:38.161927 INFO 3nspanel: Update Pre-Check failed Tasmota Driver Version: None Panel Version: 53
2024-04-13 11:44:38.171313 INFO 5nspanel: Input config: {'panelRecvTopic': 'tele/tasmota_5nspanel/RESULT', 'panelSendTopic': 'cmnd/tasmota_5nspanel/CustomSend', 'model': 'eu', 'sleepTimeout': 20, 'sleepBrightness': [{'time': 'sunrise', 'value': 7}, {'time': 'sunset + 1:00:00', 'value': 0}], 'locale': 'ro_RO', 'screensaver': {'type': 'screensaver', 'doubleTapToUnlock': True, 'entities': [{'entity': 'sensor.5nspanel_t', 'icon': 'mdi:home-account'}, {'entity': 'sensor.weather_forecast_daily', 'type': 0}, {'entity': 'sensor.weather_forecast_daily', 'type': 1}, {'entity': 'sensor.weather_forecast_daily', 'type': 2}, {'entity': 'sensor.5nspanel_t', 'icon': 'mdi:home-thermometer'}, {'entity': 'sensor.2stemp_t', 'icon': 'mdi:home-thermometer-outline'}]}, 'cards': [{'type': 'cardThermo', 'title': 'Living Mansarda', 'entity': 'climate.livingmansarda', 'tMainText': 'red'}]}
2024-04-13 11:44:38.176653 INFO 2nspanel: Update Pre-Check failed Tasmota Driver Version: None Panel Version: 53
2024-04-13 11:44:38.181969 INFO 5nspanel: Loaded config: {'panelRecvTopic': 'tele/tasmota_5nspanel/RESULT', 'panelSendTopic': 'cmnd/tasmota_5nspanel/CustomSend', 'updateMode': 'auto-notify', 'model': 'eu', 'sleepTimeout': 20, 'sleepBrightness': [{'time': 'sunrise', 'value': 7}, {'time': 'sunset + 1:00:00', 'value': 0}], 'screenBrightness': 100, 'defaultBackgroundColor': 'ha-dark', 'featureExperimentalSliders': False, 'sleepTracking': None, 'sleepTrackingZones': ['not_home', 'off'], 'sleepOverride': None, 'locale': 'ro_RO', 'quiet': True, 'timeFormat': '%H:%M', 'dateFormatBabel': 'full', 'dateAdditionalTemplate': '', 'timeAdditionalTemplate': '', 'dateFormat': '%A, %d. %B %Y', 'cards': [{'type': 'cardThermo', 'title': 'Living Mansarda', 'entity': 'climate.livingmansarda', 'tMainText': 'red'}], 'screensaver': {'type': 'screensaver', 'entity': 'weather.example', 'weatherUnit': 'celsius', 'forecastSkip': 0, 'weatherOverrideForecast1': None, 'weatherOverrideForecast2': None, 'weatherOverrideForecast3': None, 'weatherOverrideForecast4': None, 'doubleTapToUnlock': True, 'alternativeLayout': False, 'defaultCard': None, 'key': 'screensaver', 'entities': [{'entity': 'sensor.5nspanel_t', 'icon': 'mdi:home-account'}, {'entity': 'sensor.weather_forecast_daily', 'type': 0}, {'entity': 'sensor.weather_forecast_daily', 'type': 1}, {'entity': 'sensor.weather_forecast_daily', 'type': 2}, {'entity': 'sensor.5nspanel_t', 'icon': 'mdi:home-thermometer'}, {'entity': 'sensor.2stemp_t', 'icon': 'mdi:home-thermometer-outline'}]}, 'hiddenCards': []}
2024-04-13 11:44:38.183841 INFO 5nspanel: Startup Event
2024-04-13 11:44:38.235270 INFO 5nspanel: Previous message repeated 1 times
2024-04-13 11:44:38.238099 INFO 5nspanel: MQTT callback for: {'topic': 'tele/tasmota_4nspanel/RESULT', 'wildcard': None, 'payload': '{"nlui_driver_version":"9"}'}
2024-04-13 11:44:38.248058 INFO 4nspanel: Update Pre-Check failed Tasmota Driver Version: 9 Panel Version: None
2024-04-13 11:44:38.283636 INFO 5nspanel: MQTT callback for: {'topic': 'tele/tasmota_4nspanel/RESULT', 'wildcard': None, 'payload': '{"CustomRecv":"event,startup,53,eu"}'}
2024-04-13 11:44:38.309644 INFO 5nspanel: Received Message from Screen: event,startup,53,eu
2024-04-13 11:44:38.321182 INFO 5nspanel: gtest123: ['climate.livingmansarda', 'weather.example', 'sensor.5nspanel_t', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.5nspanel_t', 'sensor.2stemp_t']
2024-04-13 11:44:38.330491 INFO 5nspanel: Registering callbacks for the following items: ['climate.livingmansarda', 'weather.example', 'sensor.5nspanel_t', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.5nspanel_t', 'sensor.2stemp_t']
2024-04-13 11:44:38.342840 INFO 4nspanel: Update Pre-Check failed Tasmota Driver Version: None Panel Version: 53
2024-04-13 11:44:38.371829 INFO 5nspanel: Startup Event
2024-04-13 11:44:38.464325 INFO 5nspanel: Started (v4.3.3)
2024-04-13 11:44:38.471821 INFO AppDaemon: Calling initialize() for 6nspanel
2024-04-13 11:44:38.497728 INFO 6nspanel: Starting
2024-04-13 11:44:38.525478 INFO 6nspanel: MQTT callback for: {'topic': 'tele/tasmota_5nspanel/RESULT', 'wildcard': None, 'payload': '{"CustomRecv":"event,startup,53,eu"}'}
2024-04-13 11:44:38.544596 INFO 6nspanel: Input config: {'panelRecvTopic': 'tele/tasmota_6nspanel/RESULT', 'panelSendTopic': 'cmnd/tasmota_6nspanel/CustomSend', 'model': 'eu', 'sleepTimeout': 20, 'sleepBrightness': [{'time': 'sunrise', 'value': 7}, {'time': 'sunset + 1:00:00', 'value': 0}], 'locale': 'ro_RO', 'screensaver': {'type': 'screensaver', 'doubleTapToUnlock': True, 'entities': [{'entity': 'sensor.6nspanel_t', 'icon': 'mdi:home-account'}, {'entity': 'sensor.weather_forecast_daily', 'type': 0}, {'entity': 'sensor.weather_forecast_daily', 'type': 1}, {'entity': 'sensor.weather_forecast_daily', 'type': 2}, {'entity': 'sensor.6nspanel_t', 'icon': 'mdi:home-thermometer'}, {'entity': 'sensor.2stemp_t', 'icon': 'mdi:home-thermometer-outline'}]}, 'cards': [{'type': 'cardThermo', 'title': 'Dormitor Mansarda', 'entity': 'climate.dormitormansarda', 'tMainText': 'red'}]}
2024-04-13 11:44:38.547191 INFO 6nspanel: Received Message from Screen: event,startup,53,eu
2024-04-13 11:44:38.564431 INFO 5nspanel: Update Pre-Check failed Tasmota Driver Version: None Panel Version: 53
2024-04-13 11:44:38.569963 INFO 6nspanel: Loaded config: {'panelRecvTopic': 'tele/tasmota_6nspanel/RESULT', 'panelSendTopic': 'cmnd/tasmota_6nspanel/CustomSend', 'updateMode': 'auto-notify', 'model': 'eu', 'sleepTimeout': 20, 'sleepBrightness': [{'time': 'sunrise', 'value': 7}, {'time': 'sunset + 1:00:00', 'value': 0}], 'screenBrightness': 100, 'defaultBackgroundColor': 'ha-dark', 'featureExperimentalSliders': False, 'sleepTracking': None, 'sleepTrackingZones': ['not_home', 'off'], 'sleepOverride': None, 'locale': 'ro_RO', 'quiet': True, 'timeFormat': '%H:%M', 'dateFormatBabel': 'full', 'dateAdditionalTemplate': '', 'timeAdditionalTemplate': '', 'dateFormat': '%A, %d. %B %Y', 'cards': [{'type': 'cardThermo', 'title': 'Dormitor Mansarda', 'entity': 'climate.dormitormansarda', 'tMainText': 'red'}], 'screensaver': {'type': 'screensaver', 'entity': 'weather.example', 'weatherUnit': 'celsius', 'forecastSkip': 0, 'weatherOverrideForecast1': None, 'weatherOverrideForecast2': None, 'weatherOverrideForecast3': None, 'weatherOverrideForecast4': None, 'doubleTapToUnlock': True, 'alternativeLayout': False, 'defaultCard': None, 'key': 'screensaver', 'entities': [{'entity': 'sensor.6nspanel_t', 'icon': 'mdi:home-account'}, {'entity': 'sensor.weather_forecast_daily', 'type': 0}, {'entity': 'sensor.weather_forecast_daily', 'type': 1}, {'entity': 'sensor.weather_forecast_daily', 'type': 2}, {'entity': 'sensor.6nspanel_t', 'icon': 'mdi:home-thermometer'}, {'entity': 'sensor.2stemp_t', 'icon': 'mdi:home-thermometer-outline'}]}, 'hiddenCards': []}
2024-04-13 11:44:38.585070 INFO 6nspanel: Startup Event
2024-04-13 11:44:38.686094 INFO 6nspanel: gtest123: ['climate.dormitormansarda', 'weather.example', 'sensor.6nspanel_t', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.6nspanel_t', 'sensor.2stemp_t']
2024-04-13 11:44:38.708259 INFO 6nspanel: Registering callbacks for the following items: ['climate.dormitormansarda', 'weather.example', 'sensor.6nspanel_t', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.6nspanel_t', 'sensor.2stemp_t']
2024-04-13 11:44:38.774307 INFO 6nspanel: MQTT callback for: {'topic': 'tele/tasmota_3nspanel/RESULT', 'wildcard': None, 'payload': '{"nlui_driver_version":"9"}'}
2024-04-13 11:44:38.797630 INFO 3nspanel: Update Pre-Check sucessful Tasmota Driver Version: 9 Panel Version: 53
2024-04-13 11:44:38.834192 INFO 6nspanel: Started (v4.3.3)
2024-04-13 11:44:38.840352 INFO AppDaemon: Calling initialize() for 7nspanel
2024-04-13 11:44:38.852145 INFO 7nspanel: Starting
2024-04-13 11:44:38.857353 INFO 6nspanel: MQTT callback for: {'topic': 'tele/tasmota_4nspanel/RESULT', 'wildcard': None, 'payload': '{"nlui_driver_version":"9"}'}
2024-04-13 11:44:38.878679 INFO 7nspanel: MQTT callback for: {'topic': 'tele/tasmota_2nspanel/RESULT', 'wildcard': None, 'payload': '{"nlui_driver_version":"9"}'}
2024-04-13 11:44:38.882764 INFO 4nspanel: Update Pre-Check sucessful Tasmota Driver Version: 9 Panel Version: 53
2024-04-13 11:44:38.909417 INFO 7nspanel: Input config: {'panelRecvTopic': 'tele/tasmota_7nspanel/RESULT', 'panelSendTopic': 'cmnd/tasmota_7nspanel/CustomSend', 'model': 'eu', 'sleepTimeout': 20, 'sleepBrightness': [{'time': 'sunrise', 'value': 7}, {'time': 'sunset + 1:00:00', 'value': 0}], 'locale': 'ro_RO', 'screensaver': {'type': 'screensaver', 'doubleTapToUnlock': True, 'entities': [{'entity': 'sensor.7nspanel_t', 'icon': 'mdi:home-account'}, {'entity': 'sensor.weather_forecast_daily', 'type': 0}, {'entity': 'sensor.weather_forecast_daily', 'type': 1}, {'entity': 'sensor.weather_forecast_daily', 'type': 2}, {'entity': 'sensor.7nspanel_t', 'icon': 'mdi:home-thermometer'}, {'entity': 'sensor.2stemp_t', 'icon': 'mdi:home-thermometer-outline'}]}, 'cards': [{'type': 'cardThermo', 'title': 'Birou mansarda', 'entity': 'climate.biroumansarda', 'tMainText': 'red'}]}
2024-04-13 11:44:38.925297 INFO 7nspanel: MQTT callback for: {'topic': 'tele/tasmota_1nspanel/RESULT', 'wildcard': None, 'payload': '{"nlui_driver_version":"9"}'}
2024-04-13 11:44:38.929093 INFO 7nspanel: MQTT callback for: {'topic': 'tele/tasmota_6nspanel/RESULT', 'wildcard': None, 'payload': '{"nlui_driver_version":"9"}'}
2024-04-13 11:44:38.935293 INFO 2nspanel: Update Pre-Check sucessful Tasmota Driver Version: 9 Panel Version: 53
2024-04-13 11:44:38.939076 INFO 7nspanel: Loaded config: {'panelRecvTopic': 'tele/tasmota_7nspanel/RESULT', 'panelSendTopic': 'cmnd/tasmota_7nspanel/CustomSend', 'updateMode': 'auto-notify', 'model': 'eu', 'sleepTimeout': 20, 'sleepBrightness': [{'time': 'sunrise', 'value': 7}, {'time': 'sunset + 1:00:00', 'value': 0}], 'screenBrightness': 100, 'defaultBackgroundColor': 'ha-dark', 'featureExperimentalSliders': False, 'sleepTracking': None, 'sleepTrackingZones': ['not_home', 'off'], 'sleepOverride': None, 'locale': 'ro_RO', 'quiet': True, 'timeFormat': '%H:%M', 'dateFormatBabel': 'full', 'dateAdditionalTemplate': '', 'timeAdditionalTemplate': '', 'dateFormat': '%A, %d. %B %Y', 'cards': [{'type': 'cardThermo', 'title': 'Birou mansarda', 'entity': 'climate.biroumansarda', 'tMainText': 'red'}], 'screensaver': {'type': 'screensaver', 'entity': 'weather.example', 'weatherUnit': 'celsius', 'forecastSkip': 0, 'weatherOverrideForecast1': None, 'weatherOverrideForecast2': None, 'weatherOverrideForecast3': None, 'weatherOverrideForecast4': None, 'doubleTapToUnlock': True, 'alternativeLayout': False, 'defaultCard': None, 'key': 'screensaver', 'entities': [{'entity': 'sensor.7nspanel_t', 'icon': 'mdi:home-account'}, {'entity': 'sensor.weather_forecast_daily', 'type': 0}, {'entity': 'sensor.weather_forecast_daily', 'type': 1}, {'entity': 'sensor.weather_forecast_daily', 'type': 2}, {'entity': 'sensor.7nspanel_t', 'icon': 'mdi:home-thermometer'}, {'entity': 'sensor.2stemp_t', 'icon': 'mdi:home-thermometer-outline'}]}, 'hiddenCards': []}
2024-04-13 11:44:38.946475 INFO 1nspanel: Update Pre-Check sucessful Tasmota Driver Version: 9 Panel Version: 53
2024-04-13 11:44:38.958368 INFO 6nspanel: Update Pre-Check failed Tasmota Driver Version: 9 Panel Version: None
2024-04-13 11:44:38.999831 INFO 7nspanel: MQTT callback for: {'topic': 'tele/tasmota_6nspanel/RESULT', 'wildcard': None, 'payload': '{"CustomRecv":"event,startup,53,eu"}'}
2024-04-13 11:44:39.006214 INFO 7nspanel: Received Message from Screen: event,startup,53,eu
2024-04-13 11:44:39.031768 INFO 6nspanel: Update Pre-Check failed Tasmota Driver Version: None Panel Version: 53
2024-04-13 11:44:39.039330 INFO 7nspanel: gtest123: ['climate.biroumansarda', 'weather.example', 'sensor.7nspanel_t', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.7nspanel_t', 'sensor.2stemp_t']
2024-04-13 11:44:39.043840 INFO 7nspanel: Startup Event
2024-04-13 11:44:39.052123 INFO 7nspanel: Registering callbacks for the following items: ['climate.biroumansarda', 'weather.example', 'sensor.7nspanel_t', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.weather_forecast_daily', 'sensor.7nspanel_t', 'sensor.2stemp_t']
2024-04-13 11:44:39.101077 INFO 7nspanel: MQTT callback for: {'topic': 'tele/tasmota_5nspanel/RESULT', 'wildcard': None, 'payload': '{"nlui_driver_version":"9"}'}
2024-04-13 11:44:39.117996 INFO 5nspanel: Update Pre-Check sucessful Tasmota Driver Version: 9 Panel Version: 53
2024-04-13 11:44:39.145521 INFO 7nspanel: Previous message repeated 1 times
2024-04-13 11:44:39.149443 INFO 7nspanel: Started (v4.3.3)
2024-04-13 11:44:39.154365 INFO AppDaemon: App initialization complete
2024-04-13 11:44:39.203738 INFO 7nspanel: MQTT callback for: {'topic': 'tele/tasmota_7nspanel/RESULT', 'wildcard': None, 'payload': '{"nlui_driver_version":"9"}'}
2024-04-13 11:44:39.212123 INFO 7nspanel: Update Pre-Check failed Tasmota Driver Version: 9 Panel Version: None
2024-04-13 11:44:39.236348 INFO 7nspanel: MQTT callback for: {'topic': 'tele/tasmota_7nspanel/RESULT', 'wildcard': None, 'payload': '{"CustomRecv":"event,startup,53,eu"}'}
2024-04-13 11:44:39.249695 INFO 7nspanel: Received Message from Screen: event,startup,53,eu
2024-04-13 11:44:39.261402 INFO 7nspanel: Update Pre-Check failed Tasmota Driver Version: None Panel Version: 53
2024-04-13 11:44:39.270428 INFO 7nspanel: Startup Event
2024-04-13 11:44:39.319589 INFO 7nspanel: MQTT callback for: {'topic': 'tele/tasmota_6nspanel/RESULT', 'wildcard': None, 'payload': '{"nlui_driver_version":"9"}'}
2024-04-13 11:44:39.336626 INFO 6nspanel: Update Pre-Check sucessful Tasmota Driver Version: 9 Panel Version: 53
2024-04-13 11:44:39.424461 INFO 7nspanel: MQTT callback for: {'topic': 'tele/tasmota_7nspanel/RESULT', 'wildcard': None, 'payload': '{"nlui_driver_version":"9"}'}
2024-04-13 11:44:39.427012 INFO 7nspanel: Update Pre-Check sucessful Tasmota Driver Version: 9 Panel Version: 53
joBr99 commented 2 months ago

where is your appdaemon.yaml located? is it the one in this folder?

image

meautomatron commented 2 months ago

yes /addon_configs/a0d7b954_appdaemon/

joBr99 commented 2 months ago

and you have thoose lines in your pages.py in the apps folder of the homeassistant config folder?

image

meautomatron commented 2 months ago

yes in pages.py " if entityId in ["sensor.weather_forecast_daily", "sensor.weather_forecast_hourly"]: entityType = "weather" "

joBr99 commented 2 months ago

Idk, this doesn't make any sense.

Please try to delete the nspanel-lovelace-ui folder and restart appdaemon afterwards - if your panel is still working it's using the folder from somewhere else. You can reinstall the app in HACS to get the files back.