homebridge-center-server
v0.0.4
Published
WEB GUI plugin for homebridge: https://github.com/nfarina/homebridge
Downloads
4
Readme
homebridge-center-server
A web gui server for homebridge which provide api for other things(Still In Progress)
Please make sure you use homebridge -I
to start homebridge!
Support for other languages is in progress
Supported Language(Still In Progress)
1.zh_cn(简体中文) 2.en_us(In Progress)
Supported Types(Still In Progress)
1.LightBulb
2.Switch
Installation
- Install HomeBridge, please follow it's README.
If you are using Raspberry Pi, please read Running-HomeBridge-on-a-Raspberry-Pi. - Make sure you can see HomeBridge in your iOS devices, if not, please go back to step 1.
- Install packages.
- Run Homebridge with -I
npm install -g homebridge-center-server
Configuration
"platforms": [
{
"platform": "HBCServerPlatform",
"language": "zh_cn",
"port": 12345
}
]