Skip to content

Homebridge plugin providing access to OSRAM Lightify platform

Notifications You must be signed in to change notification settings

DaveHarrington/homebridge-lightify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-lightify

Plugin adding Osram Lightify support to homebridge. It uses the proprietary protocol to communicate with the OSRAM Lightify Gateway, so it does not make use of the OSRAM Cloud REST API thing.

Installation

  1. Install plugin with npm install -g homebridge-lightify

  2. Add platform within config.json of you homebridge instance:

    {
        "platform": "Lightify",
        "host": "192.168.1.3"
    }
    
  3. Restart homebridge

  4. Enjoy!

Supported Devices

Currently it should be possible to control all Lightify lamps (turn on/off, adjust brightness) and the Lightify Plug. Setting the color isn't supported yet.

About

Homebridge plugin providing access to OSRAM Lightify platform

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%