Knx Switch - multifunction programming?

Hello guys.
I’m totally new at this platform, but so far seems pretty cool :slight_smile:

I have a Knox installation with switches around, however they don’t have a program where they both can have different short presses - like 1,2,3 or 4 times and do different things together with long press for dimmer control…

Is there a feature for this or something that must be programmed in a script?

You can define a binary_sensor and use the counter attribute for multi-presses.
See KNX - Home Assistant

Long press would require your button to send (preferably different) payloads on press and release - and then some automation to interpret it.