项目作者: john-crossley

项目描述 :
A super basic Hive plugin for Homebridge
高级语言: TypeScript
项目地址: git://github.com/john-crossley/homebridge-bee-hive.git
创建时间: 2019-12-17T17:34:33Z
项目社区:https://github.com/john-crossley/homebridge-bee-hive

开源协议:

下载


🐝 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

  1. "accessories": [{
  2. "accessory": "HomebridgeBeeHive",
  3. "product": "light-bulb",
  4. "displayName": "Front Room",
  5. "id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
  6. "username": "me@example.com",
  7. "password": "myPassword0912"
  8. }],
Attribute Value Reason
accessory HomebridgeBeeHive The name of the plugin
product light-bulb The product that you want to initialise
displayName Front Room How this will appear to Home/Siri
id xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx The UUID found in http://my.hivehome.com/
username Hive Home Username Allows the plugin to access Hive’s API
password Hive Home Password Allows the plugin to access Hive’s API