12 KiB
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
First of all, we wanna say a big thanks to all of you who starred this project in GitHub. It's amazing how the number of stars keeps growing and is now around 650!!!
After a long wait since the latest big release, which we used to leave our desks for a while and enjoy some vacations time with our beloved ones, we are proud to introduce the version 4.0, which adds new screens and makes your panel more flexible and robust.
Updating
Since in this update lots of input to the blueprint changed, 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_blueprint.yaml - v3.5
- nspanel_eu.tft or nspanel_us.tft - v3.5
- nspanel_esphome.yaml - v3.5
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
- New requirements: Home Assistant and ESPHome v2023.5.0 or later.
- Existing users will have to select again the language for the panel, otherwise English will be used to display strings.
- Removed entity
sensor.xxxxx_settings_entityand serviceesphome.xxxxx_set_settings_entity. - Due to the changes on the time display engine, you might have to select your time format again in the blueprint settings.
- The network settings was moved to under
networkson thewifisection. If you are using advanced/custom settings for Wi-Fi on ESPHome, you may have to update it in order to follow the new format. - The sensor "Uptime" is deprecated. It was replaced by "API timestamp" and "Device timestamp" sensors, which makes it more readable to humans on Home Assistant interface and shows respectively the last time the API got connected (between the panel and Home Assistant) and the last time the device started. Thanks to @WZYProjects (#986 and #998) for the new sensors.
- Service
esphome.xxxxx_qr_codeis deprecated. It was replaced by serviceqrcodewhich can be used for changing the QRcode value even when the QRcode page is not visible (useful when using dynamic Wi-Fi credentials). - Removed switches "Relay 1 Local Fallback" and "Relay 2 Local Fallback", together with the relay fallback inputs. Now when you assign your panel's relay to it's respective button the control will be fully local and therefore will have the same behavior as the "fallback" in previous versions.
- The "Hardware button long press hold delay" input was removed and the delay (800ms) is now hard coded in ESPHome.
- The service
esphome.xxxxx_wake_up_displaychanges its parameters and now usesreset_timer: boolto indicate if the timeout timer (to move back to Home page) should be reset. - To be deprecated soon:
- Old color selection (based in a text input where you typed a number).
The icons colors selected before the implementation of the color picker (when it was about typing a number) will be deprecated soon, so if you haven't done this yet, please select the color using the new color selector. Open the Blueprint and if the colors are shown, you are good, otherwise, please select a color. - The panel selection based on a text box (where you manually typed the panel name).
The new device selection was introduce a few releases ago and is more reliable. The previous selections are still valid, but requires extra processing every time the automation is triggered, so it will be removed.
If you can see your device name on the blueprint settings screen, you are good, otherwise, pick your panel from the new drop down list. - Sensor "NSPanel Event".
This sensor contains a json-like text and is used for ESPHome to send information to the blueprint. This is slowly being replaced by Home Assistant events and will then be removed.
The sensor "Current page" is back with the information about the page currently visible in your panel, so please update your automation if you are using the event sensor.
- Old color selection (based in a text input where you typed a number).
Overview of all changes
- Add-ons support
- Embedded thermostat (cooler or heater) (#917)
- Alarm control panel
- Support to sensor display precision from Home Assistant (#880)
- Filtered device list (#881)
- New language selector (#882)
- Removed
settings_entity(#887) - Support for US model on landscape mode (#890)
- API status indication on the panel (#5ff5d35)
- Light & cover settings pages will show only the supported features (#896)
- New "Fan speed page" (#897)
- Select wake-up page (#898)
- Panel's local control
Details of all changes
1. Support to add-ons
We are trying to make your panel more useful and more robust by changing some of the functionalities to run internally in the panel, even when the Wi-Fi network or Home Assistant are not available, however, every new functionality takes a bit from the ESP embedded in your panel and increases the complexity, and having a code capable to adapt to all the different user cases will be very complex and certainly will exceed the available memory.
The first add-on available is an embedded thermostat, able to control it locally even when your Wi-Fi is out or Home Assistant is unavailable.
Please refer to the documentation to get more details on how to enable this add-on.
2. Alarm control panel
Now you can control an Alarm Control Panel from your NSPanel, which will allow you to set the alarm mode between the standard modes supported by Home Assistant (Home, Away, Night, Vacation or Custom bypass) or disarm the alarm. On this first release, only the basic functionality will be available, so please share your ideas for future improvements.
For more details, instructions and security considerations, please take a look at the Alarm Control Panel docs. You may also want to join this discussion about the alarm implementation and some ideas for the future releases.
Important: At this moment, this functionality is available only for alarms without a code or alarms using a numeric code. Alarms with text code are not yet supported.
3. Support to sensor display precision from Home Assistant
Now the values shown in your panel will follow the sensor display precision provided by Home Assistant.
=> If you have problems with a value exceeding the available space in your panel, please reduce the number of decimals using Home Assistant sensor display precision.
4. Filtered device list
When selecting the NSPanel on the automation, only ESP32 devices will be shown, making easier to find your panel.
5. New language selector
Starts using the new language selector release with HA 2023.5.0 and based on RFC 5646, which will increase reliability and standardization of the code. Althougt this is not visible for users at the first view, it will enable the use of more granular language selections (like pt-BR vs pt-PT or en-US vs en-UK) if needed in the future.
=> If you are an existing users, please remember to select your language again after the update, as the previous selection will be invalid.
6. Removed settings_entity
The entity sensor.xxxxx_settings_entity was previously used by ESPHome to to transfer information about the selected entity on the settings page to the Blueprint, enabling the transfer of settings from different instances of the blueprint with the use of service esphome.xxxxx_set_settings_entity. This mechanism was a bit fragile and not user friendly.
With this version the information about the entity shown will be part of the sensor.xxxxx_nspanel_event and the settings pages will be called with the service esphome.xxxxx_open_entity_settings_page.
Apart of a cleaner device page, this change should be transparent for most users. If you have made automation based on the removed elements, please update it using the new service.
7. Support for US model on landscape mode
If you are using a panel model US in landscape mode, you can now use nspanel_us_land.tft where the bars related to the hardware buttons will be located at the right, closer to the respective buttons and fixing the offset on the touch screen when using nspanel_eu.tft into a US panel.
=> The hardware buttons labels are hidden in this format, as Nextion cannot support rotated text.
8. API status indication on the panel
Now the Wi-Fi icon in the panel (at the right side of the time) will show one of 3 possible states:
The panel is connected to the Wi-Fi and the API is connected to Home Assistant (mdi:wifi)
The panel is connected to the Wi-Fi, but the API is not connected to Home Assistant (mdi:api-off)
The panel is NOT connected to the Wi-Fi (mdi:wifi-off)
9. Light & cover settings pages will show only the supported features
Now when long press a button connected to a light or a cover, the detailed light settings page will open only when the entity supports advanced control, and the detailed page will only show the controls supported by that entity.
10. New "Fan speed page"
If you have a connected fan supporting speed control, now you are able to control it's speed from your panel. Just add the new fan to one of the buttons pages or to the hardware buttons and a long press on those buttons will pop up the new "Fan speed page":
11. Select wake-up page
Now you can select the wake-up page on the blueprint settings:
This selected page will be shown after a boot (after the boot page) and with a touch in the screen when on screen saver page. After showing this wake-up page, all the previous behavior for closing the page (with a click or after a timeout) will be the same.
12. Panel's local control
We are trying to make your panel as autonomous as possible by moving some of the controls from the Blueprint to ESPHome. This will reduce the load in your network and Home Assistant, but also will make a more reliable system capable to do it's core functionality even when the network is unavailable or Home Assistant is restarting. With this version, the following engines have been moved to your panel (local control):
- Time display
- Physical relay control (when hardware left button is connected to relay 1 or right button to relay 2) - Replacing the fallback mode from previous versions.
- Embedded thermostat (see item 1 about add-ons)
Next topics we are currently working on
See here: https://github.com/Blackymas/NSPanel_HA_Blueprint/labels/roadmap
What's Changed
- @chpego - Fixes on the blueprint UI (#928)
- @WZYProjects - Human readable "Last started" sensor (#986)
New Contributors
- @chpego
- @WZYProjects
