• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

senorshaun/homebridge-radiora2: Lutron RadioRA2 plugin for homebridge

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

senorshaun/homebridge-radiora2

开源软件地址:

https://github.com/senorshaun/homebridge-radiora2

开源编程语言:

JavaScript 100.0%

开源软件介绍:

homebridge-radiora2

Lutron RadioRA2 plugin for homebridge

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using npm install -g homebridge-radiora2
  3. Using your RadioRA2 software, create a new integration user (only needs read access).
  4. Run an integration report to get the ID numbers for your devices as needed.
  5. Update your configuration file. See sample-config below for a sample.

Configuration Sample

"platforms": [
  {
    "name": "RadioRA2",
    "repeater": "<IP_Address_of_Main_Repeater",
    "username": "<integration_username_you_created>",
    "password": "<integration_username_you_created>",
    "lights":[
      {
        "name": "Main Lights",
        "id": 14,
        "serial": "01afwd56",
        "model": "RRD-6ND-LA",
        "adjustable": true
      },
      {
        "id": 15,
      }
     ],
     "fans":[
       {
         "id": 18,
         "adjustable": true,
         "onvalue": 25
       }
      ],
      "keypads":[
        {
        "name": "Phantom Keypad",
        "id": 21,
        "buttons":[
          {
            "name": "Night Light Levels",
            "id": 1,
            "led": 81
          }
        ]
      }
    ],
    "occupancysensors":[
      {
        "name": "Living Room Occupancy Sensor",
        "id": 6,
        "serial": "0266473A",
        "model": "LRF2-OCR2B-P-WH"
      }
    ],
    "hvaccontrollers":[
      {
        "name": "Living Room Thermostat",
        "id": 36,
        "serial": "0266473A",
        "model": "LR-HWLV-HVAC",
        "heatOnly": true //this is optional
      }
    ],
        "visorcontrolreceivers":[
      {
        "name": "Garage Visor Control Receiver",
        "id": 22,
        "serial": "0266473A",
        "model": "RR-VCRX-WH",
        "buttons":[
          {
            "name": "Garage Lights 100",
            "id": 1,
            "led": 81
          }
        ],
        "inputs":[
          {
            "name": "Garage Door Closed",
            "id": 3,
            "led": 83
          }
        ],
        "outputs":[
          {
            "name": "Garage Door Control",
            "id": 5
          }
        ]
      }
    ]
  }
]
  • platform: RadioRA2
  • name: can be anything you want
  • repeater: the IP address of the main repeater
  • username: the intergration username you created
  • password: the integration password you created
  • debug: optional parameter, will return details in log around response from the repeater.

Accessory Types in array groups

  • lights
  • fans
  • occupancysensors
  • keypads
  • hvaccontrollers
  • visorcontrolreceivers

Each entry in the array groups have the following

  • id: (required) the integration ID of that accessory EXCEPT FOR OCCUPANCY SENSORS. USE THE ROOM ID WHEN SETTING UP OCCUPANCY SENSORS. LUTRON REPORTS THE WHOLE ROOM AS CHANGING STATE WHEN ANY ONE ACCESSORY DOES SO YOU DON'T HAVE TO ADD EACH ONE SEPERATELY
  • name: (optional) the name of the accessory
  • serial: (optional) for description, default:
  • model: (optional) for description, default:

Lights and Fans

  • adjustable: (optional) boolean value to determine if it is a dimmer or switch, default false
  • onvalue: (optional) if the accessory is a dimmer, you can set the value that it turns on to when tapping on the tile, default: 100

Keypads

  • stateless: (optional) determines if these are 2 way buttons that will also trigger a lutron button press (false) or listen only buttons that will trigger a HomeKit action (true), default: false
  • buttons: (required) array group defining the buttons on the keypad exposed to HomeKit

Each button in the array has

  • id: (required) integration ID of that button
  • name: (optional) engraving name
  • led: (required) the integration ID of that button used for statusing

HVAC Controlelrs

  • heatOnly: (optional) will only allow the homekit thermostat to have the Off and Heat modes

Roadmap

  • Shades eventually

Notes

Credits

djMax/homebridge-radiora for the inital telnet communication as well as alistairg/homebridge-lutron for some additional functionality.




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
T3CHNOLOG1C/NX-Bootkit: Package of all the tools required for booting Switch hom ...发布时间:2022-06-14
下一篇:
jfdoube/homebridge-sinope发布时间:2022-06-14
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap