homebridge-plugin-rfxcom-3
TypeScript icon, indicating that this package has built-in type declarations

1.6.0 • Public • Published

homebridge-rfxcom

Homebridge plugin for transceivers :
RFXtrx433E,
RFXtrx433XL.

Fork forked from glefand/homebridge-rfxcom
Itself forked from jhurliman/homebridge-rfxcom

The shutter is at 50% at startup, like that you can set initialization in whatever direction you want.

Usage

npm install -g homebridge-pluugin-rfxcom-3

config.json

  "platforms": [
    {
      "platform": "RFXCom 3",
      "name": "RFXCom 3",
      "rfyRemotes": [
        {
          "name": "blinds",
          "deviceID": "0x000000/1"
        }
      ]
    }
  ]
platform
  • name - mandatory
    Name of the platform.
  • tty - optional
    Path of RFXCOM.
    default: '/dev/ttyUSB0'
  • withSwitches - optional
    Create switch accessories (Up & Down).
    default: false
  • debug - optional
    Debug mode to view RFXtrx trace.
    For the platform debug informations prefer run Homebridge in Debug mode -D.
    default: false
rfyRemotes
  • name - mandatory
    Display name of the remote that will appear in HomeKit.
  • deviceID - mandatory
    The remote address and followed by unit code that can be found in the RFXMngr setup program (Windows only).
    format: 0x0?????/?
  • openCloseSeconds - optional
    Number of seconds it takes for the blinds/awning/etc to fully open or close.
    If you want the good percentage displayed, fill it exactly.
    default: 25

Dependencies (1)

Dev Dependencies (9)

Package Sidebar

Install

npm i homebridge-plugin-rfxcom-3

Weekly Downloads

15

Version

1.6.0

License

MIT License

Unpacked Size

45.4 kB

Total Files

24

Last publish

Collaborators

  • kinouzero