homebridge-hue-event-sensor

0.0.2 • Public • Published

homebridge-hue-event-sensor

A Hue event sensor using API v2 for Homebridge.

Currently only supports light on/off also if power was lost and regained.

Configuration

Example config.json:

    {
        "platforms": [
            {
                "platform": "HueEventSensorPlatform",
                "bridge_ip_or_dnsname": "huebridge",
                "hue_application_key": "your key, see https://developers.meethue.com/develop/hue-api-v2/getting-started/",
                "lights": [
                    {
                        "light_name_in_hue": "Hue color spot 1",
                        "sensor_name": "My light 1"
                    }
                    ...
                ]
            }
        ]
    }

Power loss/gain

Note that this plugin is not constantly pulling, so power loss or gain takes some time to be refreshed (about 30s).

Package Sidebar

Install

npm i homebridge-hue-event-sensor

Weekly Downloads

0

Version

0.0.2

License

GPL-3.0

Unpacked Size

50 kB

Total Files

11

Last publish

Collaborators

  • benzman81