Skip to content

juliensantos87/homebridge-myhome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-myhome

Homebridge plugin for Legrand MyHome

Install

 npm install -g homebridge-myhome

Configuration example: Find ids in your configuration or in debug by switching lights.

"platforms": [
    {
        "platform": "MyHome",
        "name": "MyHome",
        "host": "192.168.1.xx",
        "password": "12345",
        "lights": [12, 13, 14],
        "blinds": [{"id": 11, "time": 15}, {"id": 21, "time": 28}, {"id": 61, "time": 23}]
    }
],

About

Homebridge plugin for Legrand MyHome

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published