Blackymas / NSPanel_HA_Blueprint

This allows you to configure your complete NSPanel via Blueprint with UI and without changing anything in the code
1.26k stars 234 forks source link

NSPanel invalid Blueprint version #1957

Closed guenther2280 closed 3 months ago

guenther2280 commented 3 months ago

TFT Version

4.2.4

ESPHome Version

4.3.1

Blueprint Version

4.2.4

Panel Model

EU

What is the bug?

display shows only the watch. in HA i became the message NSPanel invalid Blueprint version. I sthere any solution? Thanks!

image

Steps to Reproduce

No response

Your Panel's YAML

alias: NSPanelVorhaus
description: ""
use_blueprint:
  path: Blackymas/nspanel_blueprint.yaml
  input:
    nspanel_name: b7af8231232cd2e9c734b1d3649ce1e1
    language: de
    weather_entity: weather.forecast_home
    outdoortemp: sensor.aussentemperatur_temperature
    home_indoor_temp_icon: ""
    right_button_entity: switch.garage_rechts_switch_0
    right_button_name: Garage Rechts
    home_outdoor_temp_label_color:
      - 17
      - 223
      - 51
    home_outdoor_temp_font: "6"
    indoortemp: sensor.buro_temperatur_temperature
    chip_font_size: "8"
    chip01: binary_sensor.garage_links_input_100_input
    chip01_icon: mdi:garage-alert-variant
    chip01_icon_color:
      - 227
      - 13
      - 198
    chip01_inverted: false
    right_button_hold_select: Default
    chip04: binary_sensor.shelly_blu_door_window_42dd_window
    chip04_icon: mdi:window-closed-variant
    chip04_icon_color:
      - 236
      - 9
      - 9
    chip04_inverted: false
    chip02: binary_sensor.garage_rechts_input_100_input
    chip02_icon: mdi:garage-alert-variant
    chip02_icon_color:
      - 245
      - 10
      - 10
    right_button_color:
      - 12
      - 55
      - 228
    left_button_entity: switch.garage_links_switch_0
    left_button_name: Garage Links
    left_button_color:
      - 248
      - 37
      - 220
    button_pages_icon_size: "10"
    chip05: binary_sensor.wc_fenster_og_contact
    chip05_icon: mdi:window-closed-variant
    chip05_icon_color:
      - 228
      - 12
      - 12
    delay: 0

ESPHome Logs

No response

Home Assistant Logs

No response

jakevis commented 3 months ago

+1 running into the same issue here

guenther2280 commented 3 months ago

Hello, for me the solution was to update the TFT Display. image

Doser86 commented 3 months ago

Having problem with all of my 15 panels now. Tried ewerything

jakevis commented 3 months ago

Think I fixed it on my end - in esp home - I have the tft file hosted on my local HA I had to pull a new version from https://github.com/Blackymas/NSPanel_HA_Blueprint/tree/main/hmi

edwardtfn commented 3 months ago

You updated ESPHome but left the other two components behind. You have to update those two components to the same version as ESPHome. Here are the instructions: https://github.com/Blackymas/NSPanel_HA_Blueprint/blob/main/docs/howto.md#update-blueprint

edwardtfn commented 3 months ago

Think I fixed it on my end - in esp home - I have the tft file hosted on my local HA I had to pull a new version from https://github.com/Blackymas/NSPanel_HA_Blueprint/tree/main/hmi

That was the legacy way of updating. Unless your panel have restricted access to the internet, now you can upload directly from GitHub by just selecting the right model on the device's page and then hit the same upload button as before.

Doser86 commented 3 months ago

Getting it done here. ESP strugling to update all devices here. Getting one by one to work again

robsonfelix commented 3 months ago

NSPanel invalid Blueprint version ESPHome cannot provide a valid Blueprint version.

Panel:

TFT: 4.3.1

ESPHome: 4.3.1

Blueprint (reported by ESPHome): Unknown

Blueprint (installed): 4.3.1

This is what I am seeing on mine after the latest update. I have already upgraded the TFT but it is not working... I have 15 panels as well.. :(

edwardtfn commented 3 months ago

@robsonfelix, could you please report this in a new thread with more info about at least one of your panels?

edwardtfn commented 3 months ago

I will close this one as the original problem was solved with a TFT upload. If someone else have the same symptoms but the TFT upload isn't solving, please report a new bug with more details.