Releases: marcsowen/homebridge-homematicip
Releases · marcsowen/homebridge-homematicip
v1.1.0
v1.0.1
v1.0.0
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
v0.7.2
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
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
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
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
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)