Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug can t compile firmware bin file #2320

Open
mdmstudio571 opened this issue Oct 13, 2024 · 1 comment
Open

Bug can t compile firmware bin file #2320

mdmstudio571 opened this issue Oct 13, 2024 · 1 comment
Labels
Bug Identifies an issue where the system is not functioning as expected. Error: Compiling For issues specifically related to compilation errors.

Comments

@mdmstudio571
Copy link

TFT Version

No response

Firmware Version

No response

Blueprint Version

No response

Panel Model

EU

What is the bug?

during compile I have error:
Microsoft Windows [Version 6.1.7601]
F:>esphome compile nsp.yaml
←[32mINFO Reading configuration nsp.yaml...←[0m
←[32mINFO Updating https://github.com/Blackymas/NSPanel_HA_Blueprint@main←[0m
Failed config

packages: [source nsp.yaml:20]

nspanel_esphome.yaml is not a valid YAML file. Please check the file contents.

remote_package:
url: https://github.com/Blackymas/NSPanel_HA_Blueprint
ref: main
files:
- nspanel_esphome.yaml
refresh: 300s

Steps to Reproduce

No response

Your Panel's YAML

substitutions:
  # Settings - Editable values
  device_name: "nspanel"
  friendly_name: "nspanel"
  wifi_ssid: ""
  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
##### DO NOT CHANGE ANYTHING! #####

packages:
  ##### download esphome code from Github
  remote_package:
    url: https://github.com/Blackymas/NSPanel_HA_Blueprint
    ref: main
    files: [nspanel_esphome.yaml]
    refresh: 300s

##### DO NOT CHANGE ANYTHING! #####

ESPHome Logs

No response

Home Assistant Logs

No response

@mdmstudio571 mdmstudio571 added the Bug Identifies an issue where the system is not functioning as expected. label Oct 13, 2024
@edwardtfn
Copy link
Collaborator

Have you tried cleaning your build files?

Another thing to try is to replace the ref: main to ref: latest or even ref: v4.3.11. That will force the download of that specific version, which is the most recent released version.

@edwardtfn edwardtfn added the Error: Compiling For issues specifically related to compilation errors. label Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Identifies an issue where the system is not functioning as expected. Error: Compiling For issues specifically related to compilation errors.
Projects
None yet
Development

No branches or pull requests

2 participants