NSPanel not showing Icon images

I have just installed HA on a RP3 with the offical image.
Installed AppDeamon, Mqtt. Lovelace ui using the “main” download and the display registered and comes up with the time and date but all other icons are showing a exclamation mark with not found check.

I have reinstalled Lovelace dev and pro no change including the backend.

any help would be much appreciated

---
nspanel-1:
  module: nspanel-lovelace-ui
  class: NsPanelLovelaceUIManager
  config:
    panelRecvTopic: "tele/RBP/Bar/RESULT"
    panelSendTopic: "cmnd/RBP/Bar/CustomSend"
    locale: "en_US"
    updateMode: "auto-notify"
    model: eu
    sleepTimeout: 10
    sleepBrightness:
      - time: "7:00:00"
        value: 90
      - time: "23:00:00"
        value: 0
    cards:
      - type: cardGrid
        entities:
          - entity: switch.t11
            name: Shower light
          - entity: light.t2
        title: test




secrets: /config/secrets.yaml
appdaemon:
  latitude: 36.4341
  longitude: 28.2176
  elevation: 1
  time_zone: Europe/Athens
  plugins:
    HASS:
      type: hass
    MQTT:
      type: mqtt
      namespace: mqtt
      client_id: "RBP-HA"
      #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.1.141
      client_port: 1883
      client_user: "bar"
      client_password: "xxxxxxxx"
      client_topics: NONE
http:
  url: http://127.0.0.1:5050
admin:
api:
hadashboard:

