2023-09-29 21:01:11 +03:00
|
|
|
---
|
|
|
|
title: Unifi Controller
|
|
|
|
description: Unifi Controller Information Widget Configuration
|
|
|
|
---
|
|
|
|
|
|
|
|
_(Find the Unifi Controller service widget [here](../services/unifi-controller.md))_
|
|
|
|
|
2024-11-14 01:57:03 +11:00
|
|
|
You can display general connectivity status from your Unifi (Network) Controller.
|
|
|
|
|
2024-11-28 20:15:28 -08:00
|
|
|
!!! warning
|
2024-11-14 01:57:03 +11:00
|
|
|
|
|
|
|
When authenticating you will want to use a local account that has at least read privileges.
|
2023-09-29 21:01:11 +03:00
|
|
|
|
|
|
|
An optional 'site' parameter can be supplied, if it is not the widget will use the default site for the controller.
|
|
|
|
|
2024-07-17 13:32:16 -07:00
|
|
|
!!! hint
|
|
|
|
|
|
|
|
If you enter e.g. incorrect credentials and receive an "API Error", you may need to recreate the container to clear the cache.
|
2023-09-29 21:01:11 +03:00
|
|
|
|
|
|
|
<img width="162" alt="unifi_infowidget" src="https://user-images.githubusercontent.com/4887959/197706832-f5a8706b-7282-4892-a666-b7d999752562.png">
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
- unifi_console:
|
|
|
|
url: https://unifi.host.or.ip:port
|
2025-03-01 11:25:34 -08:00
|
|
|
site: Site Name # optional
|
2023-09-29 21:01:11 +03:00
|
|
|
username: user
|
|
|
|
password: pass
|
2025-03-01 11:25:34 -08:00
|
|
|
key: unifiapikey # required if using API key instead of username/password
|
2023-09-29 21:01:11 +03:00
|
|
|
```
|