I have desperately tried for days to create an automation based on KNX events. I am trying to turn on a lamp based on this event:
variables:
trigger:
id: "0"
idx: "0"
alias: null
destination: 0/7/1
destination_name: ""
direction: Outgoing
dpt_main: null
dpt_sub: null
dpt_name: null
payload: true
source: 0.0.0
source_name: Home Assistant
telegramtype: GroupValueWrite
timestamp: "2025-02-20T10:07:29.836215+01:00"
unit: null
value: null
context: null
… and turn off the same lamp for this event:
variables:
trigger:
id: "0"
idx: "0"
alias: null
destination: 0/7/1
destination_name: ""
direction: Outgoing
dpt_main: null
dpt_sub: null
dpt_name: null
payload: false
source: 0.0.0
source_name: Home Assistant
telegramtype: GroupValueWrite
timestamp: "2025-02-20T10:07:29.836215+01:00"
unit: null
value: null
context: null