Lightify plugin for homebridge: https://github.com/nfarina/homebridge
npm install homebridge-platform-lightify-mgnpm install -g homebridge-platform-lightify-mgplatforms sectionjson
{
"platform": "Lightify",
"bridge_ip": "x.x.x.x",
"name" : "Lightify",
"showGroups" : true,
"hideNodes" : false
}
`
bridge_ip: ip address of your lightify bridge/hub
showGroups: defaults to false
hideNodes: defaults to false` This plugin works with all Lightify products including Tunable White bulbs and outlets. Sensors are not supported, but are hidden.
Please report any issues on github.