Skip to content

EmuxEvans/hklifx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hklifx

This project is an implementation of a HomeKit bridge for LIFX light bulbs using HomeControl and lifx.

The currently version does not support the latest LIFX firmware 2.0.

The official LIFX app for iOS or Android is required to initially setup the light bulbs. After that you can use the hklifxd daemon to control your lights via HomeKit by using Home or any other HomeKit-compatible app.

Installation

Build

Build hklifxd.go using go build hklifxd.go or use the Makefile to build for Beaglebone Black

make bbb

or Raspberry Pi

make rpi

Run

You need to provide the accessory pin as argument when running the hklifxd daemon.

hklifxd -pin=32112321

HomeKit Client

You need an iOS app to control HomeKit accessories. You can use Home which runs on iPhone, iPad and Apple Watch.

Read the Getting Started guide.

Contact

Matthias Hochgatterer

Github: https://github.com/brutella

Twitter: https://twitter.com/brutella

License

hklifx is available under a non-commercial license. See the LICENSE file for more info.

About

LIFX HomeKit bridge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.3%
  • Makefile 2.7%