Network binding latency

Hi
I am using the network binding with OH2.2.
It seems that I am getting high latency return values with a network:pingdevice
E.g. pinging my router or NAS gives me like 0.3xxx ms when using “ping” on the command line and using the thing/item i get like 11 ms on the sitemap/panel. Any ideas?

Regards

Any ideas?

I experienced the exactly same issue. I did some analysis and created a bug in GitHub (https://github.com/openhab/openhab-addons/issues/6741).

The problem you experience is related to the way how the latency is calculated. The binding does not use the latency measured by the ping command. Instead the latency provided by the binding is the time it took to execute the ping command. This value is much higher.

Implemented. Should be available with one of the next releases.

Ok Great; will try