An open API service indexing awesome lists of open source software.

https://github.com/jhurliman/homebridge-rfxcom

Homebridge plugin for RFXtrx433(E) transceivers.
https://github.com/jhurliman/homebridge-rfxcom

Last synced: about 1 year ago
JSON representation

Homebridge plugin for RFXtrx433(E) transceivers.

Awesome Lists containing this project

README

          

# homebridge-rfxcom
-----
Homebridge plugin for [RFXtrx433(E)](http://www.rfxcom.com/RFXtrx433E-USB-43392MHz-Transceiver/en) transceivers.

## 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.