Skip to content

Releases: ebaauw/homebridge-ws

v2.7.8

09 Apr 08:59
9ffc10c
Compare
Choose a tag to compare

Enhancements

  • Optionally expose rain (or snow) as Leak Sensor (in addition to Motion Sensor), see #50.

Bump Dependencies

  • homebridge-lib v6.3.13.

v2.7.7

10 Mar 12:53
6cdbdc0
Compare
Choose a tag to compare

Bump Dependencies

  • NodeJS v18.15.0 LTS;
  • homebridge-lib v6.3.12.

v2.7.6

25 Feb 10:52
95992b5
Compare
Choose a tag to compare

Bump Dependencies

  • NodeJS v18.14.2 LTS;
  • homebridge-lib v6.3.11.

v2.7.5

19 Feb 14:37
ebdcfbb
Compare
Choose a tag to compare

Bump Dependencies

  • NodeJS v18.14.1 LTS;
  • homebridge-lib v6.3.10.

v2.7.4

04 Feb 10:54
ad919f8
Compare
Choose a tag to compare

Bump Dependencies

  • NodeJS v18.14.0 LTS;
  • homebridge-lib v6.3.5.

v2.7.3

21 Jan 12:35
5fa4c45
Compare
Choose a tag to compare

Bug Fixes

  • RangeError: The value of "value" is out of range. It must be >= 0 and <= 65535. Received -30 for negative temperature values in history.

Bump Dependencies

  • homebridge-lib v6.3.2.

v2.7.0

15 Jan 20:25
b61cd7d
Compare
Choose a tag to compare

Minor Version

This version uses a new internal representation of Eve history, causing cached history entries by a previous version to be ignored. To prevent gaps in your history, please make sure to download the history in Eve on all your devices, before upgrading Homebridge WS.

Enhancements

  • Use Motion Sensor (instead of Leak Sensor) for rain/snow notifications:
    • Allows for push notifications to be enabled or disabled in Home app (this was no longer possible for Leak Sensor notifications since iOS 15);
    • Adds Eve history and Last Activation for Motion Detecteced;
    • Remove the noLeak config.json setting.

Bump Dependencies

  • NodeJS v18.13.0 LTS;
  • Homebridge v1.6.0;
  • homebridge-lib v6.2.0.

v2.6.3

25 Nov 15:09
bc81631
Compare
Choose a tag to compare

Enhancements

  • Expose Trend, causing Eve to show an icon for current whether conditions;
  • Expose Configured Name, so forecast services show proper name.

Bump Dependencies

  • NodeJS v18.12.1 LTS;
  • homebridge-lib v6.0.1.

v2.6.2

28 Oct 10:11
d97369f
Compare
Choose a tag to compare

Bump Dependencies

  • NodeJS v18.12.0 LTS;
  • homebridge v1.5.1;
  • homebridge-lib v5.7.0.

v2.6.1

02 Oct 12:01
24980d5
Compare
Choose a tag to compare

Breaking Changes

The weather report and configuration characteristics, have moved from the Leak Sensor service to a different Resource service. Because of this, HomeKit loses any associations of the characteristics from the old service, and treats the characteristics of the new service as new. In particular, you will lose any automation conditions on these.

Enhancements

  • Split the Weather service into a proper Leak Sensor (that can be left out when noLeak is set), and a custom Resource service for the custom characteristics exposing the weather report and accessory settings. This will cause HomeKit to remove these custom characteristics from any HomeKit automations and scenes. iOS 16 displays Leak Sensors differently, wanting people to remove the Leak Sensor rather than simply not triggering it (as was done in #26). See Discord for details.
  • Expose the forecast services on the forecast accessory as Resource (instead of Leak Sensor), when noLeak has been set. This will cause HomeKit to remove the forecast characteristics from any HomeKit automations and scenes, on upgrade and any time the noLeak setting is changed.

Bump Dependencies

  • NodeJS v16.17.1 LTS;
  • homebridge-lib v5.6.8