Closed
Description
Home Assistant release (hass --version
): 0.53.1
Python release (python3 --version
): 3.5
**Component/platform:**cover/knx
Description of problem: When the invert switch for position (and most likely also angle) is used, up/down isn't working anymore if position is 0 or 100%.
The cause for this seems to be an incorrect reporting of the position to HASS. HASS thinks, the cover is close when it is open and open when it is closed when the invert switch is used.
Expected:
Position should be reported inverted when the invert switch is set to true.
Problem-relevant configuration.yaml
entries and steps to reproduce:
- platform: knx
552A
name: Jalousien
move_long_address: 2/0
move_short_address: 2/1
position_address: 2/2
position_state_address: 2/4
angle_address: 2/3
angle_state_address: 2/5
invert_position: True
invert_angle: True
Additional info:
Metadata
Metadata
Assignees
Labels
No labels