sabixx
(Jens)
January 18, 2024, 11:42am
1
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.
Mikkaat
(Michael)
January 19, 2024, 12:52am
2
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.
Nosma
(Manos K)
January 22, 2024, 10:45am
4
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.
# How-to
In this document, we collect important information, tips, and solutions related to various topics noticed over time.
This is a community-driven resource, and we encourage everyone to contribute their knowledge.
## Community Contribution
If you have a solution or tip to share, please contribute! Your knowledge can significantly help others in the community.
You can write a short message with your findings, and we'll include it here.
## Topics and Solutions
Below are the topics covered in this document, each with relevant tips and solutions.
1. [How do I create "Issues" when I have a problem ](#how-to-create-issues-when-i-have-a-problem)
1. [Update Blueprint](#update-blueprint)
1. [Update ESPHome](#update-esphome)
1. [Update TFT](#update-tft)
1. [Notification via HA](#notification-via-ha)
1. [Climate control with relays](#climate-control-with-relays)
1. [Call a page directly](#call-a-page-directly)
This file has been truncated. show original
1 Like
bam27beer
(Bam27beer)
January 23, 2024, 9:10am
6
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
bonestaak
(Bob Walberg)
March 30, 2024, 1:09pm
7
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