Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] - Thermostats wrongly remain in TARGET_TEMPERATURE_RANGE mode #299

Open
mat1990dj opened this issue Oct 3, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@mat1990dj
Copy link

I have a thermostat that was previously defined as heat_cool_mode: true with a target_temp_high and target_temp_low.
I no longer want to use that thermostat in heat_cool_mode so I replaced the two target temperatures by a single target temperature, and changed heat_cool_mode to false.
The thermostat still has a prev_target_temp_low and prev_target_temp_high and is still anounced as supported_features: 402 which makes it have a target_temp_high and target_temp_low temps.
I would like the thermostat to be reported as a supported_features: 401 and the min/max target temperatures to be removed as I no longer want to use this thermostat in this mode.

Config:

  - platform: dual_smart_thermostat
    name: Kitchen
    unique_id: kitchen
    heater: input_boolean.heat_request_kitchen
    cooler: input_boolean.cool_request_kitchen
    target_sensor: sensor.kitchen_temperature
    humidity_sensor: sensor.kitchen_humidity
    heat_cool_mode: false
    target_temp: 75
    initial_hvac_mode: "off"
    min_temp: 60
    max_temp: 85
    precision: 1
    cold_tolerance: 0.1
    hot_tolerance: 0.1
    min_cycle_duration:
      seconds: 30
    keep_alive:
      minutes: 1
    eco:
        #En esa habitacion ECO
        temperature: 68
        #temperature: 80
    home:
        #No en esa habitacion
        temperature: 66
        #temperature: 82
    comfort:
        #Normal caliente/frio
        temperature: 70
        #temperature: 78
    away:
        #Fuera de casa menos de 24h
        temperature: 60
        #temperature: 85
    anti_freeze:
        #Fuera de casa por períodos largos
        temperature: 40
        #temperature: 95

reported states:
image

@swingerman swingerman self-assigned this Oct 7, 2024
@swingerman swingerman added the bug Something isn't working label Oct 7, 2024
@swingerman swingerman changed the title Thermostats wrongly remain in TARGET_TEMPERATURE_RANGE mode [bug] - Thermostats wrongly remain in TARGET_TEMPERATURE_RANGE mode Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants