0.0.6 • Published 8 years ago

homebridge-re-yeelight-ble v0.0.6

Weekly downloads
5
License
GPLV3
Repository
github
Last release
8 years ago

homebridge-re-yeelight-ble

npm version

Yeelight BLE plugin for homebridge(Rewrited)

Thanks for nfarina(the author of homebridge), all other developer and testers.

欢迎加入我们的QQ群 545171648 讨论
QQ Group:545171648
Telegram Group: https://t.me/joinchat/EujYfA-JKSwpRlXURD1t6g

Supported Types

1.BedsideLamp

Installation

  1. Install HomeBridge, please follow it's README.
    If you are using Raspberry Pi, please read Running-HomeBridge-on-a-Raspberry-Pi.
    如果你能阅读中文,你可以阅读 homekit非官方安装指南.
  2. Make sure you can see HomeBridge in your iOS devices, if not, please go back to step 1.
  3. Install packages.
  4. Install Plugin.

Install packages

  1. sudo apt-get install libbluetooth-dev libudev-dev

  2. Go to your node_modules folder
    (You can find it by using by npm -g root)

  3. npm install noble

  4. sudo apt-get install libcap2-bin

  5. Run following command:

sudo setcap cap_net_raw+eip $(eval readlink -f `which node`)
  1. Run following command:
sudo hciconfig hci0 up

Then start homebridge
Wait until you get output.
If you found output like this:

[ReYeelight][BLE]Timer Started

You can be sure that noble and bluetooth has no problem and the plugin is running properly

Configuration

"platforms": [
	{
		"platform": "ReYeelightBLEPlatform",
		"defaultValue": {
			"f8:24:41:e9:fa:cf": "Bedside Lamp"
		}
	}
]

If you can't connect to your device, You can try to use sudo hciconfig hci0 reset

Version Logs

0.0.6

  1. Add QQ and Telegram group link

0.0.5

  1. Bug fix

0.0.4

  1. remove dependencies

0.0.3

  1. fix rgb

0.0.2

  1. bug fix

0.0.1

  1. add support for BedsideLamp.
0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago