Control KNX relay from HA

Good afternoon (o;

For a test how to integrate KNX into HA I have an IP KNX gateway here which was recognized fine within HA…

Now I added a simple KNX relay to the TP line and set its address to 1/1/1, all fine so far…
But from within HA I can’t control the relay at all though I see bus activity.

knx:
  switch:
    - name: "Light Workshop"
      address: "1/1/1"

In ETS6 software I see that KNX devices have channels, like channel A, and several numbers under it…

So how should it work to simply switch a relay from HA?

thanks in advance
richard

Hi :wave:!
You have a Knx device with address (individual address IA) 1.1.1
This is not group address (GA) 1/1/1

In Knx there is no communication on IA level, except for device configuration. I’d recommend to do a basic Knx course (eg. from Knx.org) to get a better understanding how it works and how to use ETS.