From 35f09a5582cb0ddab8c188f556f30752202f9ba6 Mon Sep 17 00:00:00 2001 From: Andy Thomas Date: Thu, 11 Jan 2024 08:43:35 +0100 Subject: [PATCH 1/3] bugfix for embedded climate/cool functionality --- nspanel_esphome_addon_climate_cool.yaml | 4 ++-- nspanel_esphome_addon_climate_dual.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nspanel_esphome_addon_climate_cool.yaml b/nspanel_esphome_addon_climate_cool.yaml index a0c5471..476a4e5 100644 --- a/nspanel_esphome_addon_climate_cool.yaml +++ b/nspanel_esphome_addon_climate_cool.yaml @@ -19,8 +19,8 @@ climate: - id: !extend thermostat_embedded min_cooling_off_time: ${min_off_time}s min_cooling_run_time: ${min_run_time}s - cool_deadband: ${heat_deadband} ${temp_units} - cool_overrun: ${heat_overrun} ${temp_units} + cool_deadband: ${cool_deadband} ${temp_units} + cool_overrun: ${coll_overrun} ${temp_units} cool_action: - switch.turn_on: relay_${cooler_relay} preset: diff --git a/nspanel_esphome_addon_climate_dual.yaml b/nspanel_esphome_addon_climate_dual.yaml index 3aab707..01750ba 100644 --- a/nspanel_esphome_addon_climate_dual.yaml +++ b/nspanel_esphome_addon_climate_dual.yaml @@ -18,8 +18,8 @@ climate: min_heating_off_time: ${min_off_time}s min_cooling_run_time: ${min_run_time}s min_heating_run_time: ${min_run_time}s - cool_deadband: ${heat_deadband} ${temp_units} - cool_overrun: ${heat_overrun} ${temp_units} + cool_deadband: ${cool_deadband} ${temp_units} + cool_overrun: ${cool_overrun} ${temp_units} heat_deadband: ${heat_deadband} ${temp_units} heat_overrun: ${heat_overrun} ${temp_units} cool_action: From c7fd54570184478319362462fa74cdcc9f6929a3 Mon Sep 17 00:00:00 2001 From: Andy Thomas Date: Thu, 11 Jan 2024 08:59:44 +0100 Subject: [PATCH 2/3] corrected typo --- nspanel_esphome_addon_climate_cool.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nspanel_esphome_addon_climate_cool.yaml b/nspanel_esphome_addon_climate_cool.yaml index 476a4e5..2fdc006 100644 --- a/nspanel_esphome_addon_climate_cool.yaml +++ b/nspanel_esphome_addon_climate_cool.yaml @@ -20,7 +20,7 @@ climate: min_cooling_off_time: ${min_off_time}s min_cooling_run_time: ${min_run_time}s cool_deadband: ${cool_deadband} ${temp_units} - cool_overrun: ${coll_overrun} ${temp_units} + cool_overrun: ${cool_overrun} ${temp_units} cool_action: - switch.turn_on: relay_${cooler_relay} preset: From cb840c53a818006ce1d4c65a9b0691844d1a6831 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Thu, 11 Jan 2024 10:55:43 +0100 Subject: [PATCH 3/3] Update ReleaseNotes.md --- ReleaseNotes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 128b269..92934f5 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -335,7 +335,9 @@ Discover what's next and what we are working on right now in our [Milestones](ht - @bluefoxlee - For the CJK fonts and all the support with #1359 - @Floppe - Fix entity pages labels, #1455 - @tikismoke - Customization guide: Exposing relay fallback switch to Home Assistant, #1537 -- @andythomas - Allow to set upper and lower set points for embedded thermostat, #1573 +- @andythomas: + - Allow to set upper and lower set points for embedded thermostat, #1573 + - Bugfix for embedded climate/cool functionality, #1587 - And to all users who helped with the tests during development and beta. ## Previous releases