Blackymas / NSPanel_HA_Blueprint

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

`Bug` Can't update to 4.3.11 (on LinuxMint 22) #2238

Open mills1975 opened 2 months ago

mills1975 commented 2 months ago

TFT Version

4.3.9

Firmware Version

4.3.9

Blueprint Version

4.3.9

Panel Model

EU

What is the bug?

Hello, when I try to update from 4.3.9 to 4.3.11, I run in to the following error: I didn't change anything on my PC except I upgraded from Mint 21.3 to 22.

Log: HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash

======================== [SUMMARY] ========================

Steps to Reproduce

No response

Your Panel's YAML

api:
  encryption:
    key: "xxxxxx"

substitutions:
  # Settings - Editable values
  device_name: nspanelwohnzimmer
  friendly_name: "NSPanel Wohnzimmer"
  wifi_ssid: !secret wifi_ssid
  wifi_password: !secret wifi_password
  nextion_update_url: "http://x.x.x.x:9000/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: https://github.com/Blackymas/NSPanel_HA_Blueprint
    ref: main
    refresh: 300s
    files:
      - nspanel_esphome.yaml # Basic package
      # Optional advanced and add-on configurations
      # - esphome/nspanel_esphome_advanced.yaml
      # - esphome/nspanel_esphome_addon_ble_tracker.yaml
      # - esphome/nspanel_esphome_addon_bluetooth_proxy.yaml
      # - esphome/nspanel_esphome_addon_climate_cool.yaml
      - esphome/nspanel_esphome_addon_climate_heat.yaml
      # - esphome/nspanel_esphome_addon_climate_dual.yaml

ESPHome Logs

No response

Home Assistant Logs

No response

edwardtfn commented 2 months ago

Have you tried cleaning the build files?

mills1975 commented 2 months ago

Hi, yes, I've considered the "Compiling Errors Guide" and therefore cleaned the build files. I also deleted the whole venv and redid the whole installation of ESPhome according this guide: https://esphome.io/guides/installing_esphome

But no luck... :-(