1.0.2 • Published 4 years ago

homebridge-bee-hive v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

🐝 Homebridge Bee Hive 🐝

This plugin came about because the one I was using seemed very unreliable. The plugin only supports Light Switches I do intend to enhance the feature set in the future, so hang tight. Alternatively, make a PR!

Homebridge

This is a plugin for Homebridge. Get started by visiting their GitHub page https://github.com/nfarina/homebridge

Installation

npm install -g homebridge-bee-hive

You'll then need to modify your config.json file to contain the following...

Registering a Light Bulb

"accessories": [{
    "accessory": "HomebridgeBeeHive",
    "product": "light-bulb",
    "displayName": "Front Room",
    "id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
    "username": "me@example.com",
    "password": "myPassword0912"
}],
AttributeValueReason
accessoryHomebridgeBeeHiveThe name of the plugin
productlight-bulbThe product that you want to initialise
displayNameFront RoomHow this will appear to Home/Siri
idxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxThe UUID found in http://my.hivehome.com/
usernameHive Home UsernameAllows the plugin to access Hive's API
passwordHive Home PasswordAllows the plugin to access Hive's API