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

disable Heat/Cool Mode #215

Closed
mbrevda opened this issue Jun 10, 2024 · 6 comments
Closed

disable Heat/Cool Mode #215

mbrevda opened this issue Jun 10, 2024 · 6 comments

Comments

@mbrevda
Copy link

mbrevda commented Jun 10, 2024

Is it possible to (add an option to) disable Heat/Cool Mode? I.e. the thermostat should support heat or cool, but not Heat/Cool? Thanks!

@swingerman
Copy link
Owner

Yes. If you don't set heat_cool_mode: true. Exactly that should happen.

@mbrevda
Copy link
Author

mbrevda commented Jun 10, 2024

Thanks! It seems the climate entity is nevertheless being set with a target_temp_low and a target_temp_high attribute, causing the thermostat to have two temperatures (although no heat/cool mode). Can that be disabled, too?

Screenshot 2024-06-10 at 6 19 37 PM

@swingerman
Copy link
Owner

Please try to omit those attributes too.

@mbrevda
Copy link
Author

mbrevda commented Jun 10, 2024

I don't have them set - is there another way to remove them?

- platform: dual_smart_thermostat
  name: Boys Room
  heater: switch.boys_room_radiator
  cooler: switch.boys_room_air_conditioner
  target_sensor: sensor.boys_room_temperature_temperature
  min_cycle_duration: 60
  precision: .5
  min_temp: 20
  max_temp: 25
  away:
    temperature: 15

@mbrevda
Copy link
Author

mbrevda commented Jun 10, 2024

I cleared it for now by editing the entities attributes from the dev tools. Will that survive a reload?

@swingerman
Copy link
Owner

It should

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants