Skip to content

Releases: yenoiwesa/homebridge-connexoon

2.0.0

22 Jun 07:20
50446dc
Compare
Choose a tag to compare

Breaking Changes

The commands setting for Window Coverings devices now accepts an array of strings instead of an array of objects. Please update your configurations as follows if you are upgrading to version 2+:

commands is an Array of Strings mapping RTS commands (one of open, my, close) to homekit window covering positions.

The default value is:

["close", "my", "open"]

The above configuration means that the shade will have three 'steps' in the Home app, with the bottom one sending the close command, the middle one sending the my command and the top one sending the open command.

If your shades have been installed in the opposite direction, simply reverse the commands array to:

["open", "my", "close"]

It is also possible to override the configuration to have only two 'steps' for the shade's closure, and for instance, use the 'my' preferred position as the open state, with:

["close", "my"]

Other changes

  • The state of the devices is now refreshed in the background every 10 seconds by default. A new setting pollingInterval allows to configure the polling interval. Setting its value to 0 disables polling entirely. Note that the information is refreshed on demand when using the Home app, this configuration is designed to let Homekit automations react to state updates in the background.
  • A new setting useListedDevicesOnly allows to filter devices that will be mapped to Homekit by this platform. The default value is false (all devices found will be mapped). If set to true, only the devices listed in the devices setting will be included in the platform. Other devices will be filtered out. To include a device with no additional configuration, use an empty object as value: "Bedroom Blind": {}.
  • Clarified in the README.md file that this plugin handles devices using the RTS communication protocol.

1.2.0

04 Nov 11:48
Compare
Choose a tag to compare
  • Added back support for the previous login method (Simple Auth to the Overkiz server) as well as keeping the Somfy.com OAuth one. The plugin will attempt the OAuth method first and fall back to the Simple Auth method if the first one fails. #5
  • Added support for Roller Shutter devices. #5
  • Updated npm dependencies.

1.1.0

14 Sep 00:46
Compare
Choose a tag to compare
  • Swapped JSessionID-type login method for Somfy's OAuth password access tokens. This should be more reliable, especially during server maintenance. All subsequent requests use the access token as a mean of authentication.
  • Security vulnerability patch to eslint dependency.

1.0.0

25 Aug 03:08
28cca0b
Compare
Choose a tag to compare

Initial release of the homebridge-connexoon plugin with support for RTS Screens.