KNX: configure pa

Hello,

is it possible to configure a pa which will be used by HA? I have a line coupler in my system which filters telegrams based on source pa and target ga. So HA needs to stick on a physical address which do not change during restarts.

In xknx there is a own_address option, but this seems not work in HA.

Currently not from HA config, but from xknx.yaml - see xknx.io
Maybe in the next release: https://github.com/XKNX/xknx/pull/372

Now it defaults to 15.15.250 - you can configure a dummy for this in ETS.
Or you use tunneling, then the tunnel server should provide a IA for the connection.

Is it possible to use KNX inside HA as I do today and only add

config_file: '/path/to/xknx.yaml'

with own_address?

have a try! There have been changes to this behaviour recently, but I personally never used xknx.yaml.
Maybe try to configure the general and connection block in xknx.yaml and just the devices in HA.

Note: you will have to update your configuration with the next release of HA anyway, maybe then you can already configure the individual address from HA too.