6.3 KiB
v4.2 <= pending update
Support this project
As always, we would like to thank everyone who donated to this project and remind you that every donation helps to support this project - so if you haven't made a donation yet, now would be a good time ;)
General <= pending update
The focus this time was on making easier to transfer the TFT files.
As this project grows with features, it becomes more hungry of resources from all sides (ESPHome, your Home Assistant server and even the Nextion display) and with that the chances of something going wrong when updating increased.
So at this release we concentrated on cleaning up de code everywhere and shave some unnecessary elements, making the system easier to install and opening some space for future features. But you still can find a couple of nice new things not related to the cleaning.
Updating
Updates may come with changes on the blueprint inputs and we highly recommend you review your settings and make sure all fields have the correct selection. We did our best to support your legacy settings and avoid breaking your system, but please double check your settings if you see something not working as expected.
Files that need to be reloaded:
- nspanel_eu.tft, nspanel_us.tft or nspanel_us_land.tft - v4.2
- nspanel_esphome.yaml - v4.2
- nspanel_blueprint.yaml - v4.2
Instructions
You can find the update procedures following here:
- (EN) How To - All important thing you should know - Update
- (DE) How To - Alle wichtigen Dinge die man wissen sollte - Update
Breaking changes
- Service
esphome.xxxxx_set_component_colorparameterbackgroundis deprecated. - Due to the additional custom buttons, the other buttons on home page changed their positions.
- The Wi-Fi power save mode is back to "NONE" as default.
This was the default until v4.0, but we changed on v4.1 to support Bluetooth components, however as this is not used by the majority of users, we are reverting back to the original setting. You can (and should if you want use Bluetooth) enforce other mode as a customization, like in the example bellow:
##### My customization - Start #####
# Enable Bluetooth proxy
bluetooth_proxy:
# Set Wi-Fi power save mode to "LIGHT" as required for Bluetooth on ESP32
wifi:
power_save_mode: LIGHT
##### My customization - End #####
- Default baud rate for advanced mode is back to 115200 bps, to avoid issues when creating buttons pages.
Overview of noteworthy changes
- Standardized entity's icons
- Additional custom buttons on Home page
- Outdoor temperature selectable font size
Details of noteworthy changes
1. Standardized entity's icons
The engine for defining the icons to be shown and it's color was standardize between all the pages, so now you may see a more consistent User's Interface.
2. Additional custom buttons on Home page
It's that simple, now you have 6 buttons where used to be 3. 😉
3. Outdoor temperature selectable font size
Now you can select the font size of your outdoor temperature display:
Important: Long text with bigger fonts may exceed the limit of space reserved for this with incomplete information shown.
Next topics we are currently working on
See here: https://github.com/Blackymas/NSPanel_HA_Blueprint/labels/roadmap
Special thanks to:
New Contributors
Previous releases
- v4.1.4 - Support to Home Assistant 2023.12.0
- v4.1.3 - Bug fixes
- v4.1.2 - Bug fixes and minor enhancements
- v4.1.1 - UI Enhancements and Reintroduction of
play_rtttlService - v4.1 - Easier TFT transfer
- v4.0.2 - Bug fixes
- v4.0.1 - Bug fixes
- v4.0 - Alarm and Media player pages, Climate add-ons and a more robust panel
- v3.4.1 - Patch for issues when compiling with ESPHome 2023.7.0
- v3.4 - New climate page and some bug fixes
- v3.3 - New improvements and some issues fixed
- v3.2.2 - fixed some bugs performance improvement
- v3.2.1 - New features and some fixes
- v3.2 - New features and custom configurations
- v3.1.0 - New features and US Version
- v3.0.0 - major update with many features and improvements
- v2.2.0 - 25 new languages added
- v2.1.0 - New Domains, Buttons and Button Page Label
- v2.0.2
- v2.0.1 - Bug Fixes
- v2.0.0
- v1.0.1 Blueprint
