Skip to content

Releases: yenoiwesa/homebridge-connexoon

2.2.4

25 Feb 00:18
1b2b8c8
Compare
Choose a tag to compare
  • Added support for Shutter device type #77

2.2.3

01 Jan 10:58
233123d
Compare
Choose a tag to compare
  • Added support for the My position command for OGP RTS window covering devices #65

2.2.2

02 Nov 21:25
Compare
Choose a tag to compare
  • Increased the retry delay when the execution queue is full from 8 seconds to 15 seconds to fix #64

2.2.1

19 Jun 13:44
Compare
Choose a tag to compare
  • Added config UI schema to support easier plugin configuration #60
  • Reduced the logging level of unmapped accessories from error to debug #47

2.2.0

11 Jun 02:18
Compare
Choose a tag to compare
  • Added support for new service configuration option TahomaUSA for USA-based Tahoma users. Contribution from @PabloZaiden. Thank you!

Handle exceptions on polled accessory updates

13 Mar 04:40
Compare
Choose a tag to compare
  • Added handling for exceptions received while polling for accessory updates #45
  • Reduced logging level of HomeKit GET state events from info to debug #45

2.1.2

31 Jan 10:24
Compare
Choose a tag to compare

Changes

  • #40 Fixed CERT_HAS_EXPIRED error for users of the Connexoon and Tahoma services.

2.1.1

31 Aug 01:08
Compare
Choose a tag to compare
  • Fixed HOOBS support by adding back PLUGIN_NAME as first parameter of api.registerPlatform(PLUGIN_NAME, PLATFORM_NAME, ConnexoonPlatform); #20

2.1.0

30 Aug 02:14
Compare
Choose a tag to compare
  • Upgraded npm dependencies to the latest versions. The platform now requires homebridge version 1.0.0 or above to run.
  • The platform will now properly use cached homebridge accessories and restore them, instead of always re-creating them from scratch when homebridge starts.
  • The platform will no longer unregister accessories if it cannot reach the Somfy server when homebridge starts. Instead the cached accessories will be still be available, and shown as "Not responding" in the Home app.
  • If the platform fails to reach the Somfy server when homebridge starts, it will re-attempt to connect every 5 minutes until it succeeds.

2.0.1

24 Jun 23:29
003eb05
Compare
Choose a tag to compare
  • Added support for retry attempts when the command execution queue is full (generally after 10 simultaneous commands have been sent) #13