Replies: 2 comments 2 replies
-
After some more thinking, the deadband would probably be the inverse of the image, where there's a 3°F buffer (or whatever the thermostat's minimum is) on each side of the temperature slider. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I guess before the frontend could do this, there would need to be an attribute available in the climate entity that describes the properties of the deadband? I don't believe there is such a thing that the frontend could read. Have you considered raising this in home-assistant/architecture? ? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there - I've been working on implementing the minimum setpoint deadband value into the Matter integration recently. While messing with the UI to test it, I think it would be interesting to integrate this value to show (or prevent) the user from ever entering a value within the deadband.
For example (pardon my mockup), when a user selects either the heat or the cool target temperature, a dynamic visual between the two temperature ranges will appear to show the user where the deadband lives.
On my thermostat, my minimum setpoint deadband is 3°F, meaning if I try to set the target cool temperature on the right to 73°F or 74°F, I will get an error. It's basically a 'dead zone', meaning these two target temperatures have to have 3°F of range between them.
Beta Was this translation helpful? Give feedback.
All reactions