2.1.1 • Published 3 years ago

homebridge-rfx-shutter v2.1.1

Weekly downloads
106
License
MIT
Repository
github
Last release
3 years ago

homebridge-rfx-shutter

GitHub package.json version GH CI Action

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-shutter

Usage

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"]
    }
  • tty is the device "teletype" that can be found using find-rfxcom rfxcom utility script.
  • openSeconds / closeSeconds are optionals, by default they are set to 25 for opening and 22 seconds for closing.
  • excludedDeviceIds option 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:
  • direction option is here to support blinds that use the opposite direction. It has to be set to reverse when needed (default to normal).

Accessory Information

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

Accessory Information

Release

yarn version
yarn build
yarn publish dist --access public
2.1.1

3 years ago

2.1.0

3 years ago

2.0.10

3 years ago

2.0.9

3 years ago

2.0.8

3 years ago

2.0.7

3 years ago

2.0.6

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.1.0

5 years ago