Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-06T06:25:23.000Z (about 4 years ago)
- Last Synced: 2024-09-27T08:21:14.361Z (4 months ago)
- Topics: homebridge, homebridge-plugin, lifx
- Language: JavaScript
- Homepage:
- Size: 68.4 KB
- Stars: 84
- Watchers: 8
- Forks: 27
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebridge-lifx-lan
[![npm package](https://nodei.co/npm/homebridge-lifx-lan.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/homebridge-lifx-lan/)
[![donate](https://img.shields.io/badge/%24-Buy%20me%20a%20coffee-ff69b4.svg)](https://www.buymeacoffee.com/devbobo)
[![Slack Channel](https://img.shields.io/badge/slack-homebridge--lifx-e01563.svg)](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