-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi Steen, What you’re seeing is expected with the current set of plugins you have enabled. None of the plugins you listed actually prove that a device is online right now: UniFi Import (API) – reports what the UniFi controller last saw, which can lag or mark devices offline even though they’re still active. Pi-hole (Device sync) – only shows devices that recently used DNS; a device can be online and silent. NSLOOKUP / DIG – DNS resolution works even if the device itself is offline. Internet-Check – verifies WAN connectivity, not individual devices. So it’s entirely possible (and common) for devices like an Echo streaming music or an LED controller to be online but shown as offline when only these plugins are used. If you want reliable online/offline detection, you should enable ICMP (ping). In short: Enable ICMP → accurate online/offline status Keep the others → metadata, names, vendors, history That should resolve the discrepancy you’re seeing. Hope that clarifies it 👍 |
Beta Was this translation helpful? Give feedback.

Hi Steen,
What you’re seeing is expected with the current set of plugins you have enabled.
None of the plugins you listed actually prove that a device is online right now:
UniFi Import (API) – reports what the UniFi controller last saw, which can lag or mark devices offline even though they’re still active.
Pi-hole (Device sync) – only shows devices that recently used DNS; a device can be online and silent.
NSLOOKUP / DIG – DNS resolution works even if the device itself is offline.
Internet-Check – verifies WAN connectivity, not individual devices.
So it’s entirely possible (and common) for devices like an Echo streaming music or an LED controller to be online but shown as offline when on…