Trigger from KNX to a HA button

Hello. New to HA I have tried doing somethins simple here, and tried searching for the answer without luck.

In HA i have this. button.resume_charging. and I want to trigger this when I in KNX send a “1” from a DPT 1.017 trigger.

I tried writing the automation.yaml like this but nothing happens:

  • alias: Zaptec - Resume Charging
    trigger:
    platform: event
    event_type: knx_event
    event_data:
    address: “13/1/2”
    datatype: 1.017
    action:
    service: homeassistant.turn_on
    entity_id: button._resume_charging

Hi :wave:!

Watch this https://youtu.be/O3p3dISvTtI
or have a look here Knx trigger doesn't work
and here Automatisation of Shelly Shutter - activated with KNX GA - #6 by farmio

Also I think you want the button.press service, instead of homeassistant.turn_on.