Another problem, this time with the SONOFF nspanel EU panel. The launch went quickly and smoothly (ESP controlled by blueprint), but I decided to change the Wi-Fi network and after that it stopped connecting to Wi-Fi. I downloaded the software several times and changed the network to the one it worked on at the beginning, but nothing helps. It still won't connect. Has anyone else had this problem? Is it possible that there was a short circuit during disconnection and I damaged the Wi-Fi module? I should add that the screen works, the panel displays the room temperature and counts the time. I can control the brightness of the panel, etc. without any problems.
#SONOFF NSpanel no wifi conection
1 messages · Page 1 of 1 (latest)
ESP yaml file:
``substitutions:
Settings - Editable values
device_name: "garazpanel"
friendly_name: "panel garaz"
wifi_ssid: !secret wifi_ssid
wifi_password: !secret wifi_password
nextion_update_url: "http://homeassistant.local:8123/local/nspanel_eu.tft" # Optional
boot_sound: false
Add-on configuration (if needed)
Upload TFT
upload_tft_automatically: true
Climate add-on
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:
- esphome/nspanel_esphome_core.yaml # Core NSPanel functionality
- esphome/nspanel_esphome_standard.yaml # Standard features
# Optional advanced and add-on configurations
# - esphome/nspanel_esphome_addon_climate_cool.yaml
# - esphome/nspanel_esphome_addon_climate_heat.yaml
# - esphome/nspanel_esphome_addon_climate_dual.yaml
# - esphome/nspanel_esphome_addon_cover.yaml
# - esphome/nspanel_esphome_addon_display_light.yaml # Show the display as a light in Home Assistant``