1.0.11 • Published 5 years ago

@smockle/homebridge-lutron-caseta v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Homebridge Lutron Caséta

Build Status codecov Known Vulnerabilities Greenkeeper badge

A fork of jcoleman/homebridge-lutron-caseta

tl;dr

A Homebridge plugin for integration with the Lutron Caséta Smart Bridge Pro.

Primary Motivation

Lutron doesn’t expose its versatile Pico remotes as HomeKit accessories, so it’s not possible to use them to control non-Lutron accessories.

However, the Smart Bridge Pro allows connections over telnet via the Lutron Integration Protocol. This connection allows direct control of accessories, and, more critically for our purposes, streams notifications of Pico button presses.

Setup

  1. Connect your Lutron Caséta Smart Bridge Pro to power and ethernet

  2. Login and add devices (e.g. Pico remotes) using the Lutron iOS app

  3. In the Lutron app, press the gear in the top-left, then “Advanced” > “Integration”

  • Enable “Telnet Support”
  • Send the “Integration Report” to yourself via email
  • Note the IP address assigned to your bridge in “Network Settings”
  1. Configure your router to a static IP address to your bridge, matching the current IP address (noted in step 3).

Configuration

{
  "bridge": {
    "name": "Lutron Bridge",
    "username": "CC:22:3D:E3:CE:30",
    "port": 51826,
    "pin": "031-45-154"
  },
  "description": "SmartHome with Homebridge",
  "accessories": [],
  "platforms": [{
    "platform": "LutronCasetaPlatform",
    "bridgeConnection": {
      "host": "192.168.1.2"
    }
  }]
}