v.3.2 - New features and custom configurations #467
Replies: 7 comments 12 replies
-
It's great, I love it! Thank you for your efforts! |
Beta Was this translation helpful? Give feedback.
-
the blueprint is stil version 3.1.0 ?? |
Beta Was this translation helpful? Give feedback.
-
Nice Release!! Where to find the color codes? I don't see that in the docs? |
Beta Was this translation helpful? Give feedback.
-
I've tested the chips, all working fine.Be aware that chips are visible in the panel when the entity's status is on, otherwise the chip is not visible.On 19 Mar 2023, at 17:57, geni0602 ***@***.***> wrote:
Hi,
nice release!
Did somebody tested the new chips? I configured them on 2 NSpanels, but they are not visible after automation is saved. I´ve tested with a light and binery sensor.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi Blackymas, I just made you a nice donation for your work. €20 |
Beta Was this translation helpful? Give feedback.
-
fantastic work guys! installed the beta a few days ago and the new features are brilliant. so easy to customise. just posted the link on the HA FB to make others aware of this great project. 👍 |
Beta Was this translation helpful? Give feedback.
-
Hello Many thanks for your great work. |
Beta Was this translation helpful? Give feedback.
-
General
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 ;)
First of all, I would like to thank you all for the fact that we now have more than 400 "stars" - an incredible number that I would never have thought possible.
Unfortunately we had to push two topics to the next release, namely music player and the revision of the climate. Due to the new HA and Esphome update we lost some time because we had to make some adjustments.
However, we have managed to add some features that you have been asking for.
Important notes
Since in this update also the Blueprint was changed and some things were deleted because new fields were added - please check your Blueprint if all fields are still filled (it can happen that some fields are empty after the update).
Files that need to be reloaded:
Update procedure can be read here:
EN: https://github.com/Blackymas/NSPanel_HA_Blueprint/wiki/(EN)-HowTo---All-important-thing-you-should-know
DE: https://github.com/Blackymas/NSPanel_HA_Blueprint/wiki/(DE)-HowTo---Alle-wichtigen-Dinge-die-man-wissen-sollte
Community Updates
Overview of all changes
"Multi climate" - The climate entity can now be selected for all 32 buttons.
"Add button icon and icon color" - You can now set your own icons and colors for the buttons.
"Add chips on the homepage" - Seven custom chips can now be selected.
"3 new fields on the homepage" - Three custom sensors can now be selected.
"Add custom action for HW Buttons" - Custom actions can now be defined for the hardware buttons.
"Wifi Icon" - A Wi-Fi icon is displayed when the NSPanel is connected to Wi-Fi.
"Custom homepage" - On the home page, all icons, icon colors, and text colors can be customized.
"Rework Slider" - Issues with the light slider and cover slider have been fixed.
"Rework US version design" - The US version has received design adjustments, including the "wave design."
"Settings page Icon" - The settings icon has been removed and replaced by a "hidden" button on the clock.
"New Blueprint design" - The Blueprint design has been updated.
"Bug fixes and improvements in the blueprint, ESPHome, and TFT code." - Bug fixes and improvements have been made to the Blueprint, ESPHome, and TFT code.
You can find all the icons that can be used at this link:
https://htmlpreview.github.io/?https://github.com/jobr99/Generate-HASP-Fonts/blob/master/cheatsheet.html
Details of all changes
1. Multi climate
Climate Entity can now be selected from the 32 buttons. The current temperature is displayed on the button.
With a short or long press you jump to the climate page and can control and adjust the climate entity
2. Add button icon and icon color
You can now store your own icons in the blueprint for the buttons. In addition, the color of the icons can be selected.
If no custom icon is selected, a default icon and icon color will be set to match the selected entity
However, there is a small disadvantage. Currently, the page takes a few milliseconds longer to load than before.
This is because every icon, font button, etc. is reloaded whenever you swipe to this page.
The new layout of the page was necessary due to the adjustments of the custom icons and icon colors, and because we had to remove all "global" variables from the Nextion Editor to reduce the memory usage, otherwise no further functions could be built in.
3. Add chips on the homepage
7 chips can now be configured in the blueprint. These chips are displayed at the top of the home page.
The chips only work with entities that have an on or off status. Therefore the following domains are allowed:
A separate icon and icon color can be stored in the blueprint for the chips.
4. 3 new fields on the homepage
We deleted the "humidity" and "hotwater" fields on the home page.
For this we have added 3 free sensor fields. You can now store your own sensors that should be displayed.
Here too, the icons, icon color, and label color can be changed.
5. Add custom action for HW Buttons
A custom action can now be stored in the blueprint for the long press of the hardware buttons
You can now choose whether you want to store a default action such as light settings or a custom action
6. Wifi Icon
A Wifi icon has now been added next to the time display. This WiFi icon indicates whether your NSPanel is connected to the WLAN. If the connection to WiFi is lost, no icon will be displayed.
The connection is checked every 60 seconds.
7. Custom homepage
A lot has changed on the home page so that you can customize your NSPanel to your liking.
It is now possible to replace every default icon with your own icon via the blueprint.
In addition, the color for each icon or text can now be changed.
All changes are available in the blueprint.
8. Rework Slider
The sliders for brightness, color temperature, and cover have caused us problems time and time again. This was due to the synchronization with HA.
We have now revised the logic for the sliders. This also reduces the load on HA and the NSPanel.
When a page with the slider is loaded, the information is first retrieved from HA.
When the slider is moved, the new state is only transmitted to HA once the slider is released. This has the advantage that now only one value is transmitted to HA.
9. Rework US version design
Due to the many changes, we had to revise the design again and have now incorporated the "Wave" on some pages as on the EU version.
10. Settings page Icon
The Settings Icon was removed from the home page because there was no more space. On the other hand, we achieved a clean design for the homepage.
Another reason for this change was that we wanted to "hide" the settings so that they are not easily visible or accidentally clicked on by children or guests.
But don't worry, the function is not gone. The settings page can now be accessed via a "Long Press" on the clock.
11. New Blueprint design
This was an important point for us that was long overdue.
As you know, from the beginning of the project, it was important for us that it can be used and configured as easily as possible for everyone.
Due to the many new features, the blueprint became very long and unclear.
Therefore, we have adjusted the descriptions of the fields so that it is clearer what this field is for and also for which page. In addition, we have added some "headings". These do not have any functions but serve only for better overview. Especially when you have to scroll quickly through the blueprint because you are looking for something specific, it was always difficult to see where you are. With the new headings, it is now clear where you are in the blueprint.
12. Bug fixes and improvements in the blueprint, ESPHome, and TFT code.
As with every release, we have made some adjustments and fixes to the code to provide a better experience with our NSPanel version.
Adjustments to the blueprint and ESPHome have caused issues due to the latest updates of HA and ESPHome.
Next topics we are currently working on
See here: https://github.com/Blackymas/NSPanel_HA_Blueprint/labels/roadmap
What's Changed
New Contributors
Full Changelog: v.3.0.0...v.3.2
This discussion was created from the release v.3.2 - New features and custom configurations.
Beta Was this translation helpful? Give feedback.
All reactions