From e8b6d155f787ad5eaba3810369f884954b47150e Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Wed, 20 Sep 2023 10:12:53 +0200 Subject: [PATCH] v4.0 beta 2 (#1053) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create ReleaseNotes.md (#879) * Create ReleaseNotes.md * sensor display precision * Filter devices to esp32 only (#881) * Filter devices to esp32 only Show only ESP32 devices when selecting the panel * Filtered device list * Sensor display precision (#880) Now the values shown in your panel will follow the [sensor display precision](https://www.home-assistant.io/blog/2023/03/01/release-20233/#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](https://www.home-assistant.io/blog/2023/03/01/release-20233/#sensor-display-precision). * New language selector (#882) * New language selector * Update ReleaseNotes.md * Update ReleaseNotes.md * Remove `settings_entity` (#887) * Remove `settings_entity` - Bump version to 3.5_dev - Removed references to pictures removed from TFT - Removed code related to closing settings pages - Removed trigger `settings_entity` * Removed `set_settings_entity` service - Bump version to 3.5_dev - Removed `set_settings_entity` service - BREAKING CHANGE - Removed `settings_entity` text-sensor - BREAKING CHANGE - Added service `open_entity_settings_page` - BREAKING CHANGE * Removed `settings_entity` - Bump version to 3.5_dev - Removed old climate page (climate_backup) - Removed pics related to old climate page (ids 16-47, 80-83, 95-96 and 125(US only)) - Enforces brightness on any page change (this allows wake-up on settings page with long press on physical buttons) - Pending removing code from Blueprint - Added `entity` variable on pages `climate`, `lightsettings` and `coversettings` - Added `entity` info to `nspanelevent` on pages `climate`, `lightsettings` and `coversettings` - Added `back_page` variable on pages `climate`, `lightsettings` and `coversettings` (default: home) - Moving to TFT close page logic on pages `climate`, `lightsettings` and `coversettings` - Pending changes on Blueprint and ESPHome - Standardized name for `page_label` on pages `climate`, `lightsettings` and `coversettings` - Standardized settings page names: `climate`, `cover` and `light` (Removed `settings` from page name) * Removed `settings_entity` * Removed `settings_entity` * Removed `settings_entity` * Move `entity` variable to home page (#889) * Move `entity` variable to home page This will enable future development of a fallback climate * Move `entity` variable to home page * Move `entity` variable to home page * Move `entity` variable to home page * Move `entity` variable to home page * Use `en` as fallback language (#891) * Use `en` as fallback language Uses English if a non valid language is selected (like when using legacy language selection). * Use `en` as fallback language * Create `nspanel_us_land.tft` (#890) * Create `nspanel_us_land.tft' Add `nspanel_us_land.tft' for US panel on landscape mode, fixing the offset on the touch screen when using `nspanel_eu.tft` into a US panel. Hides the hardware buttons labels, as Nextion cannot support rotated text. * Created `nspanel_us_land.tft` * Created `nspanel_us_land.tft` solves #390 solves #432 solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/299#discussioncomment-4933716 * Created `nspanel_us_land.tft` * Created `nspanel_us_land.tft` * Fix "Button confirmation page not working correctly" Solves #883 * Supports weather forecast with `datetime` not string This adds support to weather integrations where the `datetime` field under `forecast` attribute is provided as a `datetime` type. This was seen on Météo-France, while all other weather integrations tested so far used a `text` field for `datetime`. This solves #893 * Wifi icon to indicate when API offline This changes the behavior of Wifi icon: How it was before: - Wifi icon was visible only when the wifi was connected, nothing was shown when wifi was not connected. How it is now: - Wifi icon will have 3 states: - Wifi & API connected: Gray wifi icon - Wifi disconnected: Red wifi-off icon - Wifi connected, but API disconnected (HA is out?): Red api-off icon * API status indication on the panel * Limit light & cover to supported settings (#896) * Limit light to supported settings When showing light settings, only the supported features will be shown for each light. * Limit light to supported settings * Limit light to supported settings * Limit light to supported settings * Limit light to supported settings * Limit light to supported settings This partially solves #635 * Limits covers to supported settings Only show cover settings when `set_position` is supported. This solves #635 * Limits covers to supported settings * Update instructions.md * Add Fan speed settings page (#897) * Add Fan speed settings page Add an initial fan speed control page for fans supporting speed control. Add speed (%) info in the buttons pages. Solves #404 Solves #791 Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/718#discussioncomment-5786106 * Add Fan speed settings page * Add Fan speed settings page * Add Fan speed settings page * Add Fan speed settings page * Add Fan speed settings page * Fix name on confirmation page Fix the entity name on the confirmation page. The new order is: 1. Name set on the blueprint settings 2. Entity's `friendly_name` attribute 3. Entity's `name` attribute 4. Entity's `entity_id` Solves #501 * Select wake-up page (#898) * Select wake-up page Users will be able to select the wake-up page on the blueprint inputs. 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. Solves #576 Solves #612 Solves #801 Probably improves for https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/718#discussioncomment-5715670 * Select wake-up page * Fan update engine Change the fan update engine to follow the same patter as other settings pages. * Update ReleaseNotes.md * Adding vertical bars pics * Panel offline mode (#900) * Panel offline mode Introduces "offline mode" for the panel, which will be used later with a fallback climate. Pages that are depending on the blueprint (buttons pages, entity pages, settings pages, etc) won't be shown when the API is disconnected. * Panel offline mode * Panel offline mode * Panel offline mode * Panel offline mode * "Jump to settings" on tft Moved "Jump to settings page" routine from ESPHome to TFT in order to reduce complexity. * Exclude Nextion2Text Exclude Nextion2Text * Fix validation issue * Time engine on ESPHome * Time engine on ESPHome * Notification page bigger hotspot Added hotspots around the buttons (Accept & Clear) on Notification page to make easier to click on those. Solves #907 * Boot page retry comm The boot page will retry communication with the blueprint once a minute to avoid the situation where that page is shown until the automation is reloaded. * Fix call to screen page Fixes the call to screen page on US panel. Reconciliate the US landscape model from EU model. * Fix fan page `button_on` Fixing rounding on that button. * Fixed Fan page rounding * Prevents boot sequence in other pages * Physical relay 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): - Physical relay control (when hardware left button is connected to relay 1 or right button to relay 2) Solves #910 * Embedded climate (#917) * Performance improvements The main focus here was to reduce the number of calls between Home Assistant and ESPHome, moving logic as much as possible to TFT and ESPHome. - Service calls moved to ESPHome (in preparation for Alarm Control Panel) - Page change informed via event call instead of `nspanel_event` sensor (which still in use by other calls, but might be possible to remove in the future) * Draft embedded climate This adds an initial version of an embedded climate/thermostat (heating only for now) with support for local control even with Wi-Fi out. Solves #646 Solves #263 * Update ReleaseNotes.md * Fix climate slider Fix for climate slider opening in an incorrect position and sending only the integer part of the new target temperature * Moving home page to ESPHome In progress... * Fix translations - Dutch * Embedded chip 3 Home page - Chip 3 will be controlled locally when embedded climate is enable. * Fixed buttons bar Fixed buttons bar managed on ESPHome when embedded climate is visible. * Update ReleaseNotes.md * Services back to the Blueprint Moving service calls back to the blueprint as latest HA requires user's permissions to call HA services from ESPHome. This still have to be used for Alarm calls due to security concerns. * Update ReleaseNotes.md * support to hidden ssid (#908) Supports hidden ssid with the use of substitutions `wifi_hidden: "true"`. This can be breaking change for users with custom/advanced wifi settings. Solves #906 * Update nspanel_esphome.yaml * Removed `restore_state` There is some incomplete work related to alarms on this commit, but the focus here is to fix `restore_state` on ESPHome v2023.7.0. This solves #939 * US model - Fan page - Redistribute icons Redistributed icons on Fan page on US model in order to improve usability. Based on feedback from https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/791#discussioncomment-6338706 * Align `nspanel_us_land` Apply all changes from EU to US_Land * Fix relays chips Fix relay status indication on chips. Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/926#issuecomment-1627660273 * Fix "invalid variable" for "api" Fix error "Nextion invalid variable name" when setting `api`. * Default embedded climate to relay_0 * Fix issue with `restore_state` and ESPHome v2023.7.0 (#941) Solves #939 * Fix translations - Italian Based on https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/940#discussioncomment-6511043 * Fix `set_temperature` for climate Solves #957 * Fix `fan.turn_off` call Removed timer call from fan stop button. This solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/791#discussioncomment-6494535 * Call a `fan.turn_off` when percentage is 0% Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/791#discussioncomment-6621756 * Fix call for fan stop button Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/791#discussioncomment-6622377 * Icons on ESPHome Move icons from TFT/HMI to ESPHome to prevent error on Nextion2Text. * Updated translations - Spanish Based on https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/940#discussioncomment-6548961 * Make home page sensor's icons consistent Make icon selection consistent with chips where the entity's icon is used in case a icon is not set in the blueprint settings. Solves #963 * Updated translations - Slovenian Based on: - https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/940#discussioncomment-6665723 - https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/829#discussioncomment-6665751 * dutch (#974) * small ducht translations small ducht translations * Dutch translations --------- Co-authored-by: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> * Add-on support (#977) Moved climate settings to an add-on. Updated documentation. * Fixed link to addon climate docs * Fix change brightness when sleeping Prevents the panel to change screen brightness when sleeping. Solves #975 * Standardize HA service calls * Bump version to `4.0 dev` * Create customization.md This will reduce the need for: - #920 - #662 - #833 * Clean-up for customizations Clean up ESPHome in order to make easier the use of customizations. * Create Alarm page * Add page Alarm * Add Alarm docs Update docs to reflect the current state (new features & changes) * Creating "install.md" and update add-ons instructions * Add Alarm page buttons pics * Add link to Alarm on page Home * Create Alarm page * Alarm button font color * Add `keyb_num` page * Alarm Control Panel with PIN (#982) Implements an Alarm Control Panel page on NSPanel. Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/66 Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/227 Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/672 Partially solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/299#discussioncomment-4874612 Partially solves https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/64#issuecomment-1566204490 Partially solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/718 * Fix alarm without pin not working Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/pull/930#issuecomment-1680981977 * Alarm page UI Fixed close button Disabled buttons are darker * Move Entities button to ESPHome Move logic behind Entities button (Home page) from Blueprint to ESPHome in order to gain performance on creating home page. * Human readable Uptime (#986) * Human readable Uptime * Uptime from Frenck code * Uptime with Frenck code * Updated Human Readable Uptime * Removed trailing spaces * Renamed sensor to "Last started" Sensor renamed Update moved to the boot process Clean-up --------- Co-authored-by: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Co-authored-by: Edward Firmo * Update alarm icon & color * Revert `fast_connect` back to `false` * Extended chars on buttons pages (#988) Replaces #740 Probably solves #664 Probably solves #738 Probably solves #987 * Removed `fast_connect` * Support to `code_arm_required` Only shows the alarm PIN keyboard if a code is required for arming (or when disarming). * Update alarm icon on home page Refresh icon when alarm state changes. * Fix alarm icon not updating on home page * Home buttons new format - Alarm Modernise the button Alarm flow on page Home to improve performance. * Home buttons new format - Entities Modernise the button "Entities" flow on page Home to improve performance. * Home buttons new format - QRcode Modernise the button "QRcode" flow on page Home to improve performance. * Home buttons new format - Notification Modernise the button "Notification" flow on page Home to improve performance. I haven't moved the code from the Blueprint to ESPHome yet, as I will leave this for when we rebuild the Notification flow in the near future (hopefully), so the performance gains may not be perceived now. Just aligning with other buttons format. * Adding screenshots * Delete ReleaseNotes.md Moved to the release * New entity filter format This new format was released with HA v2023.4 and the old one will be deprecated soon. * Fix Alarm page bypass icon * Bump version to 4.0 * Rename `addon_climate_heat` * Simplify climate substitutions * Add support for `addon_climate_cool` * Removed `${verbose_log}` Use logger level `VERBOSE` instead * Fix script call * Clean up general entities & fallback Store inputs into variables only when needed. Removed fallback mode - Replaced by ESPHome local control when the relay is assigned to the button in the blueprint. * Phase out sensor `nspanel_event` (partially) This sensor is being replaced by event calls. * uptime sensors (#998) * Create ReleaseNotes.md * Fix Climate page when embedded climate And also added a lot of logs which should be removed later as it takes from memory. Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/995#discussioncomment-6835260 * Move brightness control to global var Clean up page Home * Alarm page translations - Finnish https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/940#discussioncomment-6857262 * Exported pics * Clean-up TFT - Removed a bunch of unused pics - Changed page indicator to new format (which will allow future development to hide unused pages) - Standardized close button in most pages * Fixed background pics - Entities pages - Weather pages * Standardize close button * Add "Alarm" section * Support to wake-up page on `wake_up_display` service This changes the behavior of a service introduced by #734. * Optimize `wake_up_display` service * Fix icon font sizes 10 and 64 Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/960#issuecomment-1701903604 And also remove all the unnecessary `wait_until` * Fix Settings page element ids Partially solves https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/960#issuecomment-1702109668 * Add translation keys for `settings` page #1002 * Update settings page when brightness changes on HA Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/960#issuecomment-1702149796 * Clean-up page settings * update docs (#1003) * updated docs * Update ReleaseNotes.md --------- Co-authored-by: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> * Clean-up Cover page I'm preparing this page to have icons changing based on the device_class selected to a cover. * Clean-up boot delay * Enable `current_page` sensor by default Otherwise the system won´t update values unless the page is reloaded. * Use `current_page` in blueprint conditions One more step towards the phase out of `nspanelevent`. * Move `script.refresh_colors` to `service.global_settings` As this is called from a single point, there's no meaning of having a separated script. * Fix climate icon update Partially solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/995#discussioncomment-6891454 * Fix button show on climate page Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/995#discussioncomment-6891335 * Visual improvements on climate page - Add friendly name when embedded - Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/995#discussioncomment-6891465 - Make disable icons a bit darker - Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/995#discussioncomment-6893440 - Add space for page title in EU an US Land versions - Reset page timer when pressing/releasing on the slider - Partially solves #990 * Don't update values when page home is not visible To reduce load on Home Assistant and the network * Cleanup boot sequence Move some functionalities to ESPHome * Display internal sensor value when wifi is out Before it was showing on home page only when API was out. This adds a test for WiFi. * Fix `default_target_temperature` It also updates the page home when thermostat status changes (for the chips). Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/995#discussioncomment-6897727 * Adding ID to components missing it * Renamed `wake_up_display` to `wake_up` * Re-arrange commands list * Add service `set_component_color` Deprecates the following services: - `send_command_font_color` - `send_command_background_color` * Fix button pages not showing * Adjusted time for HW long click * Fixed buttons on settings page * Minor adjustments to page climate And replace font 10 to size 48 (it was 64 since a few days ago). * Updates to breaking changes list * Page settings redesign Clean up the UI of settings page. Prepare for translations. * Enable translations of Settings page * Notification word-wrap For EU and US_LAND only, for now. * Notifications page rebuilt - Notification button processed on ESPHome (as all the info is there) - Added word-wrap for main text - Expanded text size - Handling display mode (used to define the number of chars per line on Notifications) - Versioning handling - As a consequence of the previous item. * Word-wrap buttons pages Taking advantage of the algorithm created for notifications. * Word-wrap for Alarm page * Version mismatch notication * Fix ESPHome not starting with older TFT * Rebuilt home page status bar update * Updated translations - Italian Based on https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/1002#discussioncomment-6926846 Thanks @MaiPiu * Fix `Nextion reported variable name invalid!` * Fix `Nextion variable invalid` * Handle `embedded_indoor_temperature` Internal temperature display will be handled locally (ESPHome) when no other sensor is selected. * Review temperature correction engine * Fix display climate chip * update `temp_nspanel` when correction changes * Fix `Fan` page not open with long press HW button Solves #1007 * Minor adjustments on settings page * version 4.0 ready for release * Clean-up docs * Improve version notification * Disable restore `notification_unread` This must be changed to a binary sensor in the future. * Beta v4.0 (#1012) * Create ReleaseNotes.md (#879) * Create ReleaseNotes.md * sensor display precision * Filter devices to esp32 only (#881) * Filter devices to esp32 only Show only ESP32 devices when selecting the panel * Filtered device list * Sensor display precision (#880) Now the values shown in your panel will follow the [sensor display precision](https://www.home-assistant.io/blog/2023/03/01/release-20233/#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](https://www.home-assistant.io/blog/2023/03/01/release-20233/#sensor-display-precision). * New language selector (#882) * New language selector * Update ReleaseNotes.md * Update ReleaseNotes.md * Remove `settings_entity` (#887) * Remove `settings_entity` - Bump version to 3.5_dev - Removed references to pictures removed from TFT - Removed code related to closing settings pages - Removed trigger `settings_entity` * Removed `set_settings_entity` service - Bump version to 3.5_dev - Removed `set_settings_entity` service - BREAKING CHANGE - Removed `settings_entity` text-sensor - BREAKING CHANGE - Added service `open_entity_settings_page` - BREAKING CHANGE * Removed `settings_entity` - Bump version to 3.5_dev - Removed old climate page (climate_backup) - Removed pics related to old climate page (ids 16-47, 80-83, 95-96 and 125(US only)) - Enforces brightness on any page change (this allows wake-up on settings page with long press on physical buttons) - Pending removing code from Blueprint - Added `entity` variable on pages `climate`, `lightsettings` and `coversettings` - Added `entity` info to `nspanelevent` on pages `climate`, `lightsettings` and `coversettings` - Added `back_page` variable on pages `climate`, `lightsettings` and `coversettings` (default: home) - Moving to TFT close page logic on pages `climate`, `lightsettings` and `coversettings` - Pending changes on Blueprint and ESPHome - Standardized name for `page_label` on pages `climate`, `lightsettings` and `coversettings` - Standardized settings page names: `climate`, `cover` and `light` (Removed `settings` from page name) * Removed `settings_entity` * Removed `settings_entity` * Removed `settings_entity` * Move `entity` variable to home page (#889) * Move `entity` variable to home page This will enable future development of a fallback climate * Move `entity` variable to home page * Move `entity` variable to home page * Move `entity` variable to home page * Move `entity` variable to home page * Use `en` as fallback language (#891) * Use `en` as fallback language Uses English if a non valid language is selected (like when using legacy language selection). * Use `en` as fallback language * Create `nspanel_us_land.tft` (#890) * Create `nspanel_us_land.tft' Add `nspanel_us_land.tft' for US panel on landscape mode, fixing the offset on the touch screen when using `nspanel_eu.tft` into a US panel. Hides the hardware buttons labels, as Nextion cannot support rotated text. * Created `nspanel_us_land.tft` * Created `nspanel_us_land.tft` solves #390 solves #432 solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/299#discussioncomment-4933716 * Created `nspanel_us_land.tft` * Created `nspanel_us_land.tft` * Fix "Button confirmation page not working correctly" Solves #883 * Supports weather forecast with `datetime` not string This adds support to weather integrations where the `datetime` field under `forecast` attribute is provided as a `datetime` type. This was seen on Météo-France, while all other weather integrations tested so far used a `text` field for `datetime`. This solves #893 * Wifi icon to indicate when API offline This changes the behavior of Wifi icon: How it was before: - Wifi icon was visible only when the wifi was connected, nothing was shown when wifi was not connected. How it is now: - Wifi icon will have 3 states: - Wifi & API connected: Gray wifi icon - Wifi disconnected: Red wifi-off icon - Wifi connected, but API disconnected (HA is out?): Red api-off icon * API status indication on the panel * Limit light & cover to supported settings (#896) * Limit light to supported settings When showing light settings, only the supported features will be shown for each light. * Limit light to supported settings * Limit light to supported settings * Limit light to supported settings * Limit light to supported settings * Limit light to supported settings This partially solves #635 * Limits covers to supported settings Only show cover settings when `set_position` is supported. This solves #635 * Limits covers to supported settings * Update instructions.md * Add Fan speed settings page (#897) * Add Fan speed settings page Add an initial fan speed control page for fans supporting speed control. Add speed (%) info in the buttons pages. Solves #404 Solves #791 Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/718#discussioncomment-5786106 * Add Fan speed settings page * Add Fan speed settings page * Add Fan speed settings page * Add Fan speed settings page * Add Fan speed settings page * Fix name on confirmation page Fix the entity name on the confirmation page. The new order is: 1. Name set on the blueprint settings 2. Entity's `friendly_name` attribute 3. Entity's `name` attribute 4. Entity's `entity_id` Solves #501 * Select wake-up page (#898) * Select wake-up page Users will be able to select the wake-up page on the blueprint inputs. 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. Solves #576 Solves #612 Solves #801 Probably improves for https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/718#discussioncomment-5715670 * Select wake-up page * Fan update engine Change the fan update engine to follow the same patter as other settings pages. * Update ReleaseNotes.md * Adding vertical bars pics * Panel offline mode (#900) * Panel offline mode Introduces "offline mode" for the panel, which will be used later with a fallback climate. Pages that are depending on the blueprint (buttons pages, entity pages, settings pages, etc) won't be shown when the API is disconnected. * Panel offline mode * Panel offline mode * Panel offline mode * Panel offline mode * "Jump to settings" on tft Moved "Jump to settings page" routine from ESPHome to TFT in order to reduce complexity. * Exclude Nextion2Text Exclude Nextion2Text * Fix validation issue * Time engine on ESPHome * Time engine on ESPHome * Notification page bigger hotspot Added hotspots around the buttons (Accept & Clear) on Notification page to make easier to click on those. Solves #907 * Boot page retry comm The boot page will retry communication with the blueprint once a minute to avoid the situation where that page is shown until the automation is reloaded. * Fix call to screen page Fixes the call to screen page on US panel. Reconciliate the US landscape model from EU model. * Fix fan page `button_on` Fixing rounding on that button. * Fixed Fan page rounding * Prevents boot sequence in other pages * Physical relay 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): - Physical relay control (when hardware left button is connected to relay 1 or right button to relay 2) Solves #910 * Embedded climate (#917) * Performance improvements The main focus here was to reduce the number of calls between Home Assistant and ESPHome, moving logic as much as possible to TFT and ESPHome. - Service calls moved to ESPHome (in preparation for Alarm Control Panel) - Page change informed via event call instead of `nspanel_event` sensor (which still in use by other calls, but might be possible to remove in the future) * Draft embedded climate This adds an initial version of an embedded climate/thermostat (heating only for now) with support for local control even with Wi-Fi out. Solves #646 Solves #263 * Update ReleaseNotes.md * Fix climate slider Fix for climate slider opening in an incorrect position and sending only the integer part of the new target temperature * Moving home page to ESPHome In progress... * Fix translations - Dutch * Embedded chip 3 Home page - Chip 3 will be controlled locally when embedded climate is enable. * Fixed buttons bar Fixed buttons bar managed on ESPHome when embedded climate is visible. * Update ReleaseNotes.md * Services back to the Blueprint Moving service calls back to the blueprint as latest HA requires user's permissions to call HA services from ESPHome. This still have to be used for Alarm calls due to security concerns. * Update ReleaseNotes.md * support to hidden ssid (#908) Supports hidden ssid with the use of substitutions `wifi_hidden: "true"`. This can be breaking change for users with custom/advanced wifi settings. Solves #906 * Update nspanel_esphome.yaml * Removed `restore_state` There is some incomplete work related to alarms on this commit, but the focus here is to fix `restore_state` on ESPHome v2023.7.0. This solves #939 * US model - Fan page - Redistribute icons Redistributed icons on Fan page on US model in order to improve usability. Based on feedback from https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/791#discussioncomment-6338706 * Align `nspanel_us_land` Apply all changes from EU to US_Land * Fix relays chips Fix relay status indication on chips. Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/926#issuecomment-1627660273 * Fix "invalid variable" for "api" Fix error "Nextion invalid variable name" when setting `api`. * Default embedded climate to relay_0 * Fix translations - Italian Based on https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/940#discussioncomment-6511043 * Fix `set_temperature` for climate Solves #957 * Fix `fan.turn_off` call Removed timer call from fan stop button. This solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/791#discussioncomment-6494535 * Call a `fan.turn_off` when percentage is 0% Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/791#discussioncomment-6621756 * Fix call for fan stop button Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/791#discussioncomment-6622377 * Icons on ESPHome Move icons from TFT/HMI to ESPHome to prevent error on Nextion2Text. * Updated translations - Spanish Based on https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/940#discussioncomment-6548961 * Make home page sensor's icons consistent Make icon selection consistent with chips where the entity's icon is used in case a icon is not set in the blueprint settings. Solves #963 * Updated translations - Slovenian Based on: - https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/940#discussioncomment-6665723 - https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/829#discussioncomment-6665751 * dutch (#974) * small ducht translations small ducht translations * Dutch translations --------- Co-authored-by: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> * Add-on support (#977) Moved climate settings to an add-on. Updated documentation. * Fixed link to addon climate docs * Fix change brightness when sleeping Prevents the panel to change screen brightness when sleeping. Solves #975 * Standardize HA service calls * Bump version to `4.0 dev` * Create customization.md This will reduce the need for: - #920 - #662 - #833 * Clean-up for customizations Clean up ESPHome in order to make easier the use of customizations. * Create Alarm page * Add page Alarm * Add Alarm docs Update docs to reflect the current state (new features & changes) * Creating "install.md" and update add-ons instructions * Add Alarm page buttons pics * Add link to Alarm on page Home * Create Alarm page * Alarm button font color * Add `keyb_num` page * Alarm Control Panel with PIN (#982) Implements an Alarm Control Panel page on NSPanel. Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/66 Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/227 Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/672 Partially solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/299#discussioncomment-4874612 Partially solves https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/64#issuecomment-1566204490 Partially solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/718 * Fix alarm without pin not working Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/pull/930#issuecomment-1680981977 * Alarm page UI Fixed close button Disabled buttons are darker * Move Entities button to ESPHome Move logic behind Entities button (Home page) from Blueprint to ESPHome in order to gain performance on creating home page. * Human readable Uptime (#986) * Human readable Uptime * Uptime from Frenck code * Uptime with Frenck code * Updated Human Readable Uptime * Removed trailing spaces * Renamed sensor to "Last started" Sensor renamed Update moved to the boot process Clean-up --------- Co-authored-by: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Co-authored-by: Edward Firmo * Update alarm icon & color * Revert `fast_connect` back to `false` * Extended chars on buttons pages (#988) Replaces #740 Probably solves #664 Probably solves #738 Probably solves #987 * Removed `fast_connect` * Support to `code_arm_required` Only shows the alarm PIN keyboard if a code is required for arming (or when disarming). * Update alarm icon on home page Refresh icon when alarm state changes. * Fix alarm icon not updating on home page * Home buttons new format - Alarm Modernise the button Alarm flow on page Home to improve performance. * Home buttons new format - Entities Modernise the button "Entities" flow on page Home to improve performance. * Home buttons new format - QRcode Modernise the button "QRcode" flow on page Home to improve performance. * Home buttons new format - Notification Modernise the button "Notification" flow on page Home to improve performance. I haven't moved the code from the Blueprint to ESPHome yet, as I will leave this for when we rebuild the Notification flow in the near future (hopefully), so the performance gains may not be perceived now. Just aligning with other buttons format. * Adding screenshots * Delete ReleaseNotes.md Moved to the release * New entity filter format This new format was released with HA v2023.4 and the old one will be deprecated soon. * Fix Alarm page bypass icon * Bump version to 4.0 * Rename `addon_climate_heat` * Simplify climate substitutions * Add support for `addon_climate_cool` * Removed `${verbose_log}` Use logger level `VERBOSE` instead * Fix script call * Clean up general entities & fallback Store inputs into variables only when needed. Removed fallback mode - Replaced by ESPHome local control when the relay is assigned to the button in the blueprint. * Phase out sensor `nspanel_event` (partially) This sensor is being replaced by event calls. * uptime sensors (#998) * Create ReleaseNotes.md * Fix Climate page when embedded climate And also added a lot of logs which should be removed later as it takes from memory. Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/995#discussioncomment-6835260 * Move brightness control to global var Clean up page Home * Alarm page translations - Finnish https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/940#discussioncomment-6857262 * Exported pics * Clean-up TFT - Removed a bunch of unused pics - Changed page indicator to new format (which will allow future development to hide unused pages) - Standardized close button in most pages * Fixed background pics - Entities pages - Weather pages * Standardize close button * Add "Alarm" section * Support to wake-up page on `wake_up_display` service This changes the behavior of a service introduced by #734. * Optimize `wake_up_display` service * Fix icon font sizes 10 and 64 Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/960#issuecomment-1701903604 And also remove all the unnecessary `wait_until` * Fix Settings page element ids Partially solves https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/960#issuecomment-1702109668 * Add translation keys for `settings` page #1002 * Update settings page when brightness changes on HA Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/960#issuecomment-1702149796 * Clean-up page settings * update docs (#1003) * updated docs * Update ReleaseNotes.md --------- Co-authored-by: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> * Clean-up Cover page I'm preparing this page to have icons changing based on the device_class selected to a cover. * Clean-up boot delay * Enable `current_page` sensor by default Otherwise the system won´t update values unless the page is reloaded. * Use `current_page` in blueprint conditions One more step towards the phase out of `nspanelevent`. * Move `script.refresh_colors` to `service.global_settings` As this is called from a single point, there's no meaning of having a separated script. * Fix climate icon update Partially solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/995#discussioncomment-6891454 * Fix button show on climate page Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/995#discussioncomment-6891335 * Visual improvements on climate page - Add friendly name when embedded - Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/995#discussioncomment-6891465 - Make disable icons a bit darker - Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/995#discussioncomment-6893440 - Add space for page title in EU an US Land versions - Reset page timer when pressing/releasing on the slider - Partially solves #990 * Don't update values when page home is not visible To reduce load on Home Assistant and the network * Cleanup boot sequence Move some functionalities to ESPHome * Display internal sensor value when wifi is out Before it was showing on home page only when API was out. This adds a test for WiFi. * Fix `default_target_temperature` It also updates the page home when thermostat status changes (for the chips). Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/995#discussioncomment-6897727 * Adding ID to components missing it * Renamed `wake_up_display` to `wake_up` * Re-arrange commands list * Add service `set_component_color` Deprecates the following services: - `send_command_font_color` - `send_command_background_color` * Fix button pages not showing * Adjusted time for HW long click * Fixed buttons on settings page * Minor adjustments to page climate And replace font 10 to size 48 (it was 64 since a few days ago). * Updates to breaking changes list * Page settings redesign Clean up the UI of settings page. Prepare for translations. * Enable translations of Settings page * Notification word-wrap For EU and US_LAND only, for now. * Notifications page rebuilt - Notification button processed on ESPHome (as all the info is there) - Added word-wrap for main text - Expanded text size - Handling display mode (used to define the number of chars per line on Notifications) - Versioning handling - As a consequence of the previous item. * Word-wrap buttons pages Taking advantage of the algorithm created for notifications. * Word-wrap for Alarm page * Version mismatch notication * Fix ESPHome not starting with older TFT * Rebuilt home page status bar update * Updated translations - Italian Based on https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/1002#discussioncomment-6926846 Thanks @MaiPiu * Fix `Nextion reported variable name invalid!` * Fix `Nextion variable invalid` * Handle `embedded_indoor_temperature` Internal temperature display will be handled locally (ESPHome) when no other sensor is selected. * Review temperature correction engine * Fix display climate chip * update `temp_nspanel` when correction changes * Fix `Fan` page not open with long press HW button Solves #1007 * Minor adjustments on settings page * version 4.0 ready for release * Clean-up docs --------- Co-authored-by: bkbartk Co-authored-by: w00zy * Fix Fan page button colors when opening Solves #1017 * Translations (#1023) * Translations * Update nspanel_blueprint.yaml I've changed `brightness` for now as the new design isn't implemented yet, but that string is already in use with the current design. --------- Co-authored-by: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> * Adjustments to settings page * Fix entity info when calling detailed pages Solves #1022 * Added `media_player` page (hidden) * New "Confirm" pop-up This also removes the sensor "NSPanel Event" * Fix pages not updating values Solves #1026 * Media player - Buttons - Added code to buttons on media_player page. - Clean-up: - Moved wake-up select from Blueprint to ESPHome component - Removed `switch.xxxxx_confirmation_message` * Fix logging for global_settings It was logging wakeup_page, which is deprecated * Improved version notification * Removed trailing spaces * Notification for `sensor.xxxxx_current_page` missing This might be a common issue for users migrating from v3.4 to v3.5. This information is part of the release notes, but I believe it worth having a guide to support closely any user who miss that in the release notes. * Simplify `touchevent` engine The touch event is used only for the sleeping engine (it will be used for dimming later) and it was transferring all the json info with page name, component, entity, etc. This was replaced by a simple random integer with no meaning other than "the screen was touched, reset the timer". * Media player first buttons actions * Fix unknown service: `media_player.null` * Media Player control You will be able to add a Media Player entity to any of the buttons pages and with a long press you will see the media player page. * Remove dimming timer for now The funcionality isn't completed. * Home page - Custom buttons On the blueprint you can now set up to 3 buttons to be shown on Home page. It will show the detailed settings page, so the entity must be compatible. * Fix Media player missing parameters Possibly solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/1030#discussioncomment-6984573 * Prevents calls to `media_player.null` * Remove `entity` info from pages on TFT Since v3.4, the info about entity_id shown was going all the way to Nextion and then sent back in the json return, however this requires a long (100-char) global var and the way it was implemented, it was one of those per settings page, as climate should be also recorded at the same time in case the embedded climate was installed. This was taking too much memory, so I've moved this info to a global variable (string) in ESPHome. There is now lots of space for code cleaning (and still pending to do the same with climate entity, as it could be only a bool to inform if embedded), but this brings the functionality. This enabled the return to global for some components, so it probably solves #1031 * Prototyping `power` page Thanks @Floppe for doing the design #838 * Prototyping `power` page * New sleep flow * Removed trailing spaces * Fix empty page climate * Fix names on button pages Fix names when a name is not provided in the blueprint settings. * Fix call to sleep routine when timeout changes Solves #1037 * Replace `confirm` var on buttons pages Simpler and saves some memory. * Clean-up * Align the code for the 3 timers * Extend domains supported by home page custom buttons Based on #1034 * Fix error when btn_label is `None` * Fix `Variable invalid` on buttons pages * Fix constructor of Entity pages * Fallback even when button is assigned to another entity Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/1013#issuecomment-1720107844 * Add inputs for media player refresh time * Adjustments to Media Player refresh interval default values * Use panel's events to reset timers Possibly solves #1040 Possibly solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/995#discussioncomment-7020153 * State based colors to home page custom buttons * Fix alarm not changing status Do not clear `entity_id` when opening keyboard page, so the info can be used when sending commands. Solves #1039 * Missing `nspanel_us.tft` * add `touchevents` to pages `media_player` and `confirm` To avoid panel going back to Home page while user is playing with the page. Solves #1040 * Media player minor layout changes * Media player - Volume timer & icon size Volume timer changed from 1000 to 500ms Icon change from font 9 to 10 * Media player roll back font 9 and timer 1s * Don't send to Nextion obsolete volume settings If the volume is the same as the last one sent to the screen, don't send again, so if changes are being made on the screen it didn't receive the update all the time, making the slider unresponsive. * Media player - Layout improvement - Removed button "Stop" - Increase touch area for buttons - Redistributed buttons on page * Add touchevents to page climate Possibly solves #995 * Resolve validation * Correct playing time based on `updated_at` attribute * Prepare for when attribute is not available * Fix attribute `media_position` * Fix time duration when HA isn't updating position * Fix climate page not opening when offline Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/995#discussioncomment-6834067 * Clean-up release notes * Clean up code - Removed commented out lines - Removed temporary logs Getting prepared to release * Bump version to 4.0beta To reduce the chance of an obsolete file in use after the release. * Change version to 4.0dev To differentiate from beta. * Added missing translations (#1047) * Added missing translations Added missing translations for the Swedish translation. * Caption first char --------- Co-authored-by: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> * Translations to Slovak on Settings page * Refresh docs * Update nspanel_blank.md * Update nspanel_blank.md * Add screensaver to `nspanel_blank.tft` And build a new tft with latest firmware and url for instructions. * Update nspanel_blank.md * Fix to Slovenian translation https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/1002#discussioncomment-7041796 * Settings page - Translations to French From https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/1002#discussioncomment-7045452 * Alarm page - Translations to French https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/940#discussioncomment-7046479 * Add customization for display sleeping/awake Probably solves #1035 * Customizations - Blank TFT button Probably solves #1048 * Customizations - Deep sleep Solves #955 * Customization - Deep sleep - Fix broken link * Translations - Slovak - https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/829#discussioncomment-7054153 - https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/940#discussioncomment-7054142 * New versioning - not implemented * Bump version to `4.0b2` --------- Co-authored-by: bkbartk Co-authored-by: w00zy Co-authored-by: w00zy <52609940+WZYProjects@users.noreply.github.com> Co-authored-by: Erik Larsson --- ReleaseNotes.md | 3 + custom_configuration/nspanel_blank.HMI | Bin 7343834 -> 7346184 bytes custom_configuration/nspanel_blank.tft | Bin 264692 -> 266972 bytes .../nspanel_blank_code/Program.s.txt | 1 - .../nspanel_blank_code/blank.txt | 57 ++++++++ .../nspanel_blank_code/screensaver.txt | 25 ++++ docs/en/customization.md | 84 ++++++++++- docs/en/nspanel_blank.md | 54 +++++++ nspanel_blueprint.yaml | 138 +++++++++--------- nspanel_esphome.yaml | 2 +- nspanel_eu.HMI | Bin 20387572 -> 20387572 bytes nspanel_eu.tft | Bin 7442752 -> 7442752 bytes nspanel_eu_code/boot.txt | 2 +- nspanel_us.HMI | Bin 20870573 -> 20870573 bytes nspanel_us.tft | Bin 7516104 -> 7516104 bytes nspanel_us_code/boot.txt | 2 +- nspanel_us_land.HMI | Bin 14767051 -> 14767051 bytes nspanel_us_land.tft | Bin 7442752 -> 7442752 bytes nspanel_us_land_code/boot.txt | 2 +- 19 files changed, 294 insertions(+), 76 deletions(-) create mode 100644 custom_configuration/nspanel_blank_code/blank.txt create mode 100644 custom_configuration/nspanel_blank_code/screensaver.txt create mode 100644 docs/en/nspanel_blank.md diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 03c613b..efc86fb 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -227,10 +227,13 @@ See here: https://github.com/Blackymas/NSPanel_HA_Blueprint/labels/roadmap - Human readable "Last started" sensor (#986) - Support with customization (#1003) - Translation to Spanish (#1023) +* @el97 + - Translation to Swedish (#1047) * @Doughboy68 - Tons of tests and feedback during the `dev` phase. ## New Contributors * @chpego * @WZYProjects +* @el97 * @Doughboy68 \ No newline at end of file diff --git a/custom_configuration/nspanel_blank.HMI b/custom_configuration/nspanel_blank.HMI index ed78da1fc28567892917f8c87fc068136d14dd96..ea824fc5f7e987edc2a8c4230325558e133c84dc 100644 GIT binary patch delta 2626 zcmeHIPiz!b7=N>~yKSXV@DHe1*$((8v9mkdn#k4`tzrcQ3f7{)N}b)AcBh?r^PHKM z8lx@AH;ESy4XktW;K92+kS4|;3Fw6bZmNkf9_C=;frM}*!HD0R-L2CaVq>%yec8Nu z-~aD@-|u_-<0qHI4?n*o3atymBgvaTr}7J3_s!iF2_cuS5uzG2d*JXvq@p#IWMm#s z!p$40qmDh{s8-gki^z49RRtt|xJHyLQyc8)GoNOpzZH*PFB5Bx&o8&seG>FZHa#iM z6LPF>gnNGnBVV;(z;Blcxw1^YL8U9G)Pc@!Z)apP2IMi%Kk?4R$f&VBy_J#g(2ifC zF#p+>vo*ga__c&z6a8A!uciE2`a-Sc*Wdn|_s-op8~UN(hY3Fv{V?f=DL+hK2wO56 zB3KONBx4+F3do`dIM5MF>6VL!YCL+~;jfP?S~yb6clFdTtlI10z$H5h@{ zVHA$T8}KHafRk_vitrYkhB0^>R473iG|*ujCZGZaOu`hHU;zdDJY)MNt52mlwD%$~ zIBKFb+(q27qwCaFXLKiG34<%rh;GMyNvwXs`gZNaqg|S$s-;IFzQxR!HVdpfG51Ux zvYBI0uaYVB>}V2hMxriLscz~sI`yP(C8nn+5Yv0FC^2t}vsT(+wBgS-GOp6_M_^hE401JxWh+Rw-ojg`)KS+N?U7 zSyeJaL-k(@S(;%D1O<_Gb>#2i8t6Y0KHwXp|__CM`Vrgt=pJM(Hbmd!cX#7_D@{ndfE_uKijhh%?NW}vygAJ-yE&ca8bBP2%9pjY-DfJQCwsQ6*|IwB>5gnr z*HcZ?pcC>cWp6wX((D22W3s6kU9->7)$#9|7@81{AJy~Z!Ztj3@3KEe3F%(WG&I~| zD-kS;?EZvj1?>WRI2cW^LGxaedxjO$BIKt#+*+rrm_*8 delta 1232 zcmdr~OHUL*5T4#=5DhG1qCri;!9ZM=k$6B9VHK1W5q#kL!R&7DGCJGS&diE?;y@XU z(E~v;i3Ag4{S&Tw9LGv6%sc2p4_0= zT!0KhLDNN|w?E|vXxUyN73n#PRZMwX#a>hHXO!F9o1s`Ig%Q&zJAhJMYfye@p1tJSX7FhJt z%D-@69@v*Kw&5;p$KALGJ8&;{VizWHAMVF)?7;(g5PLC&hp-P1V?Q3j0UX4mcnpu@ z2^_+ccnVMB89a;U@H}3?i+Bl#QNuK5FpC^>n8y*+@iJaP0}Ck7yes9FzR%m1{h6dm z@y5=VfqF%1d9J#%5m{HWk@jBxh`lHMJTU!Ow!76)SsV6`m7Ah69$>0_zeWP7R7f_I z@2rts0hV+Z*UD};y-wC{ZB;5MQ^w44J8O=LX0_s{Ta?Y}RE#C3hh??96q2{cbm4$q zvegbXPHM-hYVA*>L0u|zUZb2g%O>xjf7EEVkjCP!oWem;I z{A!xTL73F*YIdGYKq?0%vk0Sf8XOafHq~-0UF7|YaX*;Rgdh0TV#XAXWg66u&nM=+ zt9M&3NP`!MXSo=bm5hGOU5?1czrK5;_wIGof?xOAOy~~RvWZN_eXv2+HvIV`yb1UY Dme5z$ diff --git a/custom_configuration/nspanel_blank.tft b/custom_configuration/nspanel_blank.tft index 0fc428a5d338436d6ffaac31097e21c7dcf99fa2..f59d2430cbe0d764ac5eb7eb0b8ff61bde4e78a9 100644 GIT binary patch delta 2026 zcmc&#O>7%Q6rR}~r)!d?PErv9q;g%L3HWDix1|mQr~CvG0gCuLS%QtTX{|bIV{Z~@ zD2`N#DnMzg$XyAP9zaMO5J)W&LR`oxNIlR9M3D$09FVw_1LXh+b@|?`H+4!6+!*KW zy#3zy-n@D9X7l@EXzl&bsr!|+&eIRPmR&xw=hw0Aoqs*G`<|h%>QATx#?J3vzk7Nq z{@A&tZ{Im_*9-2?na?u6Exnc6HhF3N_`~l$`Sz>~pzD z**IwCA_L)EL}r-%i{K03jpdcFUF=rYqwY!I^wvNWRh$#9WUN3KzX08g){3Fb64ZL~JtVwfH6_z2 z5Ze$u6i(pueg6~ z+(`Ad?M&ykBXXIpeuqHbkeBQy^GS#bw9^^v7ytaLURT+bljrztR_B9 zUWO%%NRL8t5dULBQ5dVq=NWYFC-{x7t^bY*P@?#!WlH2sJlaFck)- zA#W~50~G`^~)?c4r zx_|0<&*PE8pEIw@>z7`RzxSqeIi`I$uF^3&Kl4*RPp>1rn=p#cN^T-5`39M>&R(j}_a3FKkGpNGsLu}4BJ6CIWbwKGH$NY6rK2Pqz^ z!$}jW2qwwx-LTI^aFVs)R6BfGhW&%T)O$=4%2tm&bwIy9Lj`yczI!9SQvV@K3GVsEDg*;xvRM-~gO> t{bSP*do9|97mmhovuV{=PqWDqWDB<1-`BFEIxVas;MwD5WG?gqpooTC5$ diff --git a/custom_configuration/nspanel_blank_code/Program.s.txt b/custom_configuration/nspanel_blank_code/Program.s.txt index c007e76..fb377bf 100644 --- a/custom_configuration/nspanel_blank_code/Program.s.txt +++ b/custom_configuration/nspanel_blank_code/Program.s.txt @@ -1,6 +1,5 @@ Program.s //The following code is only run once when power on, and is generally used for global variable definition and power on initialization data - int sys0=0,sys1=0,sys2=0 //At present, the definition of global variable only supports 4-byte signed integer (int), and other types of global quantity declaration are not supported. If you want to use string type, you can use variable control in the page to implement bauds=115200//Configure baudrate dim=100//Configure backlight recmod=0//Serial data parsing mode:0-Passive mode;1-Active mode diff --git a/custom_configuration/nspanel_blank_code/blank.txt b/custom_configuration/nspanel_blank_code/blank.txt new file mode 100644 index 0000000..d9a07c5 --- /dev/null +++ b/custom_configuration/nspanel_blank_code/blank.txt @@ -0,0 +1,57 @@ +Page blank + Attributes + ID : 0 + Scope : local + Dragging : 0 + Send Component ID : disabled + Locked : no + Swide up page ID : disabled + Swide down page ID : disabled + Swide left page ID : disabled + Swide right page ID: disabled + + Events + Preinitialize Event + dim=100 + printh 92 + prints "nspanelevent",0 + printh 00 + prints "{\"page\": \"blank\", \"component\": \"currentpage\", \"value\": \"pagechange\", \"version\": \"2023.09.19\"}",0 + printh 00 + printh FF FF FF + + Touch Press Event + tm0.en=1 + + Touch Release Event + tm0.en=1 + +QR Code qr0 + Attributes + ID : 1 + Scope : local + Dragging : 0 + Send Component ID: disabled + Text : https://github.com/Blackymas/NSPanel_HA_Blueprint/blob/main/docs/en/nspanel_blank.md#what-to-do-after-installing-nspanel_blanktft + Max. Text Size : 150 + + Events + Touch Press Event + tm0.en=1 + + Touch Release Event + tm0.en=1 + +Timer tm0 + Attributes + ID : 2 + Scope : local + Period (ms): 65500 + Enabled : yes + + Events + Timer Event + tm0.en=0 + dim=0 + page screensaver + diff --git a/custom_configuration/nspanel_blank_code/screensaver.txt b/custom_configuration/nspanel_blank_code/screensaver.txt new file mode 100644 index 0000000..4b56623 --- /dev/null +++ b/custom_configuration/nspanel_blank_code/screensaver.txt @@ -0,0 +1,25 @@ +Page screensaver + Attributes + ID : 0 + Scope : local + Dragging : 0 + Send Component ID : disabled + Locked : no + Swide up page ID : disabled + Swide down page ID : disabled + Swide left page ID : disabled + Swide right page ID: disabled + + Events + Preinitialize Event + printh 92 + prints "nspanelevent",0 + printh 00 + prints "{\"page\": \"blank-screensaver\", \"component\": \"currentpage\", \"value\": \"pagechange\", \"version\": \"2023.09.19\"}",0 + printh 00 + printh FF FF FF + dim=0 + + Touch Press Event + page blank + diff --git a/docs/en/customization.md b/docs/en/customization.md index 3f79f83..d251832 100644 --- a/docs/en/customization.md +++ b/docs/en/customization.md @@ -7,7 +7,9 @@ You can take advantage of [ESPHome Configuration Types](https://esphome.io/guide Please feel free to add your own customation to this document by creating a PR in the `dev` branch. -***IMPORTANT:** Use customization at your own risk. Custom/advanced systems won't be supported by this project's team.* +***IMPORTANT:*** +- *Use customization at your own risk. Custom/advanced systems won't be supported by this project's team.* +- *Please monitor the memory consumption when using customizations. Getting closer to the full memory can drive to errors in the system or prevent your system to support the future updates.*   ## Instructions @@ -37,8 +39,9 @@ packages: url: https://github.com/Blackymas/NSPanel_HA_Blueprint ref: main files: - - nspanel_esphome.yaml - #- nspanel_esphome_addon_climate.yaml # activate local climate-control + - nspanel_esphome.yaml # Core package + # - nspanel_esphome_addon_climate_cool.yaml # activate for local climate (cooling) control + # - nspanel_esphome_addon_climate_heat.yaml # activate for local climate (heater) control refresh: 300s ##### My customization - Start ##### @@ -164,3 +167,78 @@ time: - 0.pool.ntp.org ``` +  +### Sensor for display awake vs sleeping +Creates a binary sensor to indicate either when the display is showing some page (`on`) or sleeping (`off`). +```yaml +# Is display awake? +binary_sensor: + - name: ${device_name} Display state + id: display_state + platform: template + lambda: |- + return (id(current_page).state != "screensaver"); +``` + +You can easily invert the meaning to have a sensor for display sleeping: +```yaml +# Is display sleeping? +binary_sensor: + - name: ${device_name} Display sleeping + id: display_sleeping + platform: template + lambda: |- + return (id(current_page).state == "screensaver"); +``` + +  +### Button to upload `nspanel_blank.tft` +This can also be used for any other`alternative `tft` file you might want to use frequently: + +```yaml +button: + ##### UPDATE TFT BLANK DISPLAY ##### + - name: ${device_name} Update TFT display (blank) + platform: template + icon: mdi:file-sync + id: tft_update_blank + entity_category: config + on_press: + - logger.log: "Button pressed: Update TFT display (blank)" + - binary_sensor.template.publish: + id: nextion_init + state: false + - delay: 16ms + - lambda: |- + id(disp1)->set_tft_url("${nextion_update_blank_url}"); + id(disp1).upload_tft(); +``` +You also must add the url for the alternative `tft` in your substitutions, like this: +```yaml + nextion_update_blank_url: "http://homeassistant.local:8123/local/nspanel/dev/nspanel_blank.tft" +``` + +  +### Deep sleep +In this example, the panel will deep sleep for 7 hours, starting at 23:00:00 every day, for its maximum energy saving. + +During this time, nothing will be shown, the screen will be off and therefore no response to touch, and the panel will be disconnected from Wi-Fi, but you can still wake-up the panel by pressing one of the hardware buttons (the left one in this example): + +```yaml +# Define the wake-up button. Use pin 14 for left button or pin 27 for right button +deep_sleep: + wakeup_pin: 14 + wakeup_pin_mode: INVERT_WAKEUP + +time: + - id: !extend time_provider + on_time: + - hours: 23 + minutes: 0 + seconds: 0 + then: + - deep_sleep.enter: + sleep_duration: 7h +``` + +You can find more ideas around this on [#955](https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/955). \ No newline at end of file diff --git a/docs/en/nspanel_blank.md b/docs/en/nspanel_blank.md new file mode 100644 index 0000000..a09cb1d --- /dev/null +++ b/docs/en/nspanel_blank.md @@ -0,0 +1,54 @@ +# `nspanel_blank.tft` + +The NSPanel consist in a ESP32 board (the panel itself, controlling the relays, buttons, communications, etc.) with a Nextion display connected to. + +This Nextion display have an independent controller which also requires a firmware and its settings (the basic layout), and this is done by an `.tft` file. + +When you get your panel from Sonoff, their `tft` file is installed in the Nextion display and using a called "Reparse mode", which makes a bit challenging to replace the `tft` file when using ESPHome and then, we highly recoment you using `nspanel_blank.tft`, which is just a fraction of the size of a regular `tft` and will make the first `tft` replacement much easier. You can find this file under the folder [`custom_configuration`](/custom_configuration). + +Once NSPanel's original `tft` is replaced, is much easier to install a new `tft` with ESPHome, so you can go directly to the final file (either `nspanel_eu.tft`, `nspanel_us.tft` or `nspanel_us_land.tft`). + +For more datails on how to install the first `tft` file, specially if your panel still displaying the original Sonoff screen, please refeer to the Wiki where you will find the doc ["Common Issues TFT Upload"](/wiki/(EN)-Common-Issues-TFT-Upload). + + +## How to install a different `tft` file? + +On your ESPHome settings, you have entered a url for `nextion_update_url`, in the substitutions, like this: + +```yaml +substitutions: + ###### CHANGE ME START ###### + device_name: "YOUR_NSPANEL_NAME" + wifi_ssid: !secret wifi_ssid + wifi_password: !secret wifi_password + + nextion_update_url: "http://homeassistant.local:8123/local/nspanel_us.tft" + + ##### addon-configuration ##### + ## addon_climate ## + # addon_climate_heater_relay: "1" # possible values: 1/2 + + ##### CHANGE ME END ##### + +packages: + remote_package: + url: https://github.com/Blackymas/NSPanel_HA_Blueprint + ref: main + files: + - nspanel_esphome.yaml # Core package + # - nspanel_esphome_addon_climate_cool.yaml # activate for local climate (cooling) control + # - nspanel_esphome_addon_climate_heat.yaml # activate for local climate (heater) control + refresh: 300s +``` + +This url will indicate where your panel will look for the `tft` file when you click the "Upload TFT" button (under device's page) or call the service `esphome.xxxxx_upload_tft`. + +The most popular way to switch between the `nspanel_blank.tft` and `nspanel_xx.tft` is replacing the URL on the ESPHome settings and flashing the device again, however, you can also do this calling the service `esphome.xxxxx_upload_tft_url` adding the URL of the alternative file as a parameter. It's up to you, as both ways will give the same result. + +## What to do after installing `nspanel_blank.tft`? + +![image](https://github.com/Blackymas/NSPanel_HA_Blueprint/assets/94725493/3b0bb950-4857-4c22-a53a-062d09f315dc) + +Once you have sucessfully installed any of the `tft` files from this project, the `nspanel_blank.tft` file shouldn't be necessary anymore and you should be able to always install the final `tft` file. + +Just make sure you flashed your panel with `nextion_update_url` pointing to one of the final files (`nspanel_eu.tft`, `nspanel_us.tft` or `nspanel_us_land.tft`) and click "Upload TFT" in the device's page (Settings > Devices & Services > ESPHome). diff --git a/nspanel_blueprint.yaml b/nspanel_blueprint.yaml index 014a353..2167b50 100644 --- a/nspanel_blueprint.yaml +++ b/nspanel_blueprint.yaml @@ -33,7 +33,7 @@ blueprint: 🎉 Roadmap can be found here: [Roadmap](https://github.com/Blackymas/NSPanel_HA_Blueprint/labels/roadmap) - ℹ️ Version: v4.0beta + ℹ️ Version: v4.0b2 source_url: https://github.com/Blackymas/NSPanel_HA_Blueprint/blob/main/nspanel_blueprint.yaml domain: automation @@ -3583,7 +3583,7 @@ trigger_variables: variables: ##### GENERAL ##### - blueprint_version: '4.0beta' + blueprint_version: '4.0b2' date_format_temp: !input 'date_format' #Avoid breaking change for existing users with legacy type format date_format: > @@ -4436,19 +4436,19 @@ variables: unavailable: Indisponible no_name: Sans nom alarm: - home: home - away: away - night: night - vacation: vacation - bypass: bypass - disarm: disarm + home: Présence + away: Absence + night: Nuit + vacation: Vacances + bypass: Bypass + disarm: Désarmée settings: - reboot: Reboot - sleep: Sleep - brightness: Brightness - bright: Bright - dimming: Dimming - dim: Dim + reboot: Redémarrage + sleep: Veille + brightness: Luminosité + bright: Clair + dimming: Atténuation #Not in use at the moment + dim: Sombre he: #Hebrew weekdays: mon: ינש @@ -5227,7 +5227,7 @@ variables: reboot: Reiniciar sleep: Dormir brightness: Brilho - bright: Normal + bright: Claro dimming: Escurecer dim: Escuro ro: #Romanian @@ -5382,24 +5382,24 @@ variables: sat: Sobota sun: Nedeľa weekdays_short: - mon: Mon - tue: Tue - wed: Wed - thu: Thu - fri: Fri - sat: Sat - sun: Sun + mon: Po + tue: Ut + wed: St + thu: Št + fri: Pi + sat: So + sun: Ne months: - jan: January - feb: February - mar: March - apr: April - may: May - jun: June - jul: July + jan: Január + feb: Február + mar: Marec + apr: Apríl + may: Máj + jun: Jún + jul: Júl aug: August sep: September - oct: October + oct: Október nov: November dec: December months_short: @@ -5407,9 +5407,9 @@ variables: feb: Feb mar: Mar apr: Apr - may: May - jun: Jun - jul: Jul + may: Máj + jun: Jún + jul: Júl aug: Aug sep: Sep oct: Oct @@ -5418,31 +5418,31 @@ variables: relative_day: today: Dnes tomorrow: Zajtra - in_2_days: o 2 dni - in_3_days: o 3 dni - in_4_days: o 4 dni + in_2_days: O 2 dni + in_3_days: O 3 dni + in_4_days: O 4 dni climate: states: - "on": zapnuté - "off": vypnuté - heat: kúrenie + "on": Zap. + "off": Vyp. + heat: Kúrenie please_confirm: Potvrďte, prosím - unavailable: Unavailable - no_name: No name + unavailable: Nedostupné + no_name: Bez názvu alarm: - home: home - away: away - night: night - vacation: vacation - bypass: bypass - disarm: disarm + home: Doma + away: Preč + night: Noc + vacation: Dovolenka + bypass: Bypass + disarm: Nechránené settings: - reboot: Reboot - sleep: Sleep - brightness: Brightness - bright: Bright - dimming: Dimming - dim: Dim + reboot: Reštartovať + sleep: Spánok + brightness: Jas + bright: Zosvetlenie + dimming: Stmavenie #Not in use at the moment + dim: Stmavenie sl: #Slovenian weekdays: mon: Ponedeljek @@ -5513,7 +5513,7 @@ variables: brightness: Osvetlitev bright: Svetlo dimming: Zatemnitev - dim: Zatemnjeno + dim: Temno sv: #Swedish weekdays: mon: Måndag @@ -5572,19 +5572,19 @@ variables: unavailable: Otillgänglig no_name: Inget namn alarm: - home: home - away: away - night: night - vacation: vacation - bypass: bypass - disarm: disarm + home: Hemma + away: Borta + night: Natt + vacation: Semester + bypass: Förbigå + disarm: Avaktivera settings: - reboot: Reboot - sleep: Sleep - brightness: Brightness - bright: Bright - dimming: Dimming - dim: Dim + reboot: Starta om + sleep: Vila + brightness: Ljusstyrka + bright: Ljust + dimming: Dimmning + dim: Dimma tr: #Turkish weekdays: mon: Pazartesi @@ -8985,8 +8985,10 @@ action: continue_on_error: true else: - if: - - '{{ nspanel_event.blueprint == nspanel_event.esphome }}' - - '{{ nspanel_event.blueprint == nspanel_event.tft }}' + - '{{ nspanel_event.blueprint.split(".")[0] == nspanel_event.esphome.split(".")[0] }}' + - '{{ nspanel_event.blueprint.split(".")[1] == nspanel_event.esphome.split(".")[1] }}' + - '{{ nspanel_event.blueprint.split(".")[0] == nspanel_event.tft.split(".")[0] }}' + - '{{ nspanel_event.blueprint.split(".")[1] == nspanel_event.tft.split(".")[1] }}' then: - service: persistent_notification.dismiss data: diff --git a/nspanel_esphome.yaml b/nspanel_esphome.yaml index c65a0e5..74786e4 100644 --- a/nspanel_esphome.yaml +++ b/nspanel_esphome.yaml @@ -8,7 +8,7 @@ substitutions: ##### DON'T CHANGE THIS ##### - version: "4.0beta" + version: "4.0b2" ############################# ##### WIFI SETUP ##### diff --git a/nspanel_eu.HMI b/nspanel_eu.HMI index ca15bbaafd6afd0b0cecd00feda3027e9941aa4f..2a8a46b5c4d1cda7904ccfb958414b192bde22e4 100644 GIT binary patch delta 1691 zcmd7Q`BzkR7{~GNy~Ds@27{tjn&GH8xlEwQ(E?M;$~MitMZvX1TNNR~l6Z0|3rfnd z)ZEH!As4J$S)rAvl}SZeF_vkIwn<9m*7AO2&T;+(?>VpceDBQt;d9R1#>#MfBdoM_ zR+|K0R=P2!rrel@N_V(R*gkpBS7~kYjm@W3Q`J6Uy{lt3&skgbx#jNFy=rZ}*DE8V z&~$a3{H^M6Qt!l=^t$>(6)ByjSM2wVDE0V)9-jppF2ul%SjXdwJF@$<7*Xo=2fcm^ zHe85-8?lbpAJ?$!bamRyJ`bb~7P%e@z$(DX{vGkV#GEgp&OJ$H;CYQ?dYiXJckZ&h>s{ ziuCQ_8rjX5W>(WVr#ml7-7w{rp!po?{D_DcIScmnf!UnvG*WloFyn#2d5pUsbyn||N!e+dS_wYWp zpaxs94cqYnKEy}Zfse5hwfF>|;xp9Yb9{ka_!3{?Yt$o*-S`IIVh_Hi~r`8Wm@IX*cz86M&s7R zYT`5=O}wU=<_t}9&6%16O`^uDNz$~?wA3VPT4`Eq+Gx(woUJ)W(^k_?bFQYn<~&V` zrh~?(>8R8wfBbkX=V=WDuZx@o#=dT0Wg3p8n(bWKl9FHMG~w^d!1nQ2Yg^FPDV BOCtaP delta 1673 zcmd7QiBnVs9KiAS_TaEuR@~G`3s$KuWtBq4sL&2OwJb(_EUC5Zpfb0jva;;^i=Aozf~Gg~`OfbhGw(O^URT4e)GnAq z8qGegq{3XoFg7(6xYpYT6fm1@%M2sd=Jicz!nl|Opp?pD3fHeluDUgDObr9nJUwyT&By_GD9ll8o5@k zlS-K>*Gpi-tgcR{w>_h%&^llXS|tnl%zEs}GK@L#d2+U4%#F_-KEtT7bw4wHkYV&N zyXVru{2uYSEXOcX|0%3(=*iKufps|i@$pKHs`vAjco

&}a>6-`)oLc+Q` z6V@$CShpl$-H8e7PD@y~Jicz_xLQx7fBWoKmo=ievbQy|xjNmNpHbCl?H(Q28i~$a zyTlCD=Lc~EYEX+gn2ULsj|I393sDEbBHV-!ZpJOR6^pS1x1khG zxEuH2UfhTKu>ud^K|F+q@d#F86&}TEtif75hR5*)or^cn9y|J#5AM_yF6m9qrhG53v&; z;bZJV2R^~4h+;QB!{^w8FYqP4!q@1;H~1FcVK2VNKE&_?e#B4c!q4~xzhXar!|(V5 z2kb-GG|8G2O{%7c<`B)Hn!_|MO`687>8VNA^wM}VhiiIk z`e^!Uj?iRij@0zi^w%7vIa-sc$25AOsax{L;5Y13c VuI2>IiJCmkFtepTKi`}h{Tq`rP{#lO diff --git a/nspanel_eu.tft b/nspanel_eu.tft index da1fa46b983accb9e259d3909ca160cead38839b..c7d0fcc3bfeccca7461cb7c85821b0d22d87ab28 100644 GIT binary patch delta 276 zcmWN=#Znbe002B7e1wSoXvTVhwHS0EP+Vab` z9lQ4IJ88JNy$~hF9TrcoW`+cj0~XDfSSJCjL!& G&3OkC25=?- delta 276 zcmWN=XHFAf007WHiy$BfvQ!Xc&mxG*RQ4)+D0>KHqyFFk#=M4ma0Zh8BP1r?p||mS z$$Px}7kLbS%aAD|D$5huay*qQPrhdg6nd^mu@_2|DpRh)ORv0EsmdGGYP?mePQ3<= znlx+Cs!h8NF`eG&((Sz-AAIyluRi?-3>xy;7sE!38Z&Ofq$$&8%!->cZ^5D^%T}yf zv+k>JHf-9mZO5)X`wkrXet+~Q9ZB3A-X_yW;c=J9=_I3HedA!S=dfy9qCN!v{9_x`XY0-P=!uKe&SJIU6NaMoOBbONM01D9Mu1GDgmm z^W_4`mJ8(~xmYfdOXV^dE0@a^a;4eY@Q-oO-rcIn1bg>WZQ9){^$ddG3MP&iz4F$+Ggb?yS~|iKaF8K;>{N z^-xvlf^E%ftniq!1ZzM{S$th}m&2;=D(!E}iOMR??3tma_ggzXX2|oHVVB1Y6Fg?f z_n4u;V}>G+8Kxa~hHl^L5MO2}oLv6@A-aRyjcqdy23UzxDw3@>=j>2-LwHGnS?7o@ zLpdsN7iPeTnW#h+?#4Z+Mh)&oEd;Z0AL?*F9>8qW<3T)xhcO3p@d)N&J|4wmSO5!; z;|VOpA}q#}Sc0W!z*Be{&!7>{;yFBz7w{rp!ZN&!CcJ`Iu^cPV3>Q{n6<&iItMNMC zz#6Q@n|KTB@HXDTyLb;RSdR^O9~1Zw(ff;1;72e&0x(Cja_q==4?%zW~gSECSH@ENz^21 jk~PCMBQ)n|QZ(mkQZ*wrX_|CRh9=Wo=ZGF-A zg{HBG3@Z^bwN|baQ6ZEfN-SksC{#j9=>2i$_zxVW7gB>y9VwabqR$dz)H zjFGW&wG_%VGET0Q@p7G9FB8NkMRJ1_%S5?RZjzhj7P(a>Nr~Jhx65RiBBgT2a{s2K z_O$eIE4)^HTfiDWBRcYl_oNs`Mf*IVr(smK&pX|Q5sZrL8QaS+;>^hG%iw2dpNo1M zMr`{$$@A}eNw{Wjpw?A4ugPX*b5OgWhJJS^|89Am3cx{ZGNk&Ezs2-S3fMh#mbvszBOfd zOyn->vkk-Be#fW*hH=amSw9}mTu{C*E8JmBa8#_ddxyWTwIw(!A>5Ey>N7+B)G|!P zG?e2`1aTKCP>H*752`R7Gf)k|y|@n{%*6eeh1qxj58@%rK@A?pT-4$bJc>G4cnptY z9-crwp2Sml8V#6_1$YJv@hqOhB0P^5@FEuDB{bq?EWuJVVHujS94qh&!gv)c@fucP zHD1RXSc5n57S>`N*5hrwgLkn3@8NxXfQ{IM53w0r@DV=7R(yg_u?^et8Ft`ve1R71 z#FyBG-S`Tv_!@iAhQ0U(-{L#$!+v~^AMhg%;2;j+CmhDl_yxb>2!6v+9K-K8jz91x z{+jJiHRnJRrHR(qGINzioBbk%gz zoUTdKbl04rIa8CQN!GYDDViRdzptC7Q%}uVnzJ=-%{iKMO)pJ`rnknU>7&WiWNG?p h`f0K?=W6NRsmp8&=bG@k$f diff --git a/nspanel_us.tft b/nspanel_us.tft index 4e79a46da6a9edd0d1c5d08dd1713228873ea2d1..df5cd4ebe5e448e6f5e21a3096c0f0a0d4b7466e 100644 GIT binary patch delta 281 zcmWN=M@|$_007WX1u3HRE~xY(MFD9lRZvi>bdaGddE{ldnLbBE?FSDpT&I3YA`Y z?TsqcYSgMzuR)_G&E9I!s!h9h-s{k*%Lm?E>;RMuoGM1A(M%y4qznSkP z-1a*&=l1?Cb{n2ak}M`gsx;{`WXh5)N3J}NJc8}QzsA;U&|Flx-Wk0yNb*%yvHZeB!DyyQF)#lx*|JKPC(!@Y1nJP7}U Wf5XG@C_KJOL??-VDI*Ux*Z%?R)qF?* diff --git a/nspanel_us_code/boot.txt b/nspanel_us_code/boot.txt index 4e2dea0..efb7e3b 100644 --- a/nspanel_us_code/boot.txt +++ b/nspanel_us_code/boot.txt @@ -134,7 +134,7 @@ Text tft_version Dragging : 0 Send Component ID : disabled Associated Keyboard: none - Text : 4.0beta + Text : 4.0b2 Max. Text Size : 8 Text esph_version diff --git a/nspanel_us_land.HMI b/nspanel_us_land.HMI index 4461f40fdbb992778961f7857a7957e75048622a..c8e2c1761adf06eebe50097c8c62a61f3a1972ef 100644 GIT binary patch delta 1556 zcmd_pNlX(_7zgk-&=y6b&x9UKJjg*}qP7-|aREWx_g!#>vWS4vDmsWjLHMxlyFPFO zQE;mpMMqo^MX`toD7YXBQ4bzW?AeR{OKWUQyqh@5Z|0kM^Jf0@1{34qulB z^e`BcQgzd2PiLOZWRqEmnlTAjn_e=v>ZLkom?pmWM&G^_GW$Nr9^B)hPmaN$GaG+R z!cnu`!a@uv9D0d4XKGsgGkv?yaVet8!b)AwbdCKn?{l?z9@(o*rHZnB$;g+uRpJu(fG?;(4H`w_evWVd$9Mktme0ABqY)g9 z;AjL#BRCqt(Fo4{od3iPcFz0HqtP^m#?m+np->u6VH8diD1s)^B$`Z9Xev#k=`@38 z(kz-yb7(HjqxrOe7SbYGOiL(|qG%~Cqvf=MR?;eprWi6(EX7egCD3Y0q&1X8$&^BC zX&t4KiOjT~Hc%REq)nBw$)+@w%Oz@YdO_M8(bZC_70oqrzSy5wt5TYaEU{YAc{Ve^ zYI4Ys4x1qZwm>FiDJDm@xUbGK3}_4ym-bl1%3NRf;`|uMSeB<=HHfinPyKE%V_SUO z_beX5n7`z%qlaR7d+L~BjP>-?Nv>t@sgsrBy_Q1*#qh7`Dsj1Z6IYMa4UY{L{YIMu zL{5`z6ns(I2oYYEr&aXza(f@~^5cdek-H;Pt7KPM64mO$GeJS2?x0&efj$NP4jSzh zw8Jat60e{!UO|msL6g0LrnrM14b2G9AYy!i{P&Dj{M?WOxv&-TARh<{U>jIrJM4g+ zunTs>9@q=}U_TsygK!8A!x1r+f&90%}cx3-ODSTp4XUSK9;CbpVkCbw8ZQ8|_5mf8p@ZK&0CslM42xfD)v z3n>vw>9`glOQ@7wQ;lAl$$KyOj@I}WIy0X+-}9X3Idi@r|6mJ-WSB zwO!t-)}KKx!PC;6Of_av=2ai++M*5@#)M>jU`UW~TrM_?DAx#~B41y9it*nI-YbhN z!rzy{?yVAzZ~cAd(qNNCe2?Kdd%eZ2(b>7Wv@kl~ptBluDpHdZIg^H56oXFNJX9j- z3?uv(^Cg{CVh4#GBzBP4L1G7q9VDH$c4#DQsF!q|VerEo%*8y+#{&3cAr`@a#aMy> zEX6V`M<9Z*0xJ=W5QJhCB!nRx5m=2#tU(mkVjb3F12!TWn-GIo7!ilf*n)U$#Wrk5 z0(Kw~N!W>Gn2>^9*o{3%MOuT|RHJY_eoU16DzeF8)tCn964^L z5ThJ9QU8BEN%?KFluVX?&CYPw&eHqD#ittOaegW8N^`XZW99Llxnq=$=zf2->@$$& zA;((sG>Q`0?-F1Q)9j=DluLP(PoM%iKvuHRK`Nv}beM|h2py$kbexK*gig>&Iz=*- z(rGHAGjx{D(RsQ+<#drQ(PgTjD^y8Ubd{><8eOLvxQ}-v1DTp{*B*dBC)Kj-^oloJPMD)lkhY=3(v!g@G?wNl3WE+=l;> z_xSHQ@)+Jrk}M)BMXEIEGQ5)MwJh0k1`X36sA1X3BTdX3Uy1Z^5D^%YIm~ zYR$TzHf-9mZO5)X`(h6MAO1;1j(^AgJ|qsqqwqL934evB;aPYdUWAw7Rd^lV#2*s3 L@pyFX_U`EgR*7-i diff --git a/nspanel_us_land_code/boot.txt b/nspanel_us_land_code/boot.txt index 4e2dea0..efb7e3b 100644 --- a/nspanel_us_land_code/boot.txt +++ b/nspanel_us_land_code/boot.txt @@ -134,7 +134,7 @@ Text tft_version Dragging : 0 Send Component ID : disabled Associated Keyboard: none - Text : 4.0beta + Text : 4.0b2 Max. Text Size : 8 Text esph_version