https://github.com/devbobo/homebridge-lifx-lan
LiFx LAN platform plugin for Homebridge
https://github.com/devbobo/homebridge-lifx-lan
homebridge homebridge-plugin lifx
Last synced: 7 months ago
JSON representation
LiFx LAN platform plugin for Homebridge
- Host: GitHub
- URL: https://github.com/devbobo/homebridge-lifx-lan
- Owner: devbobo
- License: mit
- Created: 2016-01-04T02:13:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-12-06T06:25:23.000Z (over 5 years ago)
- Last Synced: 2025-01-30T19:47:41.055Z (over 1 year ago)
- Topics: homebridge, homebridge-plugin, lifx
- Language: JavaScript
- Homepage:
- Size: 68.4 KB
- Stars: 84
- Watchers: 8
- Forks: 26
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebridge-lifx-lan
[](https://nodei.co/npm/homebridge-lifx-lan/)
[](https://www.buymeacoffee.com/devbobo)
[](https://homebridgeteam.slack.com/messages/C1NE2GM0S/)
LiFx LAN platform plugin for [Homebridge](https://github.com/nfarina/homebridge).
This platform uses only the LiFx LAN protocol.
Currently supports:
- On/Off
- Brightness
- Kelvin
- Hue (Color models only)
- Saturation (Color models only)
# Installation
1. Install homebridge using: npm install -g homebridge
2. Install this plugin using: npm install -g homebridge-lifx-lan
3. Update your configuration file. See the sample below.
# Updating
- npm update -g homebridge-lifx-lan
# Configuration
Configuration sample:
```javascript
"platforms": [
{
"platform": "LifxLan",
"name": "LiFx",
"ignoredDevices" : ["abcd1234561", "efabcd6721"]
}
]
```
# Credits
- Marius Rumpf for his awesome [node-lifx](https://github.com/MariusRumpf/node-lifx) library