1.0.1 • Published 4 years ago

homebridge-mi-philips-moonlight v1.0.1

Weekly downloads
4
License
ISC
Repository
-
Last release
4 years ago

homebridge-mi-philips-moonlight

A homebridge plugin to support Philips Zhi Rui Bedside Lamp. (飞利浦智睿床头灯)

This repo heavily refers to Philips Light. Due to the lack of support from miio for Philips Zhi Rui Bedside Lamp, this plugin is depending on the python version miio (python-miio). Please follow the instruction from python-miio's Get Started page to have python-miio installed and get your token ready.

Installation

Follow the instruction in homebridge for the homebridge server installation. The plugin is published through NPM and should be installed "globally" by typing:

npm install -g homebridge-mi-philips-moonlight

Configuration

"platforms": [{
	"platform": "MiPhilipsMoonLightPlatform",
	"devices": [{
		"type": "MiPhilipsZhiRuiBedsideLamp",
		"name": "BedSide Lamp",
		"ip": "YOUR DEVICE IP",
		"token": "YOUR DEVICE TOKEN"
	}]
}]

Please refer to the config.sample.json

1.0.1

4 years ago

1.0.0

4 years ago