Cover - Position not send to UI

Hi guys,

Strange Phenomenon: One of my (KNX) blinds is sending the right position to Lovelace. No matter how I control the blinds (Wallswitch, Tablet or phone)
The other blindes didn’t send the position despite the right addresses.

Here the code from the one which works:

- platform: knx
    name: "Wohnzimmer Jalousie rechts"
    move_long_address: '2/0/4'
    move_short_address: '2/1/4'
    position_address: '2/2/4'
    position_state_address: '2/4/4'
    travelling_time_down: 62
    travelling_time_up: 62

And here from one which doesn’t

  - platform: knx
    name: "Schlafzimmer"
    move_long_address: '2/0/8'
    move_short_address: '2/1/8'
    position_address: '2/2/8'
    position_state_address: '2/4/8'
    travelling_time_down: 25
    travelling_time_up: 25

Any Ideas?

In the second one there is 2 space more in front of each lines. Maybe this?

Sadly it just is looking like there are additional spaces. There aren’t. It’s getting more and more mysterious as I included the last blinds which where showing the states properly.

So I can say that the blind on the ground floor sending state the ones on the first floor not.

Hum. Nothing in the logs?

Did you try to reverse the order in your configfile? Just to see if this also invert the one working?

Hi!

Sorry for the late reply. Kids are both sick :frowning:

Nothing in the logs. Invert is the same. A friend of mine assumes that the shutters aren’t completely configured. Maybe that i have a GA for positions but nothing is send to it…