KNX switch sends pulse

Hi everybody,

I have a KNX switch which is configured to send the value 10 on a short press and the value 100 on a long press.

If I do 3
short presses on the button I have my 3 telegrams in the KNX bus monitor. On the other hand in home assistant I only have one event.

If I do a short press, a long one then a short one, I have my 3 events in home assistant.

how can I make my 3 short presses visible in HomeAssistant?

Thank you for help :slight_smile:

Use actual events (knx_event see knx documentation) instead of a switch.
Switch entities are for stateful switches, not for momentary.

1 Like