Problem with KNX blinds

Hi, i currently switch from openhab to HA and now i will slowly move all my openhab items to HA.

My KNX blinds and jalousie are working - but one problem exists:

When i move the blind maybe down and i press the stop button on my HA dashboard, the blind stops and shortly after that, it makes a little step forward (or backward).

So the stop command is not only stop, it is stop and short move.

Anyone knows about this problem? Where is the error in my configurstion?

In Openhab and with my KNX switches directly, all works fine…

I have this KNX actuator: BMS MCU-09

Hi :wave:!
The stop command sends a single binary signal to whatever you have configured for stop_address or move_short_address. So check your configuration of these two keys.

When i move the blind and send a stop command, i get: 3/1/1 → true
Here the blind stops and after this a short movement is done.

When i move the blind and send a short move command, the blind stops and no more movement, i get 3/1/1 → 0

How can i change this in HA?

Short movement and stop is the same KNX Group Adress 3/1/1
Long Movement is 3/2/1

Just don’t configure a stop_address.

That´s the solution, thanks!