pizzalorddex / homebridge-unifi-ap-light

Control the light rings on your UniFi Wireless Access Point(s) with HomeKit
Apache License 2.0
0 stars 0 forks source link

homebridge-unifi-ap-light

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

Features

Installation

Search for homebridge-unifi-ap-light, or run either:

npm install -g homebridge-unifi-ap-light

Or

yarn global add homebridge-unifi-ap-light

Usage

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

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

Optional Configuration

You can control which access points are exposed to HomeKit using include / exclude IDs options:

{
  "name": "UniFi AP Lights",
  "platform": "UnifiAPLight",
  "host": "<hostname>:<port>",
  "username": "<username>",
  "password": "<password>",
  "includeIds": ["<id1>", "<id2>"],
  "excludeIds": ["<id3>"]
}

License

This project is licensed under the MIT License - see the LICENSE file for details.