homebridge-rf433-without-server
v0.1.14
Published
Homebridge Plugin for RF 433 MHz Outlets
Downloads
12
Maintainers
Readme
homebridge-rf433
Control RF outlets with HomeKit / Siri
Installation
- Install WiringPi
- Install homebridge:
npm install -g homebridge
- Install homebridge-rf433:
npm install --global homebridge-rf433
- Update your configuration file.
Configuration
See sample-config.json
:
{
"accessory": "RF433",
"name": "Reading Light",
"systemCode": "11011",
"unitCode": 3,
"serviceType": "Lightbulb"
}