unifi icon indicating copy to clipboard operation
unifi copied to clipboard

Go Library (w/ structures) to grab data from a Ubitquiti UniFi Controller

Results 12 unifi issues
Sort by recently updated
recently updated
newest added

Please consider making client data collection configurable: enabled or disabled. For certain PII-sensitive use cases, MD5 obfuscation may not be adequate. If a user's MAC address or name is known,...

I am trying to get data from all devices (Clientes, APs, USW, Gateways) connected to ports (Principally MAC address) I am itereting each port but the mac is empty (it...

Hi i ran into this issue when running the unifi poller in docker: ```json.Unmarshal(ugw): json: cannot unmarshal string into Go struct field SystemStats.system-stats.temps of type map[string]string``` I enabled debug logs...

bug

You mentioned in the readme that your not against maybe a few functions that set data. So I have a WAN firewall rule designed to let a certain list of...

enhancement

The users data can include fixed IP information if it has been specified in the controller. I have added it to the `users.go` file.

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.23.0 to 0.24.0. Commits 7bbe320 go.mod: update golang.org/x dependencies See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.23.0&new-version=0.24.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as...

dependencies
go

Hey, I currently use this library to gather telemetry from my unifi controller. I want to get aggregated wifi stats per radio but it appears that they have been commented...

enhancement

Hi! My suggestion is adding functional which will **insert** Note for Client. In my company I develop script which handle anomalies. And for every client would like to see and...

enhancement
help wanted

I'm trying to control access to the network leveraging scheduled FW rules. I do this by MAC to IP (static dhcp reservation) and IP to vlan mapping. Then rules for...

enhancement
help wanted

Hi! Can it to get "device tags"? ![image](https://github.com/unpoller/unifi/assets/13918231/2af7f957-5466-4614-83ae-953b4b55406a) ![image](https://github.com/unpoller/unifi/assets/13918231/150c00f2-6e71-4f13-852f-be6f96ca4bc5) I tried to review all methods and structures, but found nothing, unfortunately... Thanks!

enhancement