unifi-phantom-clients-cleanup

command module
v0.0.0-...-235a612 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 22, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

README

README

This is a simple application I wrote which cleans up phantom clients in the UniFi Controller. I've been having problems over the past couple years with my UniFi Controller registering "phantom" clients. These clients have random MAC addresses and have no network activity. They just appear. I'm not the only one with this problem:

I run Docker containers within my home network for various functions, including Home Assistant. I believe these phantom clients are a result of that setup. And a byproduct of these phantom clients is that, since I'm running Home Assistant and have integrated it with my UniFi Controller, these clients make their way into my Home Assistant entities. Manual cleanup in both systems is extremely tedious and annoying. I have also heard these phantom clients can be caused by hardware running iOS.

Thus, this project. It was my first project in Go, so please, don't judge me too harshly; I know some of the approach here is pretty simplistic. All it does is logs in to the UniFi Controller, gets the list of clients, and checks them for any network activity or custom name. If they have no network activity and no custom name, then they are summarily removed from the UniFi Controller.

If you want to use this, by all means, but I take no responsibility if it causes problems with your UniFi Controller. Just download the source, build it for your target, and run it. It'll need a configuration JSON (defaults to reading configuration.json in the same directory as the executable), and you can see the default distribution configuration JSON at configuration.dist.json. YAML is supported as well.

Invoke it so (Linux example here):

./<executable>

That's it. It implements flag as well, so if you want to see what options are available:

./<executable> -h

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL