KNX: Things are offline but IP Gateway is online

  • Platform information:
    • OS: Windows 11
    • Java Runtime Environment: Zulu 17
    • openHAB version: 4.0 Snapshot Build 3446

Dear all

today, I restarted with openhab after almost a year. I started with the latest snapshot, installed the KNX binding and got the KNX IP Gateway immediately up & running → cool.

Then, I started to add additional “Things”, however those remain offline regardless what I try.

May I ask for a config check and any advice what else I can try?

Thanks & regards
John

/TUNNEL
Bridge knx:ip:ENERTEX [
    type="TUNNEL",
    ipAddress="192.168.0.253",
    portNumber=3671,
    localIp="192.168.0.196",
    useNAT="true",
    readingPause=50,
    responseTimeout=10,
    readRetriesLimit=3,
    autoReconnectPeriod=60,
    localSourceAddr="0.0.0"
] 

{
    Thing device SCHALT_09 "SCHALT-09 (DU-2 / DU-6)" [ address="1.1.23", fetch=false, pingInterval=600, readInterval=0 ]
    {
        Type    switch  : testSwitch      "Licht Fenster Office"      [ ga="2/3/74" ]       //Kanal M
    }

    Thing device WS "Wetterstation" [ address="1.1.99", fetch=false, pingInterval=600, readInterval=0 ]
    {
        Type    switch  : TempSensor_Stoerung      "Temp Sensor Störung"      [ ga="8/2/0" ]       //KO 41
    }


}

Logfile

2023-05-14 20:53:49.302 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'knx:ip:ENERTEX' changed from ONLINE to OFFLINE
2023-05-14 20:53:49.303 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'knx:ip:ENERTEX' changed from ONLINE to UNKNOWN
2023-05-14 20:53:49.303 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'knx:device:ENERTEX:SCHALT_09' changed from UNINITIALIZED to INITIALIZING
2023-05-14 20:53:49.304 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'knx:device:ENERTEX:SCHALT_09' changed from INITIALIZING to OFFLINE (BRIDGE_OFFLINE)
2023-05-14 20:53:49.305 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'knx:device:ENERTEX:WS' changed from UNINITIALIZED to INITIALIZING
2023-05-14 20:53:49.306 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'knx:device:ENERTEX:WS' changed from INITIALIZING to OFFLINE (BRIDGE_OFFLINE)
2023-05-14 20:53:50.306 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'knx:ip:ENERTEX' changed from UNKNOWN to ONLINE
2023-05-14 20:53:50.307 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'knx:device:ENERTEX:SCHALT_09' changed from OFFLINE (BRIDGE_OFFLINE) to UNKNOWN
2023-05-14 20:53:50.307 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'knx:device:ENERTEX:WS' changed from OFFLINE (BRIDGE_OFFLINE) to UNKNOWN
2023-05-14 20:54:04.436 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'knx:device:ENERTEX:WS' changed from UNKNOWN to OFFLINE
2023-05-14 20:54:16.560 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'knx:device:ENERTEX:SCHALT_09' changed from UNKNOWN to OFFLINE

For whatever reason this problem was solved after a reboot…