Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 627 Bytes

Readme.md

File metadata and controls

33 lines (27 loc) · 627 Bytes

Homebridge Livolo

HomeBridge plugin to control Livolo zigbee switches.

Installation

  1. Install HomeBridge.

  2. Install plugin

npm install -g homebridge-livolo-switches

Configuration

Sample configuration

{
  "bridge": {
    "name": "Homebridge",
    "username": "CC:22:3D:E3:CE:30",
    "port": 51826,
    "pin": "031-45-154"
  },
  "platforms": [
    {
      "platform": "livolo-switches",
      "login": "%YOUR_LIVOLO_ACCOUNT_EMAIL_OR_USERNAME%",
      "password": "%YOUR_LIVOLO_ACCOUNT_PASSWORD%"
    }
  ]
}