simple-thermostat
simple-thermostat copied to clipboard
Error when adjusting temp and hiding a setpoint
Describe the bug
When you hide either the high or low setpoint and try to adjust the set point, an error occurs:
Failed to call service climate/set_temreture. some but not all values in the same group of inclusion 'temerature' @ data[
Expected behavior When hiding one of the set points, you should be able to still adjust the setpoint of unhidden setpoint.
# The least ammount of code possible to reproduce my error
type: custom:simple-thermostat
header: false
entity: climate.ac_zone_thermostat
setpoints:
target_temp_low: null
target_temp_high:
hide: true
Screenshots
Browser
- OS: iOS/Windows
- Browser: Chrome/Firefox/Mobile app
- Simple Thermostat version from browser console: 2.5
- Home Assistant version: 9.4
Same error here.
Just to pile on with expected behaviour... it would be extremely handy to have an "offset" or "differential" setting when hiding one of the setpoints. Then you could adjust one while keeping the other within a set temp difference of the visible setpoint.
Same error here as well - looks like the high setpoint just still needs to be passed as well when hidden and adjusting the low setpoint
Same here, rats nest so no idea where to start
Uncaught (in promise)
Object { code: "invalid_format", message: "some but not all values in the same group of inclusion 'temperature' @ data[
Is the original author maintaining this? I can't get it working and its quite frustrating. I know other people are using this without incident so I am really confused what is going on.