unificontrol icon indicating copy to clipboard operation
unificontrol copied to clipboard

A high-level Python interface to the Unifi controller software

Results 22 unificontrol issues
Sort by recently updated
recently updated
newest added

Hey, for periodic requests to the unifi controller I made a script that logs in, fetches the required data and logs out. Everything works up to calling client.logout(), then I...

I'm trying to generate a few wifi networks. In my limited python knowledge i've copied and modified the create_network to: create_wlan = UnifiAPICall( "Create a wifi network", "rest/wlanconf", json_body_name='settings', method="POST",...

So in the meantime I switched to a Debian VM instance just installed in order to get familiarized with the API. It is running in Python 3.11.2 venv. At first...

Hello, I'm running Unifi Controller 7.2.97-18705-1 on a CloudKey (firmware v1.1.19). Self signed certificate This program run on a Windows 10 machine with Python 3.12.0 ```python from unificontrol import UnifiClient...

updates to make create_time optional for list_vouchers fixes issue nickovs/unificontrol #22

Hello, I see a way to list radius profiles and create radius accounts. However I don't see a way to update or create a radius profile? Is that possible with...

Hi @nickovs, Thank You for this tool, it worked perfectly for me, but today i updated FW on my Cloud Key Gen2 and now I’m receiving and error `unificontrol.exceptions.UnifiTransportError: 404:`...

I'm trying to connect to a (docker) controller using the library but getting stuck at the first hurdle. I have a wildcard cert installed on the controller, which presents no...

There is a typo on x_password key that prevents to create radius accounts with password. Accounts are created successfully, but password is always blank.

I'm trying to auto provision radius assigned vlan using MAC address. Calling create_radius_account with username and password being same results in blank password. Any suggestions?