-
|
Unfortunately, I have entered the wrong device name for 2 of my 4 panels. What is the correct procedure if I want to rename the panels? Is it sufficient to change the "Device_name" in the .yaml file and then reflash the file? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
No, I believe that will fail. |
Beta Was this translation helpful? Give feedback.
-
|
So, my suggestions are: 1st: Make a copy of your ESPHome yaml related to this device and store it somewhere. You will need that later. esphome:
name: ${device_name}
esp32:
board: esp32dev
# Enable logging
logger:
# Enable Home Assistant API
api:
ota:
id: ota_std
password: ${wifi_password}
safe_mode: true
reboot_timeout: 3min
num_attempts: 3
wifi:
networks:
- id: wifi_default
ssid: ${wifi_ssid}
password: ${wifi_password}
ap:
ssid: "${device_name}"
password: ${wifi_password}
captive_portal:4th: Try to rename it again using the 3-dot menu Please let us know if you had any issue with those steps. |
Beta Was this translation helpful? Give feedback.
-
|
for everyone coming here after esphome changes some stuff in the config: that worked for me |
Beta Was this translation helpful? Give feedback.


Ok. The hard part is done... 😉
The problem now is probably due to entities and services using the older names. You can either rename it one by one or try to reinstall the panel on Home Assistant with the following: