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 After update to 4.3.9 it hangs after reboot #2176

Open
erikklavora opened this issue Jun 27, 2024 · 7 comments
Open

Bug After update to 4.3.9 it hangs after reboot #2176

erikklavora opened this issue Jun 27, 2024 · 7 comments
Labels
Bug Identifies an issue where the system is not functioning as expected. Error: Initializing Panel stuck on Boot page

Comments

@erikklavora
Copy link

TFT Version

4.3.9

ESPHome Version

4.3.9

Blueprint Version

4.3.9

Panel Model

EU

What is the bug?

So I updated the panel to the latest fw yesterday over ota (from 4.3.7, espHome 2024.6.3) which went fine but when the panel restarted it was stuck at Please wait Initialising screen. OK so I removed the panel, flashed via cable, reinstalled and it worked. so I tryed to reboot the panel and is stuck again at initialising... The reboot button is displayed on the lower end and I can reboot the device too but it's just stuck. If I re-flash it via cable it works fine... once it's up, I can see the logs and all (well it works), bit hungs after reboot

Steps to Reproduce

No response

Your Panel's YAML

substitutions:
  name: nspanel2
  device_name: NSPanel2
  # wifi_ssid: #!secret wifi_ssid
  wifi_ssid: Jota
  wifi_password: !secret wifi_password

  nextion_update_url: "http://192.168.178.98:8123/local/nspanel_eu.tft"
  nextion_blank_url: "http://192.168.178.98:8123/local/nspanel_blank.tft"

packages:
  remote_package:
    url: https://github.com/Blackymas/NSPanel_HA_Blueprint
    ref: main
    files:
      - nspanel_esphome.yaml # Core package
      - esphome/nspanel_esphome_advanced.yaml # activate advanced (legacy) elements - can be useful for troubleshooting
      # - advanced/esphome/nspanel_esphome_advanced.yaml # activate advanced (legacy) elements - can be useful for troubleshooting
      # - nspanel_esphome_addon_climate_cool.yaml # activate for local climate (cooling) control
      # - nspanel_esphome_addon_climate_heat.yaml # activate for local climate (heater) control
    refresh: 1s

esphome:
  name: ${name}

esp32:
  framework:
    type: esp-idf

api:
  encryption:
    key: !secret nspanel_encryption

ota:
  platform: esphome
  password: !secret ota_password

safe_mode:

time:
  - id: !extend time_provider
    platform: sntp
    timezone: Europe/Ljubljana
    servers:
     - 0.pool.ntp.org
     - 1.pool.ntp.org
     - 2.pool.ntp.org

# Text sensors with general information.
text_sensor:
  # Expose ESPHome version as sensor.
  - platform: version
    name: Version
  # Expose WiFi information as sensors.
  - platform: wifi_info
    ip_address:
      name: IP
    ssid:
      name: SSID
    bssid:
      name: BSSID

ESPHome Logs

No response

Home Assistant Logs

No response

@erikklavora erikklavora added the Bug Identifies an issue where the system is not functioning as expected. label Jun 27, 2024
@edwardtfn
Copy link
Collaborator

Have you tried v4.3.7 with ESPHome 2024.6.3? I wanna isolate to know if the issue is on ESPHome or our side.

@erikklavora
Copy link
Author

emm it took me a while to reinstall 4.3.7 (just esphome), blueprint remaining on .9... after reboot it is stuck on initialising again... oh, and I had to install it via cable...

@mikeS7
Copy link

mikeS7 commented Jun 27, 2024

In my case it hangs after reboot or power cutoff. First boot after serial flashing is ok.

@erikklavora
Copy link
Author

In my case it hangs after reboot or power cutoff. First boot after serial flashing is ok.

yeah mine too...

@edwardtfn edwardtfn added the Error: Initializing Panel stuck on Boot page label Jun 27, 2024
@Doughboy68
Copy link

I updated all five of my panels OTA no issue. I am using US panels.
just noticed there is a new ESPHome 2024.6.4 out now.

@erikklavora
Copy link
Author

just updated ESPHome from 2024.6.3 to 2024.6.4, did a clean build, upload via OTA went OK but the display is stuck at initialising again... strange, but the device is pingable which is strange...
The log has nothing usable...

WARNING Can't connect to ESPHome API for nspanel2 @ 192.168.178.59: Error connecting to [AddrInfo(family=<AddressFamily.AF_INET: 2>, type=<SocketKind.SOCK_STREAM: 1>, proto=6, sockaddr=IPv4Sockaddr(address='192.168.178.59', port=6053))]: [Errno 111] Connect call failed ('192.168.178.59', 6053) (SocketAPIError)

@mikeS7
Copy link

mikeS7 commented Jul 1, 2024

Another year ago issue #711

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: Initializing Panel stuck on Boot page
Projects
None yet
Development

No branches or pull requests

4 participants