1.0.2 • Published 7 years ago

homebridge-lightify-tunablewhite-e14 v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

homebridge-lightify-tunablewhite-e14

Simple workaround to use Lightify's "Tunable White" lamps with homebridge.

Sample config.json for homebridge:

{
    "bridge": {
        "name": "Homebridge",
        "username": "CC:22:3D:E3:CE:30",
        "port": 51826,
        "pin": "031-45-154"
    },

    "description": "Config for homebridge-lightify-tunablewhite-e14",

    "accessories": [
        {
            "accessory": "LightifyBulb",
            "name": "Lamp 1",
            "ip": "ip.of.gate.way",
            "mac": "mac.address.of.lamp"
        },
        {
            "accessory": "LightifyBulb",
            "name": "Lamp 2",
            "ip": "ip.of.gate.way",
            "mac": "mac.address.of.lamp"
        }
    ]
}
1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago