Blackymas / NSPanel_HA_Blueprint

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

Unable to work with new version, could i rollback to 4.2.6 `Bug` #1929

Closed ady1972 closed 2 months ago

ady1972 commented 3 months ago

TFT Version

4.3.0

ESPHome Version

4.3.0

Blueprint Version

4.3.0

Panel Model

US (Landscape)

What is the bug?

After upgrading from 4.2.6 to 4.3.0 i have some problems in resolving issue of home assistant red icon and the panel doesn't work as expected (tried all suggests found in the github repository). I would like to come back to 4.2. to be able to use panel with all funcionality. Is there any way to do this? I have searched inside repository but i don't find anything.

However reactivity of this new version is incredible. I like it very much...Thanks a lot...I hope as soon as possible to use new version !!

Screenshot 2024-03-18 121152

Steps to Reproduce

No response

Your Panel's YAML

substitutions:

###### CHANGE ME START ######

  device_name: "nspanel-blueprint2" 
  wifi_ssid: "*******"
  wifi_password: "*****"

  nextion_update_url: "http://192.168.1.140:9123/local/nspanel_us_land.tft" # URL to local tft File
#  nextion_update_url: "https://raw.githubusercontent.com/Blackymas/NSPanel_HA_Blueprint/main/nspanel_eu.tft" # URL to Github

##### CHANGE ME END #####

##### 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! ###### 

# Enable Bluetooth proxy
#bluetooth_proxy:
#  active: true

wifi:
  power_save_mode: LIGHT

ESPHome Logs

No response

Home Assistant Logs

No response

edwardtfn commented 3 months ago

You can get instructions to use a previous version from this guide: https://github.com/Blackymas/NSPanel_HA_Blueprint/blob/main/docs/different_version.md

Please let me know if you need support with that or if you want to troubleshoot the v4.3.

edwardtfn commented 3 months ago

If you wanna give a last try to v4.3, I would suggest starting from this: https://github.com/Blackymas/NSPanel_HA_Blueprint/blob/main/docs/error_initializing.md#blueprint-is-not-detected

ady1972 commented 3 months ago

I have already tried everything, however I will give it another try this evening.

:)

Il lun 18 mar 2024, 13:04 Edward Firmo @.***> ha scritto:

If you wanna give a last try to v4.3, I would suggest starting from this: https://github.com/Blackymas/NSPanel_HA_Blueprint/blob/main/docs/error_initializing.md#blueprint-is-not-detected

— Reply to this email directly, view it on GitHub https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/1929#issuecomment-2003733515, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABWI3TE2KOJ7KTU3ISWW2SDYY3J5TAVCNFSM6AAAAABE3MAZUKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBTG4ZTGNJRGU . You are receiving this because you authored the thread.Message ID: @.***>

edwardtfn commented 2 months ago

Hey @ady1972, any update on this?

ady1972 commented 2 months ago

Hello, i have tried again everything but nothing works. Updated this morning to new version and same problem. However i've found a workaround to solve the problem. i disable Blueprint related to NSPanel and created a new one that have only panel selected and nothing else. When i save this automation red icon on panel disappear. Then i disable new automation and enable agian old one and everythings work well. Maybe this means that there is some problem on old automation, but to avoid to do it again (there are a lot of things inside it) i prefer to use this method :) .

edwardtfn commented 2 months ago

You can go to your automation.yaml file and copy/paste the parameters from one automation to the new one. 😉

Anyways, it shouldn't be like that. You probably have some parameter incorrectly set, but that should reflect in some error log under Settings > System > Logs.