0.0.3 • Published 6 years ago

homebridge-hive-plug v0.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

homebridge-hive-plug

This HomeBridge Plugin adds support for the Hive Smart Plugs.

Installation

1. Install HomeBridge

Details on the installation process can be found here HomeBridge.

2. Installing this Plugin

Run this command to download homebridge-hive-plug

npm install -g homebridge-hive-plug

3. Configure HomeBridge

In your config.json file, add this accessory providing the username and password you use to log into https://my.hivehome.com.

The name of the accessory must MATCH the name of the smart plug that you have set up with the hive kit or it will not connect.

    "accessories": [
        {
            "accessory": "HivePlug",
            "name": "SmartPlug",
            "displayName: "Bedroom 1",
            "username": "you@example.com",
            "password": "123456789"
        }
    ],

Then restart homebridge, you should be all up and running.

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago