KNX Setup - beginners question

Hi,

Just starting with HA (coming from OH) but I’m struggling with the KNX setup.

I’m already connected to my KNX gateway and I see my first “light” in HA, so, that’s working (YES! :slight_smile: )

I have the following in my configuration file.

knx:
  tunneling:
    host: "192.168.0.xxx"
    port: 3671
  
  light:
    - name: Office-Light
      address: "0/0/61"
      state_address: "0/0/62"

When running HA, I can see my entity “Office light” and I can add this to my screen.
But, it doesn’t do anything. (the light stays off) (And in my home, when the light is on, it doesn’t change things in HA.

Now my question:
What do I need to do to read the values from KNX so in my HA, the light will “turn on”. and If I click on my light, how can I update the group address in my KNX system?

Many thanks for all the help!

Regards,
Hans

The config looks fine. Should work as is.
Can you see telegrams coming from HA in ETS? Do you use line couplers with filters?

Are you sure? Are there any knx related messages in the logs?

Well, I have 1 KNX IP gateway (for 1 connection). So, I’ve set this connection up, and in my ETS I can’t connect to the gateway because of the connection from HA. So I can’t monitor my bus from the ETS.

okay, I found a solution.

My HA was installed in docker (Synology), and I found that some network settings needed to be changed.
The connection to KNX was okay, but HA couldn’t send & receive the data.

My solution: re-install of HA in docker and in the network settings, check the checkbox for taking the same network settings as docker. After that, everything works and I can explore the possibilities of HA :wink: