Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

homebridge-rfxcom2

glefand14MIT1.0.5

Homebridge plugin for RFXtrx433(E) transceivers.

homebridge-plugin, rfxcom, rfxtrx, rfxtrx433, rfxtrx433e, 433, somfy, rts, rfy, homebridge, homekit, window, blinds, awning, remote

readme

homebridge-rfxcom


Homebridge plugin for RFXtrx433(E) transceivers. Fork forked from jhurliman/homebridge-rfxcom

Usage

npm install -g homebridge-rfxcom

config.json

  "platforms": [
    {
      "platform": "RFXCom",
      "name": "RFXCom",
      "rfyRemotes": [
        {
          "name": "Awning",
          "deviceID": "0x010000/1",
          "openCloseSeconds": 18
        }
      ]
    }
  ]
rfyRemotes
  • name - Display name of the remote that will appear in HomeKit
  • deviceID - The remote address and followed by unit code that can be found in the RFXMngr setup program (Windows only).
  • openCloseSeconds - Number of seconds it takes for the blinds/awning/etc to fully open or close.