Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darnfish/homebridge-unifi-wap-light
Control the light rings on your UniFi Wireless Access Point(s) with HomeKit
https://github.com/darnfish/homebridge-unifi-wap-light
homebridge homekit unifi unifi-controller
Last synced: 28 days ago
JSON representation
Control the light rings on your UniFi Wireless Access Point(s) with HomeKit
- Host: GitHub
- URL: https://github.com/darnfish/homebridge-unifi-wap-light
- Owner: darnfish
- License: apache-2.0
- Created: 2023-05-22T23:42:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T17:51:16.000Z (6 months ago)
- Last Synced: 2024-09-27T08:20:50.188Z (about 1 month ago)
- Topics: homebridge, homekit, unifi, unifi-controller
- Language: TypeScript
- Homepage:
- Size: 116 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```sh
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`:
```json
{
"name": "UniFi WAP Lights",
"platform": "UnifiWAPLight",
"host": ":",
"username": "",
"password": ""
}
```You can also optionally provide a list of UniFi WAP identifiers to include / exclude.
```json
{
...,
"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