Art-of-WiFi / UniFi-API-client

A PHP API client class to interact with Ubiquiti's UniFi Controller API
MIT License
1.09k stars 217 forks source link

unifi dashboard v7.x #147

Closed pieterjandebruyne closed 2 years ago

pieterjandebruyne commented 2 years ago

Hi, I have not used this API client before but wanted to give it a spin in combination with unpoller (https://unpoller.com/). Unpoller uses the unify api to scrape data and create charts. I think that there is no default unifi API it can use and it is this client that should be installed first in order to be able to connect to https://{unifi-local-ip}:8443/auth/login ?

So before I start using this libary I had 2 questions

pieterjandebruyne commented 2 years ago

using https://{unifi-local-ip} istead of adding the port resolved the ussue, ignore this issue