Add note for Unifi OS default port (#11812)
Co-authored-by: schinken <mail+github@schinken.io>
This commit is contained in:
parent
df7d111bce
commit
cc437d86e2
@ -25,15 +25,14 @@ You need at least one UniFi Controller (Bridge) for this binding to work. It req
|
|||||||
|
|
||||||
The following table describes the Bridge configuration parameters:
|
The following table describes the Bridge configuration parameters:
|
||||||
|
|
||||||
| Parameter | Description | Config | Default |
|
| Parameter | Description | Config | Default |
|
||||||
| ------------------------ | ---------------------------------------------- |--------- | ------- |
|
| ------------------------ | --------------------------------------------------------------------------- |--------- | ------- |
|
||||||
| host | Hostname of IP address of the UniFi Controller | Required | - |
|
| host | Hostname of IP address of the UniFi Controller | Required | - |
|
||||||
| port | Port of the UniFi Controller | Required | - |
|
| port | Port of the UniFi Controller. For UniFi OS, the default port is usually 443 | Required | - |
|
||||||
| unifios | If the UniFi Controller is running on UniFi OS | Required | false |
|
| unifios | If the UniFi Controller is running on UniFi OS | Required | false |
|
||||||
| username | The username to access the UniFi Controller | Required | - |
|
| username | The username to access the UniFi Controller | Required | - |
|
||||||
| password | The password to access the UniFi Controller | Required | - |
|
| password | The password to access the UniFi Controller | Required | - |
|
||||||
| refresh | Refresh interval in seconds | Optional | 10 |
|
| refresh | Refresh interval in seconds | Optional | 10 |
|
||||||
|
|
||||||
|
|
||||||
## Thing Configuration
|
## Thing Configuration
|
||||||
|
|
||||||
@ -112,6 +111,8 @@ Bridge unifi:controller:home "UniFi Controller" [ host="unifi", port=8443, unifi
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
_Note: Usually on Unifi OS, the default port is 443_
|
||||||
|
|
||||||
Replace `$user`, `$password` and `$cid` accordingly.
|
Replace `$user`, `$password` and `$cid` accordingly.
|
||||||
|
|
||||||
items/unifi.items
|
items/unifi.items
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user