Blackymas / NSPanel_HA_Blueprint

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

Unable to install dev branch #2113

Closed Mauricewillemstein closed 2 weeks ago

Mauricewillemstein commented 2 weeks ago

TFT Version

v4.3.8.dev1

ESPHome Version

2024.5.0

Blueprint Version

v4.3.8.dev1

Panel Model

EU

What is the bug?

When i try to install this dev version it gives me some erros. Het main branch installs fine.

Nothing i tryed works, not even clean build files.

Steps to Reproduce

No response

Your Panel's YAML

substitutions:
  ###### CHANGE ME START ######
  device_name: "zolder" 
  friendly_name: "NS-Zolder"
  wifi_ssid: !secret wifi_ssid
  wifi_password: !secret wifi_password

  #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
# Core and optional configurations
packages:
  remote_package:
    url: https://github.com/Blackymas/NSPanel_HA_Blueprint
    ref: dev
    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
esp32:
  framework:
    type: esp-idf

##### My customization - Start #####

#uart:
#  - id: !extend tf_uart
#    baud_rate: 921600
    ##### Customization - Start #####
    ## If you wanna set non-standard parameters to your Bluetooth proxy just add like this:
#esp32_ble_tracker:
#      scan_parameters:
#        interval: 1100ms
#        window: 1100ms
#        active: true
    #
#bluetooth_proxy:
#     active: true
##### My customization - End #####

ESPHome Logs

INFO ESPHome 2024.5.0 INFO Reading configuration /config/esphome/scherm.yaml... Failed config

external_components: [source /data/packages/891b50f5/esphome/nspanel_esphome_core.yaml:25]

Home Assistant Logs

No response

edwardtfn commented 2 weeks ago

Could you please try again?

You will receive warnings related to ADC_ATTEN_DB_11, which I will fix later, but it should be able to compile now.

Mauricewillemstein commented 2 weeks ago

hi, First time had the same error. Second time it's compiling. Thx for your quick response.

edwardtfn commented 2 weeks ago

The warnings has now being fixed.