From eca63e0ab6596dcdd30217a07786056ceb099b0c Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Mon, 9 Feb 2026 13:29:18 -0500 Subject: [PATCH] Simplify downstairs cool gating Keep downstairs cooling decisions in script; avoid duplicate logging. --- config/packages/climate.yaml | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/config/packages/climate.yaml b/config/packages/climate.yaml index f48fc4e4..a7226248 100644 --- a/config/packages/climate.yaml +++ b/config/packages/climate.yaml @@ -368,21 +368,6 @@ automation: entity_id: binary_sensor.powerwall_grid_status state: 'on' action: - - choose: - - conditions: - - condition: numeric_state - entity_id: sensor.pirateweather_temperature - below: 75 - sequence: - - service: script.send_to_logbook - data: - topic: "CLIMATE" - message: "Skipping downstairs cool mode (outside temp <75F)." - default: - - service: climate.set_hvac_mode - data: - entity_id: climate.downstairs - hvac_mode: cool - service: script.set_downstairs_target_temp_based_on_conditions # Set thermostats to eco mode when everyone is away @@ -450,21 +435,6 @@ automation: data: entity_id: climate.downstairs preset_mode: 'none' - - choose: - - conditions: - - condition: numeric_state - entity_id: sensor.pirateweather_temperature - below: 75 - sequence: - - service: script.send_to_logbook - data: - topic: "CLIMATE" - message: "Skipping downstairs cool mode (outside temp <75F)." - default: - - service: climate.set_hvac_mode - data: - entity_id: climate.downstairs - hvac_mode: cool - service: climate.set_hvac_mode data: entity_id: climate.upstairs