Knx shutter stop don't work

Hi, I can’t get the stop command to work via GUI. Where am I wrong?

- name: "knx tapparella sala uscita terrazzo nord"
  move_long_address: "2/0/4"
  stop_address: "2/0/5"
  position_address: "2/0/7"
  position_state_address: "2/0/6"
  travelling_time_down: 30
  travelling_time_up: 30

Immagine 2024-01-16 103604

Thanks

Hi :wave:!
This probably depends on your actuators settings.
If you hit the “Stop” button a “1” payload is sent to that address. Is this what your actuator expects to stop a movement?

Hi, sorry I’m only replying now but I didn’t receive notifications, I need to review the settings.
You are right, the manual says that a 0 makes the stop.
Do you know how I can correct it from hoem assistant?
Thanks
The communication object “shutter up/down” is used to move the shutter. Thereby is to consider that a logical “0” starts the up-
movement and a logical “1” starts the down-movement. The communication object “Stop” is used to stop the current movement
of the shutters. The object stop can be called by a logical “0” .

It’s quite unusual that it only triggers on a 0 payload. Maybe there is a setting in the actuator to change that. If not, do some kind of logic that inverts the 1 from HAs stop to the 0 you need.

1 Like