Skip to content

wbradmoore/unifi-cleanup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

unifi-cleanup

This is a single-function tool to remove random MAC addresses accumulated in the Unifi controller. These clutter up the UI, as well as the Unifi integration for Home Assistant. This will not remove any manually named devices, nor devices with any nonzero Tx/Rx history.

Example dependency setup:

sudo apt install python3 python3-pip
pip install -r requirements.txt

Example use:

python3 unifi-cleanup.py --port 443 192.168.10.10 myUsername myUnifiPassword

Note that the IP address is that of the controller, not (necessarily) the gateway.

Visit https://[CONTROLLER_IP]/users/users in your browser to find/add credentials.

(Thanks to aiounifi repo for much of code handling auth/etc.)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages