Hi everyone,
I have one computer in my network which I want to track the status with the network binding:
Things:
Thing network:pingdevice:kodi “Kodi” [ hostname=“192.168.0.151”, macAddress=“xx:xx:xx:xx:2f:1b” ]
Items:
Switch KodiOnline “Online” {channel=“network:pingdevice:kodi:online”}
Number:Time KodiLatency “Pingzeit” {channel=“network:pingdevice:kodi:latency”}
DateTime KodiLastseen “Zuletzt gesehen” {channel=“network:pingdevice:kodi:lastseen”}
But this KodiOnline item is always shown in Openhab as OFF. The other values remain as UNDEF
I am using openHAB 3.1.0.M3 running on Ubuntu 20.04.2 LTS
The computer I want to track is running on Windows 10.
Am I doing something wrong?