I have a thermostat that controls my bathroom floor heating, so temperatures tend to be higher than your normal room temperatures (50-90 F is the typical range). However, whenever I attempt to set the temperature via climate.set_temperature
to anything above 75F, I get an error:
But if I inspect the entity, I can see the max_temp
value is correctly set to 100:
hvac_modes:
- "off"
- auto
- heat
- cool
min_temp: 50
max_temp: 100
target_temp_step: 3
current_temperature: 74
temperature: 75
hvac_action: "off"
unknown_104: 0
unknown_109: false
unknown_112: 0
unknown_113: 50
friendly_name: Master Bathroom Floor
Does anybody know why the min and max temps are ignored, and the new range of 12.0-75.0 is being applied?
This is part of a Tuya Local integration, if that’s relevant. Thanks!