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

Unable to remove addon #2116

Closed
rhvs opened this issue May 18, 2024 · 3 comments
Closed

Unable to remove addon #2116

rhvs opened this issue May 18, 2024 · 3 comments
Labels
Bug Identifies an issue where the system is not functioning as expected.

Comments

@rhvs
Copy link

rhvs commented May 18, 2024

TFT Version

4.3.7

ESPHome Version

4.3.7

Blueprint Version

4.3.7

Panel Model

EU

What is the bug?

When I uncomment "- esphome/nspanel_esphome_addon_climate_heat.yaml" after it has been installed once, it's impossible to permanently delete.

Steps to Reproduce

  1. Install as detailed in the manual and remove the # for - esphome/nspanel_esphome_addon_climate_heat.yaml
  2. Once installed, re insert the # before the - esphome/nspanel_esphome_addon_climate_heat.yaml
  3. Disable the ESP integration
  4. Remove the thermostat
  5. Enable ESP integration

Your Panel's YAML

substitutions:
  # Settings - Editable values
  device_name: "nspanel"
  wifi_ssid: !secret wifi_ssid
  wifi_password: !secret wifi_password
  nextion_update_url: !secret tft_upload_url  # 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

esp32:
  framework:
    type: esp-idf

ESPHome Logs

No response

Home Assistant Logs

No response

@rhvs rhvs added the Bug Identifies an issue where the system is not functioning as expected. label May 18, 2024
@rhvs rhvs changed the title Bug Unable to remove addon May 18, 2024
@edwardtfn
Copy link
Collaborator

Which error you have when removing it?
Have you tried cleaning build files?
https://github.com/Blackymas/NSPanel_HA_Blueprint/blob/main/docs/error_compiling.md#clean-up-build-files

@rhvs
Copy link
Author

rhvs commented May 19, 2024

There was no error - and it's also mainly a cosmetic issue. I fixed it (the nuclear option) for now by starting from zero, which was pretty easy.

-edit- and yes I tried what you suggested

@edwardtfn
Copy link
Collaborator

When I uncomment "- esphome/nspanel_esphome_addon_climate_heat.yaml" after it has been installed once, it's impossible to permanently delete.

Do you mean deleting the entities from the device's page in Home Assistant? The removed entity should become unavailable and after some time you should be able to delete it.

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.
Projects
None yet
Development

No branches or pull requests

2 participants