diff --git a/docs/howto.md b/docs/howto.md index f2f80f6..442d640 100644 --- a/docs/howto.md +++ b/docs/howto.md @@ -108,22 +108,18 @@ Settings that have already been made are adopted. - *To install a new version of the NSPanel, the Blueprint, ESPHome and the TFT must be updated!* - *These instructions are for updating a panel where an older version of these files are already installed.* -To flash your panel with an updated version from this project, go to the ESPHome dashboard (in your Home Assistant) and find the device you want to update. -Then click the 3-dot menu and select the option "Validate": +These are the steps to flash your panel with an updated version from this project: -![image](https://github.com/Blackymas/NSPanel_HA_Blueprint/assets/94725493/e393ced5-78d4-475a-8630-893c05734f5d) +1. Go to the ESPHome dashboard (in your Home Assistant) and find the device you want to update. + Then click the 3-dot menu and select the option "Clean Build Files" to make sure you clean-up your system from the previous versions files: + ![Clean Build Files menu](pics/esphome_dashboard_clean_build_files.png) -The system will go thru all the settings, combining your entries in "substitutions" and the ESPHome file(s) from the GitHub repository and validate the final setup. -It might take some time. +2. When the clean-up process is done, click on **Install** button: + ![Install button on Clean Build Files dialog](pics/esphome_dashboard_clean_build_files_install_button.png) -If everything goes well, you will see a green check mark in the top of the dialog window. -When you get that, you can click "Install": - -![image](https://github.com/Blackymas/NSPanel_HA_Blueprint/assets/94725493/bc67533b-4f2e-4034-8e7e-34063a26f1c3) - -As your panel is probably already connected to the Wi-Fi, you may select to install "Wirelessly", as it is much easier and you don't have to unassemble your panel. - -![image](https://github.com/Blackymas/NSPanel_HA_Blueprint/assets/94725493/c9b53549-c78a-4a02-bcde-31582905d0c4) +3. As your panel is probably already connected to the Wi-Fi, you may select to install **Wirelessly**, + as it is much easier and you don't have to unassemble your panel. + ![image](https://github.com/Blackymas/NSPanel_HA_Blueprint/assets/94725493/c9b53549-c78a-4a02-bcde-31582905d0c4) The new firmware will be built and then flashed to your panel, which will restart at the end of this process and start sending logs again: diff --git a/docs/pics/esphome_dashboard_clean_build_files.png b/docs/pics/esphome_dashboard_clean_build_files.png new file mode 100644 index 0000000..22fa9c2 Binary files /dev/null and b/docs/pics/esphome_dashboard_clean_build_files.png differ diff --git a/docs/pics/esphome_dashboard_clean_build_files_install_button.png b/docs/pics/esphome_dashboard_clean_build_files_install_button.png new file mode 100644 index 0000000..cd1893f Binary files /dev/null and b/docs/pics/esphome_dashboard_clean_build_files_install_button.png differ