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

"latest beta" unable to set hvac mode after selecting preset #178

Closed
rrterrorr opened this issue May 1, 2024 · 5 comments · Fixed by #179
Closed

"latest beta" unable to set hvac mode after selecting preset #178

rrterrorr opened this issue May 1, 2024 · 5 comments · Fixed by #179
Assignees
Labels
bug Something isn't working

Comments

@rrterrorr
Copy link

rrterrorr commented May 1, 2024

off and heat/cool = working fine<

Kan service climate/set_hvac_mode niet aanroepen. 'FeatureManager' object has no attribute '_saved_target_temp_low'

climate:

  • platform: dual_smart_thermostat
    name: Climate Remo
    heater: switch.verwarming
    cooler: switch.airco
    heat_cool_mode: true
    target_sensor: sensor.temp
    floor_sensor: sensor.temp
    max_floor_temp: 26
    min_floor_temp: 10
    fan: switch.fan
    fan_hot_tolerance: 0.5
    target_temp_step: 0.5
    precision: 0.1
    min_temp: 9
    max_temp: 32
    target_temp: 20
    cold_tolerance: 0.2
    hot_tolerance: 0.2
    initial_hvac_mode: "off" # hvac mode will reset to this value after restart
    away:
    temperature: 12
    target_temp_low: 12
    target_temp_high: 22.5
    home:
    temperature: 20
    target_temp_low: 19
    target_temp_high: 20.5
    sleep:
    temperature: 17
    target_temp_low: 17
    target_temp_high: 21
    eco:
    temperature: 19
    target_temp_low: 19
    target_temp_high: 21.5
@rrterrorr
Copy link
Author

  • heat
  • cool
  • fan

are not working

@rrterrorr
Copy link
Author

image
As you can see in the image, there is something else going on. If the temperature is close to the desired setting, the mode goes from fan to air conditioning mode. I also removed the presets and then the HVAC Select works again

@swingerman swingerman self-assigned this May 3, 2024
@swingerman swingerman added the bug Something isn't working label May 3, 2024
@swingerman
Copy link
Owner

image As you can see in the image, there is something else going on. If the temperature is close to the desired setting, the mode goes from fan to air conditioning mode. I also removed the presets and then the HVAC Select works again

I think its the fan_hot_tolerance working.

@swingerman
Copy link
Owner

Please check v0.9.6.beta-7

@rrterrorr
Copy link
Author

rrterrorr commented May 3, 2024 via email

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

Successfully merging a pull request may close this issue.

2 participants