KNX Sensor - How to create binary motion sensor in HA?

First configure the event according to KNX - Home Assistant then use a trigger eg. Like that:

trigger:
  - platform: event
    event_type: knx_event
    event_data:
      destination: <your GA>

I have configured the event:

knx:
  event:
    - address:
        - "0/2/2"

Then added the trigger and action as per below but it gives the following error:

Edit: I know there is an error in the spelling - changed it and still got the same error. My KNX yaml can’t be wrong is it?

Right, I corrected the post above. Not that straightforward out of the head :rofl:

1 Like

IT WORKS!!!

Finally question for you, how do I use the presence sensor to turn it off? e.g. no movement detected?

Sorry thats a dumb questions haha I feel like doing this fried my brain.

That way imho.

1 Like

I’ll draft up a solution tomorrow morning so hopefully this helps someone in the future.

Thanks again man, appreciate all your help.

How did you solve it?

Yeah man I did. I’m on vacation in US at the moment but I get back on the 9th I’ll reply when I return.

1 Like

Could you share the solution? I have the same issue :slight_smile: