0.1.1 • Published 6 years ago

homebridge-lutron-shades v0.1.1

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

homebridge-lutron-shades

Lutron shades plugin for homebridge: https://github.com/nfarina/homebridge

This plugin controls Lutron shade groups, nothing more right now, feel free to contribute :)

configuration parameters

parametertyperequireddefaultdescription
idintyesLutron IntegrationID for the shade group you want to control.
typestringnovenetian blindavailable values: venetian blind roller shade
hoststringno192.168.1.192ip address of your Lutron processor
usernamestringnolutronusername for your Lutron processor
passwordstringnolutronpassword for your Lutron processor

example configuration

{
    "bridge": {
        "name": "Lutron shades",
        "username": "00:00:00:00:00:00",
        "port": 51826,
        "pin": "031-45-153"
    },
    
    "description": "Control Lutron shades!",
    
    "accessories": [
        {
            "accessory": "LutronShades",
            "name": "Venetian blinds",
            "type": "venetian blinds",
            "id": 1,
            "host": 192.168.1.100,
            "username": "lutron",
            "password": "lutron"
        }
    ],
    
    "platforms": []
}