All Projects → devbobo → homebridge-lifx-lan

devbobo / homebridge-lifx-lan

Licence: MIT license
LiFx LAN platform plugin for Homebridge

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to homebridge-lifx-lan

homebridge-roomba-stv
Homebrige plugin for Roomba 9xx
Stars: ✭ 40 (-51.81%)
Mutual labels:  homebridge, homebridge-plugin
homebridge-mi-fan
XiaoMi fan plugins for HomeBridge.
Stars: ✭ 59 (-28.92%)
Mutual labels:  homebridge, homebridge-plugin
homebridge-simplisafe3
A complete Homebridge plugin for SimpliSafe 3.
Stars: ✭ 82 (-1.2%)
Mutual labels:  homebridge, homebridge-plugin
homebridge-deebot
Homebridge plugin to integrate ECOVACS Deebot devices into HomeKit.
Stars: ✭ 39 (-53.01%)
Mutual labels:  homebridge, homebridge-plugin
homebridge-airrohr
HomeBridge module for the DIY luftdaten.info particulates sensor. See http://luftdaten.info how to build your own
Stars: ✭ 48 (-42.17%)
Mutual labels:  homebridge, homebridge-plugin
homebridge-magichome-platform
Homebridge Plugin for MagicHome LED Strips with Preset Scene Automation Support (Cycle Color/Fade/Strobe)
Stars: ✭ 46 (-44.58%)
Mutual labels:  homebridge, homebridge-plugin
homebridge-eveatmo
Homebridge plugin which adds a Netatmo weatherstation as HomeKit device and tries to act like Elgato Eve Room/Weather
Stars: ✭ 63 (-24.1%)
Mutual labels:  homebridge, homebridge-plugin
homebridge-z2m
Expose your Zigbee devices to HomeKit with ease, by integrating 🐝 Zigbee2MQTT with 🏠 Homebridge.
Stars: ✭ 197 (+137.35%)
Mutual labels:  homebridge, homebridge-plugin
homebridge-plex
Plex plugin for homebridge: https://github.com/nfarina/homebridge
Stars: ✭ 58 (-30.12%)
Mutual labels:  homebridge, homebridge-plugin
homebridge-nremo
Nature Remo Plugin for homebridge
Stars: ✭ 17 (-79.52%)
Mutual labels:  homebridge, homebridge-plugin
homebridge-plex-sensors
Homebridge Sensors for Plex - a plugin for Homebridge to adds sensors triggered by Plex playbacks.
Stars: ✭ 110 (+32.53%)
Mutual labels:  homebridge, homebridge-plugin
homebridge-logi-circle-controls
Homebridge plugin for extended Logitech Circle camera controls
Stars: ✭ 20 (-75.9%)
Mutual labels:  homebridge, homebridge-plugin
homebridge-messenger
Send HomeKit messages with HomeBridge (Pushover / IFTTT / Email)
Stars: ✭ 74 (-10.84%)
Mutual labels:  homebridge, homebridge-plugin
homebridge-kodi
Kodi plugin for Homebridge
Stars: ✭ 24 (-71.08%)
Mutual labels:  homebridge, homebridge-plugin
homebridge-nature-remo-cloud-aircon
Homebridge Plug-in for Air Conditioner Managed by Nature Remo
Stars: ✭ 28 (-66.27%)
Mutual labels:  homebridge, homebridge-plugin
homebridge-telegram
HomeKit/Homebridge driven notifications via Telegram
Stars: ✭ 47 (-43.37%)
Mutual labels:  homebridge, homebridge-plugin
homebridge-vsx
📻 A VSX and SC Plugin for homebridge
Stars: ✭ 12 (-85.54%)
Mutual labels:  homebridge, homebridge-plugin
homebridge-pi-thermostat
Homebridge Plugin to make Raspberry Pi into Thermostat
Stars: ✭ 33 (-60.24%)
Mutual labels:  homebridge, homebridge-plugin
AVPlayerItemHomeOutput
Coordinate the output of content associated with your HomeKit lightbulbs. #Ambilight
Stars: ✭ 38 (-54.22%)
Mutual labels:  homebridge, homebridge-plugin
homebridge-mi-pm2 5
XiaoMi PM2.5 sensor plugin for HomeBridge.
Stars: ✭ 15 (-81.93%)
Mutual labels:  homebridge, homebridge-plugin

homebridge-lifx-lan

npm package

donate Slack Channel

LiFx LAN platform plugin for 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:

"platforms": [
   {
       "platform": "LifxLan",
       "name": "LiFx",
       "ignoredDevices" : ["abcd1234561", "efabcd6721"]
   }
]

Credits

  • Marius Rumpf for his awesome node-lifx library
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].