IP Router and Openhab2

Hi together,

i changed my KNX Gateway from IP Interface to IP Router of Enertex.
No i am trying to get it run in openhab2. I can program everything in the ETS5 but my Device Things are showing all the time Offline.
The KNX IP Router shows Online in the Paper UI. Its configured textbase.

The strange thing is that everything is working but i did not understand why is showing Offline.

//ROUTER
Bridge knx:ip:bridge [
type=“ROUTER”,
ipAddress=“224.0.23.12”,
portNumber=3671,
localIp=“192.168.2.128”,
readingPause=50,
responseTimeout=10,
readRetriesLimit=3,
autoReconnectPeriod=60,
localSourceAddr=“1.1.0”
]

My Openhab2 is running on an Raspberrry PI3+
My Openhab instance is 2.5.4-1.
Can somebody assist to get it running exactly?

Thanks in advance Markus

As a first tip, please change localSourceAddr to 0.0.0

Hi Udo,

thanks for the reply. I tried it but there is no difference. Do you have any other suggestions

HI Udo,

sorry i missunderstood. I changed now the local source address also at the Devices. No its working fine.
Thanks Markus