homebridge-center-server

0.0.4 • Public • Published

homebridge-center-server

A web gui server for homebridge which provide api for other things(Still In Progress)

npm version

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

  1. Install HomeBridge, please follow it's README.
    If you are using Raspberry Pi, please read Running-HomeBridge-on-a-Raspberry-Pi.
  2. Make sure you can see HomeBridge in your iOS devices, if not, please go back to step 1.
  3. Install packages.
  4. Run Homebridge with -I
npm install -g homebridge-center-server

Configuration

"platforms": [
    {
        "platform": "HBCServerPlatform",
        "language": "zh_cn",
        "port": 12345
    }
]

Readme

Keywords

Package Sidebar

Install

npm i homebridge-center-server

Weekly Downloads

0

Version

0.0.4

License

GPLV3

Last publish

Collaborators

  • zzm317