Socket
Socket
Sign inDemoInstall

homebridge-radiora-fans

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    homebridge-radiora-fans

Homebridge plugin for RadioRA2 fans from Lutron


Version published
Weekly downloads
3
Maintainers
1
Install size
23.1 kB
Created
Weekly downloads
 

Readme

Source

A very bare bones implementation of Lutron RadioRA fan control for Siri/HomeKit.

Code forked from djMax/homebridge-radiora

Here's a sample config fragment (which is an entry in the "platforms" array of your root config):

{
            "platform": "RadioRAFans",
            "host": "<controller ip or hostname>",
            "username": "SOME_USERNAME",
            "password": "SOME_PASSWORD",
            "fans": [
                {
                    "name": "Outside",
                    "id": 14,
                    "serial": "d9561223-4e57-4521-b09c-aaadac1df314"
                },
                {
                    "name": "Playroom",
                    "id": 22,
                    "serial": "d9561223-4e57-4521-b09c-aaadac1df322"
                }
            ]
        }

The id comes is the "Integration ID" for each light load. Keypads or other devices are not yet supported. You can find the Integration IDs in the DbXmlInfo.xml file on the Lutron controller via:

curl -O http://<controller>/DbXmlInfo.xml

The serial is just made up with a guid generator.

Change host, username and password to match your install as well. FYI, the default controller username is "lutron" with password "integration" (but you still need to set those values in the config).

Keywords

FAQs

Last updated on 10 Sep 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc