Skip to content

Releases: alexryd/homebridge-shelly

v0.19.1 (2021-08-09)

09 Aug 20:14
Compare
Choose a tag to compare

Fixed

  • Handle invalid sensor readings better by catching them and showing a default value instead. This fixes a bug where motion sensors would seem to be triggered when an invalid reading was received.

v0.19.0 (2021-08-06)

06 Aug 19:52
Compare
Choose a tag to compare

Added

  • Add support for the Shelly Door/Window vibration and tilt angle sensors. Since none of these are officially supported by HomeKit, vibration is implemented as a motion sensor and the tilt angle as a custom characteristic that only third party apps, such as Eve, support.

Fixed

  • Set the Shelly H&T battery level to 100% when running on an external power supply.

v0.18.1 (2021-08-01)

02 Aug 06:55
Compare
Choose a tag to compare

Fixed

  • Fix warnings about illegal characteristic values introduced in Shelly firmware version 1.11 (#327).
  • Update dependencies to fix security vulnerabilities.