Double-Tap Action to steere KNX

Dear Experts,

Using a card to open and close my garage doors. To prevent to do this by acident i put this into a card using the double tap.

Whilte this is working greast with MQTT → and the ESP32 controlers, I faild to steer in the same way a dooropener that is connected to KNX.

How it works with the MQTT <-> ESP32

entity: switch.tor1
name: Tor
tap_action:
action: none
double_tap_action:
action: toggle
type: entity-button

How it does not work with the KNX entity (no measage on the KNX bus):

entity: switch.haustuere
name: Tür
icon: mdi:door
tap_action:
action: none
double_tap_action:
action: toggle
type: entity-button

Is it because of toggle does not work with KNX or do I need to define services…?
I Would appreciate your hints.

Btw: The door opener works via Node Red → KNX works proper. There I send a “true” to open (config on KNX is not the issue).

THX M

How is switch.haustuere defined?

Please wrap code and yaml in tripple backticks (```) for multiline or single for inline.

1 Like

Dear Fabio,

thank you for your quick answer.

Problem and solution found due to your questions.
I somehow created two entities, one with a “_2”.

Updated my Card with the “entity_2” and it worked.
Sorry, and great thanks for asking the right questions.

Michael

1 Like