Knx stopped working after update to 3.3.0

Hi, I have a problem after update:

[ERROR] [KNXnet/IP Tunneling 192.168.0.4:3671] - establishing connection failed, timeout connecting to control endpoint 192.168.0.4:3671

2022-08-01 18:19:17.267 [DEBUG] [nx.internal.client.AbstractKNXClient] - Error connecting to the bus: timeout connecting to control endpoint 192.168.0.4:3671

tuwien.auto.calimero.KNXTimeoutException: timeout connecting to control endpoint 192.168.0.4:3671

at tuwien.auto.calimero.knxnetip.ClientConnection.connect(ClientConnection.java:216) ~[?:?]

at tuwien.auto.calimero.knxnetip.KNXnetIPTunnel.(KNXnetIPTunnel.java:171) ~[?:?]

at tuwien.auto.calimero.knxnetip.KNXnetIPTunnel.(KNXnetIPTunnel.java:163) ~[?:?]

at org.openhab.binding.knx.internal.client.IPClient.getConnection(IPClient.java:110) ~[?:?]

at org.openhab.binding.knx.internal.client.IPClient.createKNXNetworkLinkIP(IPClient.java:93) ~[?:?]

at org.openhab.binding.knx.internal.client.IPClient.establishConnection(IPClient.java:80) ~[?:?]

at org.openhab.binding.knx.internal.client.AbstractKNXClient.connect(AbstractKNXClient.java:179) ~[?:?]

at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]

at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]

at java.lang.Thread.run(Thread.java:829) [?:?]

2022-08-01 18:19:17.276 [DEBUG] [nx.internal.client.AbstractKNXClient] - Bridge knx:ip:bridge is disconnecting from the KNX bus

My thing is here:

Bridge knx:ip:bridge [  
    type="TUNNEL", 
    ipAddress="192.168.0.4", 
    portNumber=3671
	
	 
    
    
] {
    Thing device generic "KNX QAX 913" [
        address="0.2.254"
        
    ] {
	
	
	

Type number          : knx_door1_R  "Dveře 1 (Garáž) "  [ga="2.001:<0/4/6"]
Type number          : knx_door2_R  "Dveře 2 "  [ga="2.001:<0/4/7"]

Type number          : knx_light1_R  "Světlo 1 "  [ga="2.001:<0/4/8"]
Type number          : knx_light2_R  "Světlo 2 "  [ga="2.001:<0/4/10"]
Type number          : knx_light3_R  "Světlo 3 "  [ga="2.001:<0/4/11"]
Type number          : knx_light4_R  "Světlo 4 "  [ga="2.001:<0/4/"]

 }
}

When I downgrade to 3.2.0, it works flawlessly. Does anyone solve this kind of problem? Thank you for help.

Upgraded to 3.3.0 without any issue. Maybe restart your bridge after upgrading?

Hello Pavel,

I have same issue, after Upgrade to V3.3.0.

Connection to KNX Gateway flaps continously, after reboot of raspi it works for some time again.

How do you do the downgrade ?

Thanks,
Andreas

Same Issue.
KNX not longer working with Siemens N148/22

this is not needed either the bus is working or not

Now most of the time connection issues are not due to openhab but due to the networking inside your home.

Connection State request / response
Connection state request / response can be considered as a heartbeat mechanism. It enables KNXnet/IP client to ping the server in regular intervals (every 60 seconds). KNXnet/IP server responds to sent Connection State request letting the client know that it is still there and that everything is ok.

In case that the KNXnet\IP server does not respond to the sent Connection State request client will try to resend the request and eventually client will drop the connection. Similar thing will happen if the client fails to send the Connection State request. After a while (120 seconds) server will conclude that the client is not available anymore and it will terminate the tunnelling connection.

Fresh installation of Openhab 3.3.0 solved the problem.