Skip to content

Releases: marcsowen/homebridge-homematicip

v1.1.0

12 Oct 06:52
Compare
Choose a tag to compare

1.1.0 (2022-10-12)

Improvements

  • WallMountedThermostat: Improved handling of heating/cooling state (@aceg1k)
  • WallMountedThermostat: Guard against unnecessary API calls (@aceg1k)
  • API call limited: Added reservoir and ability to prioritize API calls (@aceg1k)
  • General: Version bumps of dependencies

v1.0.1

05 Sep 06:35
Compare
Choose a tag to compare

1.0.1 (2022-09-05)

Bugfix

  • Switches: Fixed "characteristic was supplied illegal value: null"

v1.0.0

31 Aug 09:58
Compare
Choose a tag to compare

1.0.0 (2022-08-31)

New devices

  • HmIP-BLS: Added support for HmIP-BLS brand switch notification light (Many thanks to @smhex)

Improvements

  • ClimateSensor: Added switch to force a thermostat device to act as a climate sensor (Many thanks to @ohueter)
  • General: It's time for version 1.0.0!
  • General: Version bumps of dependencies.

0.8.0

11 May 06:51
Compare
Choose a tag to compare

0.8.0 (2022-05-11)

New devices

  • HmIP-DLS: Added support for HmIP-DLS door lock sensor (Many thanks to @smhex)

Improvements

  • General: Version bumps of dependencies.
  • General: Switched to pnpm instead of npm.

Bugfix

  • SecuritySystem: Fixed erroneous state change within the home app.

v0.7.2

29 Dec 16:01
Compare
Choose a tag to compare

0.7.2 (2021-12-29)

Improvements

  • HmIP-MOD: Added "lightSwitch" config option to disable light switch if not available.
  • General: Reduced verbosity of log messages. Some frequent log messages have log level debug now.

Bugfix

  • General: Fixed removal of cached accessories which were removed from HmIP cloud.

v0.7.1

21 Dec 15:19
Compare
Choose a tag to compare

0.7.1 (2021-12-21)

Improvements

  • General: Added per-device config. All devices can be hidden by setting config.json option "hidden": true. See
    GitHub Wiki for details.
  • HmIP-DLD: New option "openLatch". When set to true, opening the lock will open the door completely by pulling
    the door latch.

Bugfix

  • HmIP-DLD: Lock target state was not always updated correctly displaying an opening/closing animation in Home app.

v0.7.0

18 Dec 16:40
Compare
Choose a tag to compare

0.7.0 (2021-12-18)

New devices

  • HmIP-DLD: Added support for HmIP door lock drive - thanks to @adrianoje for borrowing me his HmIP-DLD!

Improvements

  • General: Version bumps of dependencies.

0.6.0

26 Nov 08:21
Compare
Choose a tag to compare

0.6.0 (2021-11-26)

Improvements

  • Elgato EVE history service: Support for graphical temperature/humidity plots when using EVE app. The history is
    stored on the filesystem of the server running this plugin (e.g. your Raspberry Pi). Many thanks to @dmalch for
    implementing this feature.
  • General: Clean-up and version bumps.

0.5.2

07 Oct 13:18
Compare
Choose a tag to compare

0.5.2 (2021-10-07)

New devices

  • HmIP-eTRV-E: Added support for HmIP Thermostat "Evo" - thanks to Sven Liebert for adding support.

Improvements

  • HmIPHeatingThermostat: Extend min/max set temperature range to 5-30 degrees.

Bugfix

  • General: Version bumps for dependencies. I'm still using 3.0.0-beta9 of node-fetch since all projects need to
    switch from "commonJS" to "ESM" starting from node-fetch 3.0.0. This caused problems for some users.
    (#165)

0.5.1

29 Jul 10:02
Compare
Choose a tag to compare

0.5.1 (2021-07-29)

Bugfix

  • General: Version bumps for dependencies. Solves an issue with node-fetch for newer installations.