homebridge-rfx-shutter v2.1.1
homebridge-rfx-shutter
Homebridge plugin for shutters controlled by RFXtrx433(E) transceivers.
Warning
v1.x.x version of this plugin have issues with latest rfxcom versions (at least > 2.0.2). The multiple accessories model fire multiple listRemotes (one for each accessory defined on your config file) that overwhelm the transceivers. v2.x.x use platform model that prevent this issue.
@see V1 Readme file for v1.x.x usage.
Install
npm i -g homebridge-rfx-shutterUsage
In your ~/.homebridge/config.json on the platform part add your shutter using the following example:
{
"platform": "RFXShutterDynamicPlatform",
"tty": "/dev/ttyUSB0",
"openSeconds": 20,
"closeSeconds": 20,
"excludedDeviceIds": ["0x0D7337/1"]
}ttyis the device "teletype" that can be found usingfind-rfxcomrfxcom utility script.openSeconds/closeSecondsare optionals, by default they are set to25for opening and22seconds for closing.excludedDeviceIdsoption can be used to remove any shutter or "shutter group" to the platform. The device id of the shutter is provided in the accessory information (Serial number), see below:directionoption is here to support blinds that use the opposite direction. It has to be set toreversewhen needed (default tonormal).

If successful this plugin should dynamically find your shutters like below:

Release
yarn version
yarn build
yarn publish dist --access public5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago