panhans / HomeAssistant

Home Asisstant related stuff like blueprints for automations and scripts.
102 stars 28 forks source link

Climate does not turn off when room temperature exceeds target temperature during heating (worked in version 4, broken in version 5) #84

Open KeszeiTheOne opened 6 days ago

KeszeiTheOne commented 6 days ago

I have been using the "Advanced Heating Control" automation blueprint, and I noticed that after updating from version 4 to version 5, the climate no longer turns off when the room temperature exceeds the target temperature during heating mode. This functionality worked perfectly in version 4, but after the update, it stopped functioning as expected.

Configuration:

Here is the YAML configuration I am using:

alias: 🔥 Advanced Heating Control - Heating
description: ""
use_blueprint:
  path: panhans/heating_control.yaml
  input:
    input_temperature_eco: input_number.climate_eco_temp
    input_trvs:
      - climate.climate_name
    input_temperature_sensor: sensor.home_avg_temp
    input_temperature_comfort: input_number.climate_comfort_temp
    input_off_if_above_room_temperature: true
    input_persons:
      - person.name_1
      - person.name_2
    input_proximity: 4nse52bbv5pw0b3qofn8ybftib0dxw2r
    input_liming_protection: true
    input_mode_outside_temperature: weather.forecast_home
    input_mode_room_temperature: false
    input_calibration_generic: false
    input_aggressive_mode_calibration: false
    input_temperature_eco_static: 20
    input_generic_calibration_offset: 0
    input_calibration_rounded_values: false
    input_calibration_delta: 0
    input_aggressive_mode_offset: 0

Steps to Reproduce:

  1. Set up the "Advanced Heating Control" blueprint.
  2. Configure it to turn off the climate when the room temperature exceeds the target temperature during heating.
  3. Observe that the climate does not turn off when the room temperature goes above the target temperature.

Expected Behavior: The climate should turn off when the room temperature exceeds the target temperature during heating mode, as it did in version 4.

Current Behavior: The climate remains on, even when the room temperature is above the target temperature.

Version Information:

Additional Information: Please let me know if you need any logs or further information to help troubleshoot this issue.

panhans commented 6 days ago

Thanks for reporting! Please check out the latest version and have another test. Feel free to give some feedback if your issue is solved.