This is an accessory plugin for Homebridge providing an interface to manage and control 433Mhz radio frequency power outlets.
If you want to control your outlets with minimal setup requirements, check out homekit-outlets
homekit-outlets is a standalone and easy-to-use homebridge implementation which will allow you to setup and control your radio-frequency power outlets from any iOS device with Siri or the Home application.
After installing homebridge globally, install this plugin with
npm install -g homebridge-rf-outlet
Add one accessory to your config.json
for each individual radio frequency power outlet you'd like to control.
{
"bridge": {
"name": "Outlet Bridge",
"username": "FC:10:A7:DD:90:B5",
"port": 51826,
"pin": "380-81-301"
},
"description": "Self-contained HomeKit server for controlling wireless electrical outlets over radio frequency",
"accessories": [
{
"accessory": "Outlet",
"name": "Lamp",
"type": "Light",
"manufacturer": "Ikea",
"model": "SKEBY Lamp",
"serial": "",
"rf_on": 4480259,
"rf_off": 4480268
}
],
"platforms": []
}
Copyright 2017 by Trent Rand contact@trentrand.com. Licensed under MIT.