Hi, I use the KNX cover integration. There is a bug, at least since August 2019, but maybe since the integration exists.
Basic problem is, HA defines Closed as 0%, KNX defines Closed as 100% (at least most actuators). That’s why there are the options invert_position
and invert_angle
in the KNX cover config.
With these config options, the percentage values are correct, and my sliders in Loveloce work well. But the state is inverted (it says Closed when the cover is at 0%, but at 0% it’s open). And I have to press the “up” button if I want down and vice versa:
In the screenshot, the cover is open. Percentage is OK, State (“Geschlossen” means closed) is wrong, and I have to press the up-button to close it.
This bug is already described here:
But I want to ask you, if this is maybe the wrong place, as nobody took care of it. Can you tell me, where that should be fixed? In the KNX cover component, or in Lovelace, or in the Home Assistant Core itself?
Thank you