APPdeamon log

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 links: Home Assistant Wheels
Collecting babel
Downloading Babel-2.12.1-py3-none-any.whl (10.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.1/10.1 MB 2.3 MB/s eta 0:00:00
Installing collected packages: babel
Successfully installed babel-2.12.1
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: 12. Virtual Environments and Packages — Python 3.11.2 documentation
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
s6-rc: info: service legacy-services successfully started
[12:54:05] INFO: Starting AppDaemon…
2023-04-01 12:54:26.560879 INFO AppDaemon: AppDaemon Version 4.2.1 starting
2023-04-01 12:54:26.561798 INFO AppDaemon: Python version is 3.10.9
2023-04-01 12:54:26.563139 INFO AppDaemon: Configuration read from: /config/appdaemon/appdaemon.yaml
2023-04-01 12:54:26.564513 INFO AppDaemon: Added log: AppDaemon
2023-04-01 12:54:26.566053 INFO AppDaemon: Added log: Error
2023-04-01 12:54:26.567237 INFO AppDaemon: Added log: Access
2023-04-01 12:54:26.568303 INFO AppDaemon: Added log: Diag
2023-04-01 12:54:27.142325 INFO AppDaemon: Loading Plugin HASS using class HassPlugin from module hassplugin
2023-04-01 12:54:27.918611 INFO HASS: HASS Plugin Initializing
2023-04-01 12:54:27.919868 INFO HASS: HASS Plugin initialization complete
2023-04-01 12:54:27.921801 INFO AppDaemon: Loading Plugin MQTT using class MqttPlugin from module mqttplugin
2023-04-01 12:54:28.241792 INFO MQTT: MQTT Plugin Initializing
2023-04-01 12:54:28.242858 INFO MQTT: Using ‘rbp-ha/status’ as Will Topic
2023-04-01 12:54:28.244118 INFO MQTT: Using ‘rbp-ha/status’ as Birth Topic
2023-04-01 12:54:28.247842 INFO AppDaemon: Initializing HTTP
2023-04-01 12:54:28.249927 INFO AppDaemon: Using ‘ws’ for event stream
2023-04-01 12:54:28.272453 INFO AppDaemon: Starting API
2023-04-01 12:54:28.288484 INFO AppDaemon: Starting Admin Interface
2023-04-01 12:54:28.290480 INFO AppDaemon: Starting Dashboards
2023-04-01 12:54:28.365277 INFO HASS: Connected to Home Assistant 2023.3.6
2023-04-01 12:54:28.488351 INFO AppDaemon: App ‘nspanel-1’ added
2023-04-01 12:54:28.494318 INFO AppDaemon: Found 1 total apps
2023-04-01 12:54:28.498918 INFO AppDaemon: Starting Apps with 1 workers and 1 pins
2023-04-01 12:54:28.506972 INFO AppDaemon: Running on port 5050
2023-04-01 12:54:28.528409 INFO MQTT: Connected to Broker at URL 192.168.1.141:1883
2023-04-01 12:54:28.661937 INFO HASS: Evaluating startup conditions
2023-04-01 12:54:28.669761 INFO AppDaemon: Got initial state from namespace mqtt
2023-04-01 12:54:28.672811 INFO MQTT: MQTT Plugin initialization complete
2023-04-01 12:54:28.711051 INFO HASS: Startup condition met: hass state=RUNNING
2023-04-01 12:54:28.714880 INFO HASS: All startup conditions met
2023-04-01 12:54:28.802489 INFO AppDaemon: Got initial state from namespace default
2023-04-01 12:54:30.561449 INFO AppDaemon: Scheduler running in realtime
2023-04-01 12:54:30.585431 INFO AppDaemon: Adding /config/appdaemon/apps to module import path
2023-04-01 12:54:30.589212 INFO AppDaemon: Adding /config/appdaemon/apps/Appdaemon-Ring-Doorbell-Automations to module import path
2023-04-01 12:54:30.592861 INFO AppDaemon: Adding /config/appdaemon/apps/nspanel-lovelace-ui to module import path
2023-04-01 12:54:30.596360 INFO AppDaemon: Adding /config/appdaemon/apps/nspanel-lovelace-ui/luibackend to module import path
2023-04-01 12:54:30.600043 INFO AppDaemon: Adding /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/translations to module import path
2023-04-01 12:54:30.604160 INFO AppDaemon: Adding /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/translations/frontend to module import path
2023-04-01 12:54:30.608582 INFO AppDaemon: Adding /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/translations/backend to module import path
2023-04-01 12:54:30.708127 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/hello.py - ignoring
2023-04-01 12:54:30.715493 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/Appdaemon-Ring-Doorbell-Automations/ring_automations.py - ignoring
2023-04-01 12:54:30.724357 INFO AppDaemon: Loading App Module: /config/appdaemon/apps/nspanel-lovelace-ui/nspanel-lovelace-ui.py
2023-04-01 12:54:31.045996 INFO AppDaemon: New client Admin Client connected
2023-04-01 12:54:31.689849 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/icon_mapping.py - ignoring
2023-04-01 12:54:31.695133 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/pages.py - ignoring
2023-04-01 12:54:31.701329 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/config.py - ignoring
2023-04-01 12:54:31.708003 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/mqtt.py - ignoring
2023-04-01 12:54:31.715165 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/icons.py - ignoring
2023-04-01 12:54:31.722675 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/updater.py - ignoring
2023-04-01 12:54:31.729664 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/localization.py - ignoring
2023-04-01 12:54:31.736248 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/helper.py - ignoring
2023-04-01 12:54:31.743489 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/apis.py - ignoring
2023-04-01 12:54:31.750506 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/controller.py - ignoring
2023-04-01 12:54:31.757968 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/nspanel-lovelace-ui/luibackend/theme.py - ignoring
2023-04-01 12:54:31.763377 INFO AppDaemon: Initializing app nspanel-1 using class NsPanelLovelaceUIManager from module nspanel-lovelace-ui
2023-04-01 12:54:32.033023 INFO nspanel-1: Starting
2023-04-01 12:54:32.055399 INFO nspanel-1: Input config: {‘panelRecvTopic’: ‘tele/RBP/Bar/RESULT’, ‘panelSendTopic’: ‘cmnd/RBP/Bar/CustomSend’, ‘locale’: ‘en_US’, ‘updateMode’: ‘auto-notify’, ‘model’: ‘eu’, ‘sleepTimeout’: 10, ‘sleepBrightness’: [{‘time’: ‘7:00:00’, ‘value’: 90}, {‘time’: ‘23:00:00’, ‘value’: 0}], ‘cards’: [{‘type’: ‘cardGrid’, ‘entities’: [{‘entity’: ‘switch.t11’, ‘name’: ‘Shower light’}, {‘entity’: ‘light.t2’}], ‘title’: ‘test’}]}
2023-04-01 12:54:32.060990 INFO nspanel-1: Loaded config: {‘panelRecvTopic’: ‘tele/RBP/Bar/RESULT’, ‘panelSendTopic’: ‘cmnd/RBP/Bar/CustomSend’, ‘updateMode’: ‘auto-notify’, ‘model’: ‘eu’, ‘sleepTimeout’: 10, ‘sleepBrightness’: [{‘time’: ‘7:00:00’, ‘value’: 90}, {‘time’: ‘23:00:00’, ‘value’: 0}], ‘screenBrightness’: 100, ‘defaultBackgroundColor’: ‘ha-dark’, ‘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’: ‘cardGrid’, ‘entities’: [{‘entity’: ‘switch.t11’, ‘name’: ‘Shower light’}, {‘entity’: ‘light.t2’}], ‘title’: ‘test’}], ‘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’: []}
2023-04-01 12:54:32.087016 INFO nspanel-1: Sending MQTT Message: pageType~pageStartup
2023-04-01 12:54:32.159378 INFO nspanel-1: gtest123: [‘switch.t11’, ‘light.t2’, ‘weather.example’]
2023-04-01 12:54:32.169627 INFO nspanel-1: Registering callbacks for the following items: [‘switch.t11’, ‘light.t2’, ‘weather.example’]
2023-04-01 12:54:32.220043 INFO nspanel-1: Started (v4.0.3)
2023-04-01 12:54:32.230615 INFO AppDaemon: App initialization complete
2023-04-01 12:54:32.383068 INFO nspanel-1: MQTT callback for: {‘topic’: ‘tele/RBP/Bar/RESULT’, ‘wildcard’: None, ‘payload’: ‘{“CustomRecv”:“event,startup,50,eu”}’}
2023-04-01 12:54:32.410989 INFO nspanel-1: Received Message from Screen: event,startup,50,eu
2023-04-01 12:54:32.442437 INFO nspanel-1: Sending MQTT Message: X
2023-04-01 12:54:32.487484 INFO nspanel-1: Update Pre-Check failed Tasmota Driver Version: None Panel Version: 50
2023-04-01 12:54:32.516112 INFO nspanel-1: Startup Event
2023-04-01 12:54:32.588381 INFO nspanel-1: Sending MQTT Message: time~12:54~
2023-04-01 12:54:32.803900 INFO nspanel-1: Sending MQTT Message: date~Saturday, April 1, 2023
2023-04-01 12:54:32.838805 INFO nspanel-1: Sending MQTT Message: dimmode~90~100~6371
2023-04-01 12:54:32.871303 INFO nspanel-1: Sending MQTT Message: pageType~screensaver
2023-04-01 12:54:32.904348 INFO nspanel-1: Sending MQTT Message: timeout~10
2023-04-01 12:54:33.021881 INFO nspanel-1: Sending MQTT Message: weatherUpdate~text~weather.example~���~17299~Not found check~ apps.yaml~text~weather.example~���~17299~Not found check~ apps.yaml~text~weather.example~���~17299~Not found check~ apps.yaml~text~weather.example~���~17299~Not found check~ apps.yaml~text~weather.example~���~17299~Not found check~ apps.yaml
2023-04-01 12:54:33.055737 INFO nspanel-1: Sending MQTT Message: statusUpdate~~~~~~
2023-04-01 12:54:33.166092 INFO nspanel-1: MQTT callback for: {‘topic’: ‘tele/RBP/Bar/RESULT’, ‘wildcard’: None, ‘payload’: ‘{“nlui_driver_version”:“8”}’}
2023-04-01 12:54:33.176623 INFO nspanel-1: Update Pre-Check sucessful Tasmota Driver Version: 8 Panel Version: 50
2023-04-01 12:54:56.710654 INFO nspanel-1: MQTT callback for: {‘topic’: ‘tele/RBP/Bar/RESULT’, ‘wildcard’: None, ‘payload’: ‘{“CustomRecv”:“event,buttonPress2,screensaver,bExit,1”}’}
2023-04-01 12:54:56.715168 INFO nspanel-1: Received Message from Screen: event,buttonPress2,screensaver,bExit,1
2023-04-01 12:54:56.719555 INFO nspanel-1: Button Press Event; entity_id: screensaver; button_type: bExit; value: 1
2023-04-01 12:54:56.725269 INFO nspanel-1: Sending MQTT Message: pageType~cardGrid
2023-04-01 12:54:56.746266 INFO nspanel-1: Sending MQTT Message: timeout~10
2023-04-01 12:54:56.776306 INFO nspanel-1: Sending MQTT Message: entityUpd~test~deletedeletetext~switch.t11~���~17299~Not found check~ apps.yaml~text~light.t2~���~17299~Not found check~ apps.yaml

I am having the same issue. Did you manage to find a solution?

Thanks

Hello,

Is there a solution?? I’m having the same issue

thankyou

H

Not found means exactly this, not found. The entiy name you configured doesn’t exist within homeassistant.

Every Entity in the config must exist on home assistant.

Thanks for the update!