Skip to content

arkan303/homebridge-livolo-switches

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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%"
    }
  ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%