KNX - Looking for basic step by step guide

Hi @JensVanhooydonck.

It works. The “Conn Up” button on the device opens another possible connection. ( Up to 5 )
After a reboot, the initial state comes back. So only one connection is openend.
Has anyone a solution for this?

Hi!

I did the connection between HA and KNX successfully, nevertheless I have a problem with the detector sensors…It does not work now. Is there anybody that know how combine both functions (switch lights from HA and swith lights with the detector)?

This is my configuration.yaml:

knx:
tunneling:
host: ‘192.168.0.9’
port: 3671
local_ip: ‘192.168.0.175’
light:
# Office light
- platform: knx
name: ‘Office’
address: ‘11/1/4’
state_address: ‘11/5/4’

#Meeting room lights
- platform: knx
  name: 'meeting room'
  address: '11/1/80'
  state_address: '11/5/80'
  brightness_address: '11/2/80'
  brightness_state_address: '11/3/80'

Thanks!

Hi,
I have a knx system, and bought 721 knx\ip interface

this knx\ip interface need a knx programmation or i can only connect it on the BUS?

THANKS

I need your support to configure my KNX climate, I read and tried many of the option i viewed in the forum, I couldn’t set this up.

The wording I have in my system is different from the one in home assistant, appreciate your support.

Lounge Actual Temp_A3 1/4/48

Lounge Set-Point Temp_A3 1/4/49

Lounge Automatic_A3 1/4/50

Lounge Status Auto_A3 1/4/51

Lounge Manual Speed_A3 1/4/52

Lounge Speed Monitor_A3 1/4/53

Lounge PI Monitor_A3 1/4/54

Lounge Cooling ON OFF_A3 1/4/55

Lounge Comfort Status_A3 1/4/56

Lounge Instantaneous Set-Point Temp_A3 1/4/57

Lounge FC Status_A3 1/4/58

May I use this thread here to also ask a KNX specific question? I want to use a xknx.yaml config file, just to have everything knx related in one place.
Now I am wondering how I can set a friendly name for a device?
Here’s what my config looks like currently. I did try to use the keyword ‘name’, but that did’t work.
Home-Assistant still calls my light light.entry_light. Is there a way to change that?

Thank you,
Cheers Georg

general:
    own_address: '15.15.249'

connection:
    tunneling:
        gateway_ip: '192.168.1.113'
        gateway_port: 3671
        local_ip: '192.168.1.9'

groups:
    light:
        entry.light:  {name: 'TestName', group_address_switch: '0/1/5', group_address_switch_state: '0/1/4'}