flochtililoch / homebridge-pivot-power-genius

 Homebridge plugin for the Wink Pivot Power Genius (former Quirky).
4 stars 2 forks source link

DEPRECATED

This plugin relies on the v1 version of the Wink API. In order to use it, you will need an account with Wink that can access the v1 API.

Homebridge Pivot Power Genius

This Homebridge plugin allows to control your Pivot Power Genius.

Setup

Configuration

First, you should obtain access to the Wink API (by sending a request to questions@wink.com).

"platforms": [
  {
    "platform": "Wink Pivot Power Genius",
    "name": "Wink Pivot Power Genius",
    "client_id": "<replace_with_your_client_id>",
    "client_secret": "<replace_with_your_client_secret>",
    "username": "<replace_with_your_wink_username>",
    "password": "<replace_with_your_wink_password>",
    "outlets": [
      {
        "uuid":"<an_outlet_uuid>",
        "hapService": "Lightbulb",
        "name": "Light"
      }
    ]
  }
]

Note about the outlets property: