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.
- Host: GitHub
- URL: https://github.com/jhurliman/homebridge-rfxcom
- Owner: jhurliman
- License: mit
- Created: 2017-08-17T13:57:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T09:47:36.000Z (over 7 years ago)
- Last Synced: 2025-03-26T16:39:04.088Z (about 1 year ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 3
- Watchers: 4
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.