Trouble with KNX Integration and Cover

Hi all,

hope it is only a short problem i have.

I have added into the configuration.yaml
the following line:

knx: !include knx.yaml

And now i started to add things into the new created knx.yaml file.
Some of them are working - Some not.
As example the Cover part is not working and i do not see the issue:

# Rollladen / Jalousien
cover:
  - name: "Room 1"
    move_long_address: "3/0/0"
    move_short_address: "3/0/1"
    stop_address: "3/0/4"
    position_address: "3/0/3"
    position_state_address: "3/0/2"

  - name: "Room 2"
    move_long_address: "3/0/0"
    move_short_address: "3/0/1"
    stop_address: "3/0/4"
    position_address: "3/0/3"
    position_state_address: "3/0/2"

  - name: "Room 3"
    move_long_address: "3/0/0"
    move_short_address: "3/0/1"
    stop_address: "3/0/4"
    position_address: "3/0/3"
    position_state_address: "3/0/2"

  - name: "Room 4"
    move_long_address: "3/0/0"
    move_short_address: "3/0/1"
    stop_address: "3/0/4"
    position_address: "3/0/3"
    position_state_address: "3/0/2"

  - name: "Room 5"
    move_long_address: "3/0/0"
    move_short_address: "3/0/1"
    stop_address: "3/0/4"
    position_address: "3/0/3"
    position_state_address: "3/0/2"

  - name: "Room 6"
    move_long_address: "3/0/0"
    move_short_address: "3/0/1"
    stop_address: "3/0/4"
    position_address: "3/0/3"
    position_state_address: "3/0/2"

  - name: "Room 7"
    move_long_address: "3/0/0"
    move_short_address: "3/0/1"
    stop_address: "3/0/4"
    position_address: "3/0/3"
    position_state_address: "3/0/2"

Could anyone please help me why iam not finding these covers in entitys or as other object - or is their something missing why this is not creating them correctly?

If i check other identitys - For example “light” they are working.

Thanks

Hi :wave:!
Those all use the same group addresses. That is not possible.

Oh my godnes. That was the problem of the test.
Thanks for that.