1.1.3 • Published 3 months ago

homebridge-unifi-wap-light v1.1.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 months ago

homebridge-unifi-wap-light

Control the light rings on your UniFi Wireless Access Point(s) with HomeKit!

Installation

Search for homebridge-unifi-wap-light, or run:

yarn global add homebridge-unifi-wap-light

Usage

Create a local UniFi OS user, take note of the username and password, and add the following to your config.json:

{
  "name": "UniFi WAP Lights",
  "platform": "UnifiWAPLight",
  "host": "<hostname>:<port>",
  "username": "<username>",
  "password": "<password>"
}

You can also optionally provide a list of UniFi WAP identifiers to include / exclude.

{
  ...,
  "password": "<password>",
  "includeIds": [...],
  "excludeIds": [...]
}

If includeIds is specified and has more than one entry, only the WAPs included in the list will be added and/or kept in HomeKit / Homebridge.

If excludeIds is specified, all listed WAPs won't be added and/or removed from HomeKit / Homebridge, even if included in includeIds.

License

MIT

1.1.1

3 months ago

1.1.0

3 months ago

1.1.3

3 months ago

1.1.2

3 months ago

1.0.1

12 months ago

1.0.0

12 months ago