There's a version mismatch between NSPanel_HA_Blueprint components

One recent update broke my NSPanel integration.

I keep on getting this message:
There’s a version mismatch between NSPanel_HA_Blueprint components. Please update all the components to the same version.

Panel: nspanelmrt
TFT: 4.1.1
ESPHome: 4.2.2
Blueprint: 4.2.2 (expected 4.2.2)

There are also some things missing on the NSPanel like Weather information and any buttons I configured (They are still on the automation) but they are not shown on the panel.

The physical buttons are still working.

Anyone else seen this?

I installed a few updates, HA, HA core, Appdeamon, ESP Home.

having the same issue… I have tried to force an update but it still doesn’t resolve for me

I have the same. I actually can use the buttons on the screen, but icons are missing.

feels like the blueprint is not aligned with what is shown on the screen.

[12:14:30][I][script.watchdog:3135]: API: Connected
[12:14:30][I][script.watchdog:3153]: Blueprint: 4.2.4
[12:14:30][I][script.watchdog:3166]: ESPHome:
[12:14:30][I][script.watchdog:3167]: Version: 4.2.4
[12:14:30][I][script.watchdog:3172]: Framework: esp-idf
[12:14:30][I][script.watchdog:3176]: UART:
[12:14:30][I][script.watchdog:3177]: Baud rate: 115200 bps
[12:14:30][I][script.watchdog:3178]: Queue size: 8
[12:14:30][I][script.watchdog:3182]: Nextion:
[12:14:30][I][script.watchdog:3183]: Queue size: 2
[12:14:30][I][script.watchdog:3185]: Is setup: True
[12:14:30][I][script.watchdog:3192]: Init: True
[12:14:30][I][script.watchdog:3200]: TFT: 4.1.4

When initializing the screen, these values are not shown either.

I also have the same issue! Physical buttons are working, but the rest menu buttons are missing.

TFT : 4.1
ESPHome : 4.2.4
Blueprint : 4.2.4 (expected 4.2.4)

Anyone manage to fix this problem?

You need to update TFT version to same 4.2.4 as those others.

1 Like

cheers,
everytime esphome updates ,which seems every 72 hrs there’s an update !
i get twitchy ,as i know i get this message and i run out time to run through the github page ,
panels hasn’t been working properly for a couple of weeks ,
mainly because i forgot to do this , cheers

nspanel mismatch

After i got a new isp and also new wifi, my nspanel stopped. I tried flashing again… invalid baud but also 115200 no.
I only got home screen whithout parameters and after few seconds screen off. i can scroll though 4 pages but all empty.

substitutions:

Settings - Editable values

device_name: “nspanelbob”
friendly_name: “nspanelbob”
wifi_ssid: “my accesspoint”
wifi_password: “my password”

Optional manual IP

static_ip: “192.168.178.12”
gateway: “192.168.178.1”
subnet: “255.255.255.0”
nextion_update_url: “http://homeassistant.local:8123/local/nspanel_eu.tft” # Optional

Add-on configuration (if needed)

heater_relay: “1” # Possible values: “1” or “2”

Customization area

My customization - Start
My customization - End

Core and optional configurations

packages:
remote_package:
url: GitHub - Blackymas/NSPanel_HA_Blueprint: This allows you to configure your complete NSPanel via Blueprint with UI and without changing anything in the code
ref: main
files:
- nspanel_esphome.yaml # Basic package
# Optional advanced and add-on configurations
# - esphome/nspanel_esphome_advanced.yaml
# - nspanel_esphome_addon_climate_cool.yaml
# - nspanel_esphome_addon_climate_heat.yaml
# - nspanel_esphome_addon_climate_dual.yaml
refresh: 300s