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.
This commit is contained in:
@@ -26,7 +26,7 @@ Since in this update lots of input to the blueprint changed, we highly recommend
|
||||
- [(DE) HowTo - Alle wichtigen Dinge die man wissen sollte - Update](https://github.com/Blackymas/NSPanel_HA_Blueprint/wiki/(DE)-HowTo---Alle-wichtigen-Dinge-die-man-wissen-sollte#2-update-blueprint)
|
||||
|
||||
## Breaking changes
|
||||
1. New requirement: Home Assistant 2023.5.0 or later.
|
||||
1. New requirements: Home Assistant and ESPHome v2023.5.0 or later.
|
||||
2. Exisiting users will have o select again the language for the panel, otherwise English will be used to display strings.
|
||||
3. Removed entity `sensor.xxxxx_settings_entity` and service `esphome.xxxxx_set_settings_entity`.
|
||||
4. Due to the changes on the time display engine, you might have to select your time format again in the blueprint settings.
|
||||
@@ -44,7 +44,8 @@ Since in this update lots of input to the blueprint changed, we highly recommend
|
||||
9. New "Fan speed page" (#897)
|
||||
10. Select wake-up page (#898)
|
||||
11. Panel's local control
|
||||
|
||||
12. Embedded thermostat/heater (#917)
|
||||
|
||||
|
||||
## Details of all changes
|
||||
|
||||
@@ -112,8 +113,17 @@ We are trying to make your panel as autonomous as possible by moving some of the
|
||||
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)
|
||||
|
||||
- Embedded thermostat (see bellow)
|
||||
|
||||
|
||||
### 12. Embedded thermostat/heater
|
||||
Now you can use your panel to control a heater and let your ambient more confortable, and you will be able to control it locally even when your Wi-Fi is out or Home Assistant is unavailable.
|
||||
|
||||
===>>> Add documentation before release <<<===
|
||||
- How to enable
|
||||
- Substitutions
|
||||
|
||||
|
||||
## Next topics we are currently working on
|
||||
See here: https://github.com/Blackymas/NSPanel_HA_Blueprint/labels/roadmap
|
||||
|
||||
|
||||
Reference in New Issue
Block a user