Schüco TipTronic Windows over KNX

I have 3 windows from Schüco with TripTronic motors that I have integrated via KNX.

I followed the guides at https://www.home-assistant.io/integrations/knx/ I have added the windows as covers.

I can open/close and stop the windows but I’m unable to set opening by percentage.

cover:
    - name: "Window Living Room 1"
      move_long_address: "1/1/1"
      stop_address: "1/1/6"
      position_address: "1/1/7"
      position_state_address: "1/1/4"
      invert_position: true
      device_class: "window"

Attached are the addresses I have received from the KNX installer.

I can slide the position slider but nothing happens.

When I open and close the windows I can see the current_position change so the position is reported back just fine. What am I missing in the config?

1 Like

this should be 1/1/5.
Im also not sure about stop_address what you have configured says “Funktionsauswahl” → “Select Function”. If it doesn’t work try removing this from config.

You have also configured invert: true - keep in mind that HA uses inverse % to KNX regarding open/closed percentages. In HA 100% is Open.

1 Like