You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently tried this integration, and it connects to my UniFi controller, and retrieves information.
However, I found that it counts 'known' devices to unifi, which is any device that has ever connected whether active or not.
Like many other trying to use this integration, I need 'Active' devices, not known.
In testing, I connected a mobile device to the 'guest' network (where I am seeking this for), the count increases from 0 to 1 (great!).
I disconnected the device from that network, allow the DHCP lease to expire (24 hours), and UniFi still knows the device, the count remains at 1, until I login to UniFi and tell the controller to 'Forget Device'.
The text was updated successfully, but these errors were encountered:
I'm not sure if there's a fix for that... the integration uses the pyunifi python package (https://github.com/finish06/pyunifi). Their documentations says that the function get_clients(self) "Return a list of all active clients, with significant information about each". Perhaps those "signficant information" has the last time the device sent something, and maybe we can use that, at the risk of considering a device that is quiet as non-active.
I recently tried this integration, and it connects to my UniFi controller, and retrieves information.
However, I found that it counts 'known' devices to unifi, which is any device that has ever connected whether active or not.
Like many other trying to use this integration, I need 'Active' devices, not known.
In testing, I connected a mobile device to the 'guest' network (where I am seeking this for), the count increases from 0 to 1 (great!).
I disconnected the device from that network, allow the DHCP lease to expire (24 hours), and UniFi still knows the device, the count remains at 1, until I login to UniFi and tell the controller to 'Forget Device'.
The text was updated successfully, but these errors were encountered: