Skip to content

Bug Trouble with the Blueprint automation for one Panel #41

@Hufenbacke

Description

@Hufenbacke

TFT Version

6

Firmware Version

v2026.3.5

Blueprint Version

6

Panel Model

EU

What is the bug?

I have just migrated my 3 panels. 2 of them are working like expected. 1 of the panels has a problem with the Blueprint automation. Home Assistant keeps throwing an error that the follwing component of the Blueprint automation is undefined: esphome.nspanal_kino_component_val .
The blueprint will not load either(stuck at 16%).
If I use the Blackymas Blueprint the error disappears and the blueprint is loaded.
I tried everything: Reimporting/Duplicating the blueprint; using a blank blueprint, renaming/deleting the device in Home Assistant; (clean) reflashing the device
I have no clue what I should do...

Steps to Reproduce

No response

Your Panel's YAML

substitutions:
  # Settings - Editable values
  name: "nspanalkino"
  device_name: "nspanalkino"
  friendly_name: "NSPanal Kino"
  wifi_ssid: !secret wifi_ssid
  wifi_password: !secret wifi_password
  domain: .lalalala.lan
  nextion_update_url: "https://10.20.40.10/local/nspanel/nspanel_eu.tft"  # Optional
  # Add-on configuration (if needed)
  # heater_relay: "1"  # Possible values: "1" or "2"

# Customization area
##### My customization - Start #####
ota:
  platform: esphome
  password: !secret ota_password
wifi:
  networks:
    - id: !extend wifi_default
      manual_ip:
        static_ip: 10.20.40.101
        gateway: 10.20.40.1
        subnet: 255.255.255.0
        dns1: 10.20.20.21
        dns2: 10.20.20.22
# BLE Proxy
esp32_ble_tracker:
bluetooth_proxy:
##### My customization - End #####

# Core and optional configurations
packages:
  remote_package:
    url: https://github.com/edwardtfn/NSPanel-Easy
    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_climate_cool.yaml
      # - esphome/nspanel_esphome_addon_climate_heat.yaml
      # - esphome/nspanel_esphome_addon_climate_dual.yaml
      # - esphome/nspanel_esphome_addon_cover.yaml

ESPHome Logs


Home Assistant Logs


Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions