-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Cover: Percentage Displayed wrong / inversed #23904
Comments
Frontend is just going to follow the percentage in the If the attribute is not as you expect, you'll have to take that up in core. |
Not sure if core would be the right place to address this, as the actual "position" of the sliders is correct, i.e. attributes currently state 100 for fully open blinds, sliders all to the top. This equals 0 on the bus. So basically, frontend needs to be able to interpret the value "different"? |
Home assistant global definition for covers has defined for covers 100% to mean fully open and 0% to be fully closed. https://developers.home-assistant.io/docs/core/entity/cover/#properties This is not going to be changed on the frontend. |
Well, this can't be addressed on the backend / core. (Not alone) Because for both cases, 100=close and 100=open, the slider needs to be "up position", we can agree. So, the (Nobody said, it would be easy :) ) The label basically needs to reflect the "actual_control_value" all the time, while the slider needs to become aware, this could be done by:
|
Checklist
Describe the issue you are experiencing
I'm controlling some blinds (via knx) which have the following operation-constraints for both,
position
andangle
:Control works as expected, when attempting to close the blinds, 100% is send to knx, however the UI still shows the percentage-tooltip
as 0% for "closed" and 100% for "opened":
Applies for both sliders,
position
andangle
.Describe the behavior you expected
ToolTip should indicate the value actually beeing "send":
Steps to reproduce the issue
View the percentage-tooltip of a blind configured like:
What version of Home Assistant Core has the issue?
2025.1.2
What was the last working version of Home Assistant Core?
No response
In which browser are you experiencing the issue?
Any
Which operating system are you using to run this browser?
Any
State of relevant entities
Problem-relevant frontend configuration
Javascript errors shown in your browser console/inspector
Additional information
No response
The text was updated successfully, but these errors were encountered: