Hello,
I came from this page. I have new installation of OpenHAB 2.4.0 on Windows 7 and Network Binding didn’t work at all. Now I download version org.openhab.binding.network-2.5.0_c.jar and put it to addons folder. Network discovering works fine but added devices are not updated - latency and last seen values are empty. Devices are still online. When network discovering there are WARNs in log:
20:02:01.223 [INFO ] [ng.network.internal.PresenceDetection] - Hostname 192.168.0.106 resolved to /192.168.0.106
20:02:01.276 [DEBUG] [ng.network.internal.PresenceDetection] - ICMP Ping has been enabled, ping method set to Windows na
tive ping
20:02:01.332 [WARN ] [clipse.smarthome.io.net.exec.ExecUtil] - Execution failed (Exit value: -559038737. Caused by java.
io.IOException: Cannot run program “g:\Lib\Downloads\arping\arp-ping.exe” (in directory “.”): CreateProcess error=2, The
system cannot find the file specified)
20:02:01.337 [DEBUG] [ng.network.internal.PresenceDetection] - ARP Ping has been disabled, unknown ARP tool g:\Lib\Downl
oads\arping\arp-ping.exe has been provided
20:02:01.341 [INFO ] [ng.network.internal.PresenceDetection] - Hostname 192.168.0.107 resolved to /192.168.0.107
20:02:01.401 [DEBUG] [ng.network.internal.PresenceDetection] - ICMP Ping has been enabled, ping method set to Windows na
tive ping
20:02:01.458 [WARN ] [clipse.smarthome.io.net.exec.ExecUtil] - Execution failed (Exit value: -559038737. Caused by java.
io.IOException: Cannot run program “g:\Lib\Downloads\arping\arp-ping.exe” (in directory “.”): CreateProcess error=2, The…
…no matter what is in network.cfg,
binding.network:allowSystemPings=false
binding.network:allowDHCPlisten=true
binding.network:arpPingToolPath=arping
binding.network:cacheDeviceStateTimeInMS=2000
Path to arping.exe is in system PATH.