OH3 and knx

Hi,

im am testing oh3 with knx binding.

I copied my *.things files and *.items files from oh2 to oh3

my tunnel and router bridge settings are coming online
my devices stay offline.

some one any idea

regards
Ronny

Similar here, the Gateway is active but device comes offline although I see confirmation messages (debug)

22:05:58.620 [DEBUG] [calimero.link.192.168.0.25:3671 ] - send (wait for confirmation) 1.1.200->1.1.26 L_Data.req, system priority hop count 6 repeat, tpdu 80
22:05:58.647 [DEBUG] [KNXnet/IP Tunneling 192.168.0.25:3671] - received request seq 76 (channel 78) cEMI L-Data.con 1.1.200->1.1.26
22:05:58.654 [DEBUG] [calimero.link.192.168.0.25:3671 ] - confirmation of 1.1.26
22:05:58.664 [DEBUG] [calimero.link.192.168.0.25:3671 ] - send (wait for confirmation) 1.1.200->1.1.26 L_Data.req, low priority hop count 6 repeat, tpdu 43 00
22:05:58.692 [DEBUG] [KNXnet/IP Tunneling 192.168.0.25:3671] - received request seq 77 (channel 78) cEMI L-Data.con 1.1.200->1.1.26
22:05:58.703 [DEBUG] [calimero.link.192.168.0.25:3671 ] - confirmation of 1.1.26
22:06:01.710 [DEBUG] [calimero.link.192.168.0.25:3671 ] - send (wait for confirmation) 1.1.200->1.1.26 L_Data.req, low priority hop count 6 repeat, tpdu 43 00
22:06:01.735 [DEBUG] [KNXnet/IP Tunneling 192.168.0.25:3671] - received request seq 78 (channel 78) cEMI L-Data.con 1.1.200->1.1.26
22:06:01.740 [DEBUG] [calimero.link.192.168.0.25:3671 ] - confirmation of 1.1.26
22:06:04.745 [DEBUG] [calimero.link.192.168.0.25:3671 ] - send (wait for confirmation) 1.1.200->1.1.26 L_Data.req, low priority hop count 6 repeat, tpdu 43 00
22:06:04.772 [DEBUG] [KNXnet/IP Tunneling 192.168.0.25:3671] - received request seq 79 (channel 78) cEMI L-Data.con 1.1.200->1.1.26
22:06:04.780 [DEBUG] [calimero.link.192.168.0.25:3671 ] - confirmation of 1.1.26
22:06:07.787 [DEBUG] [calimero.link.192.168.0.25:3671 ] - send (wait for confirmation) 1.1.200->1.1.26 L_Data.req, low priority hop count 6 repeat, tpdu 43 00
22:06:07.818 [DEBUG] [KNXnet/IP Tunneling 192.168.0.25:3671] - received request seq 80 (channel 78) cEMI L-Data.con 1.1.200->1.1.26
22:06:07.828 [DEBUG] [calimero.link.192.168.0.25:3671 ] - confirmation of 1.1.26
22:06:10.836 [DEBUG] [calimero.link.192.168.0.25:3671 ] - send (wait for confirmation) 1.1.200->1.1.26 L_Data.req, system priority hop count 6 repeat, tpdu 81
22:06:10.863 [DEBUG] [KNXnet/IP Tunneling 192.168.0.25:3671] - received request seq 81 (channel 78) cEMI L-Data.con 1.1.200->1.1.26
22:06:10.870 [DEBUG] [calimero.link.192.168.0.25:3671 ] - confirmation of 1.1.26
22:06:10.885 [INFO ] [hab.event.ThingStatusInfoChangedEvent] - Thing ‘knx:device:08b31b8c67:14631077c3’ changed from UNKNOWN to OFFLINE

Hi,

i have them online, the source adres have to be correct

Bridge knx:ip:tunnel108 "KNX tunnel" @ "Bridge"

[
    ipAddress="192.168.3.100",
    portNumber=3671,
    localIp="192.168.3.103",
    type="TUNNEL",
    readingPause=50,
    responseTimeout=10, 
    readRetriesLimit=3, 
    autoReconnectPeriod=30,
    localSourceAddr="1.1.101"
]
{
}