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