Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Releases: ebaauw/homebridge-soma

v1.0.18

20 Aug 07:59
569c512
Compare
Choose a tag to compare

Notice

This plugin is no longer being maintained, see README.

For production, I recommend to use Homebridge SC instead, which uses the SOMA Connect instead of BLE to communicate with the SOMA devices.

Bump Dependencies

  • NodeJS v16.17.0 LTS;
  • homebridge-lib v5.6.5.

v1.0.17

09 Jul 09:02
473737b
Compare
Choose a tag to compare

Bump Dependencies

  • NodeJS v16.16.0 LTS;
  • Homebridge v1.5.0;
  • homebridge-lib v5.6.2.

v1.0.16

18 Jun 08:14
e8d12b1
Compare
Choose a tag to compare

Bump Dependencies

  • NodeJS v16.15.1 LTS;
  • Homebridge-lib v5.6.0.

v1.0.15

14 May 18:43
1ddb254
Compare
Choose a tag to compare

Bump Dependencies

  • Homebridge v1.4.1.;
  • NodeJS v16.15.0 LTS;
  • homebridge-lib v5.5.0;
  • semver v7.3.7.

v1.0.14

20 Mar 09:32
221eece
Compare
Choose a tag to compare

Bump Dependencies

  • NodeJS v16.14.2 LTS;
  • homebridge-lib v5.3.2.

v1.0.13

13 Feb 20:10
b4085b8
Compare
Choose a tag to compare

Bump Dependencies

  • NodeJS v16.14.0 LTS;
  • homebridge-lib v5.2.3.

v1.0.12

22 Jan 22:05
8eb4273
Compare
Choose a tag to compare

Bump Dependencies

  • NodeJS v16.13.2 LTS;
  • Homebridge v1.4.0;
  • homebridge-lib v5.2.0.

v1.0.11

01 Jan 12:09
79bc475
Compare
Choose a tag to compare

Enhancements

  • Latest model Smart Shades 2.0 (BLINDY_V9_6) has different firmware, see #15 and #11.

Bump Dependencies

  • Homebridge v1.3.9;
  • homebridge-lib v5.1.23.

v1.0.10

15 Dec 19:42
535327b
Compare
Choose a tag to compare

Ehancements

  • Add Position Change characteristic to set relative position (step up or step down).
  • soma: Add up, down, stepUp, and stepDown commands.
  • BleClient.PeripheralDelegate: automatic retry of read(), write(), subscribe(), readAll(), see #6.

Bug Fixes

  • SomaClient: Motor Control commands not working.
  • BleClient: BleError would be emitted multiple times, resulting in duplicate error messages;
  • TypeError causing Homebridge crash in rare occasions.
  • TypeError when PeripheralDelagate hasn't got a linked Noble Peripheral, see #14.

Bump Dependencies

  • homebridge-lib v5.1.22.

v1.0.9

03 Dec 16:26
b83a0ae
Compare
Choose a tag to compare

Enhancements

  • Expose Low Battery Threshold on the Battery service, to set the threshold for Status Low Battery. Note that you need a decent HomeKit app to see or set this custom characteristics. It's initialised to 20%, as Eve will show a warning at 20% or lower, irrespective of Status Low Battery. See #12.

Bug Fixes

  • Status Low Battery was never set, see #12.

Bump Depedencies

  • Homebridge v1.3.8;
  • homebridge-lib v5.1.1.