KNX thing - bridge offline

Hi,
I am trying to get NTP time on the KNX bus essentially following: Sending NTP time to KNX

  • Openhabian , Openhab 4.02 on Raspberry Pi

The KNX thing I created shows a bridge offline error, while the used bridge is online and other things that use the same KNX bridge are online.

Rainer

The KNX thing configuration:

  Thing device NTPDate_Device [
    fetch=false
  ]{
        Type datetime-control : knxDateTime "KNX DateTimeWrapper" [ ga="10.001:0/1/200" ] 
    }
...
The KNX bridge configuration:

```yaml
Bridge knx:ip:bridge [ 
    //ipAddress="192.168.2.100",
    localSourceAddr="9.0.0", 
    type="TUNNEL"
    ,ipAddress="127.0.0.1"
    ,responseTimeout=1000
    ,readRetriesLimit=10
    ,autoReconnectPeriod=90
] 

What is the error about when you click that thing ?

Error is Bridge offline

However the bridge is online

SOLVED

Updating openhab from 4.0.2 to 4.1.0 solved the issue.