8000 KNX cover: up/down not working when invert switch is used · Issue #9414 · home-assistant/core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
KNX cover: up/down not working when invert switch is used #9414
Closed
@ghost

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0