A homebridge module able to switch on/off Chacon modules using RF433 and wiringPi
npm install homebridge-rpi-chaconChacon/DIO RF433 switches support for homebridge running on a raspberry pi.
This plugin uses extensively the WiringPi lib to communicate with GPIO ports of
the raspberry. This plugin is compatible with RF433 emitter wired to the Raspberry.
"accessories": [
{
"accessory": "Chacon",
"name": "Switch1",
"deviceId": 1,
"emitterId": 12325261
},
{
"accessory": "Chacon",
"name": "Switch2",
"deviceId": 2,
"emitterId": 12325261
},
{
"accessory": "Chacon",
"name": "Switch3",
"deviceId": 3,
"emitterId": 12325261
}
]
Each accessory have a unique deviceId that is transmitted during the learning process,
the emitterId bounds a switch to that emitter, a switch can have multiple emitter associated (a remote control).