Network Binding incorrect reported response time

I’m not sure if I am doing something wrong but I am getting high response times from local network devices. If I ping from the raspberry pi to the device I get sub ms response times, yet from the network binding I am getting high values. Anyone having issues with the network binding currently?

Thanks

22:42:58.489 [INFO ] [openhab.event.ItemStateChangedEvent  ] - Item 'modemResponseTime' changed from 21 to 20
22:42:58.552 [INFO ] [openhab.event.ItemStateChangedEvent  ] - Item 'routerResponseTime' changed from 25 to 15
22:42:58.588 [INFO ] [openhab.event.ItemStateChangedEvent  ] - Item 'wirelessAPResponseTime' changed from 25 to 15
22:42:58.661 [INFO ] [openhab.event.ItemStateChangedEvent  ] - Item 'bbcResponseTime' changed from 38 ms to 29 ms
22:42:58.702 [INFO ] [openhab.event.ItemStateChangedEvent  ] - Item 'cloudflareDNSResponseTime' changed from 41 ms to 32 ms
22:42:58.739 [INFO ] [openhab.event.ItemStateChangedEvent  ] - Item 'googleDNSResponseTime' changed from 40 ms to 30 ms
  • modem, router and wirelessAP are all local.

This is via a ping command:

pi@openhab:~ $ ping 192.168.1.2
PING 192.168.1.2 (192.168.1.2) 56(84) bytes of data.
64 bytes from 192.168.1.2: icmp_seq=1 ttl=63 time=0.348 ms
64 bytes from 192.168.1.2: icmp_seq=2 ttl=63 time=0.285 ms
64 bytes from 192.168.1.2: icmp_seq=3 ttl=63 time=0.305 ms
64 bytes from 192.168.1.2: icmp_seq=4 ttl=63 time=0.275 ms
^C
--- 192.168.1.2 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 135ms
rtt min/avg/max/mdev = 0.275/0.303/0.348/0.030 ms

Did you ever get to the bottom of this? I am observing the same issue. It appeared for no apparent reason after working properly for many months. My setup pings my router, my ISP, and google. All of the counts jumped by about 20 ms one day back on Nov 28 of 2022, and have stayed elevated since. But, as you describe in your post, my cmd line pings are much lower than what is reported by openhab. My router ping times are usually sub-millisecond, but openhab reports around 20 ms. My ISP ping times are typically around 21 ms, but openhab reports around 40 ms. And I can ping google’s DNS at about 30 ms, but openhab reports around 50. Something is adding 20ms to all of my pings.

image