Skip to content

Releases: marcsowen/homebridge-homematicip

0.3.2

13 Mar 16:46
Compare
Choose a tag to compare

0.3.2 (2021-03-13)

Improvements

  • ContactSensor: Removed obsolete current door state characteristic.

0.3.1

13 Mar 16:09
Compare
Choose a tag to compare

0.3.1 (2021-03-13)

Improvements

  • ContactSensor: Removed additional "window" service which prevents display of two window sensors when there is only
    one.
  • RotaryHandleSensor: Use window service for the rotary handle sensor exclusively. Removed contact service for this
    device.

0.3.0

27 Feb 23:47
Compare
Choose a tag to compare

0.3.0 (2021-02-28)

New devices

  • SecuritySystem: Added security system including internal and external alarm zones. This is definitely beta, so
    please don't trust the alarm to go off inside HomeKit. Also check the HomematicIP app to be sure the right alarm
    setting is applied.

Improvements

  • ContactSensor: Added "window" service to contact sensor. The window service supports "tilted" windows by
    displaying a current position of 50%.
  • General: Only add battery service if device actually has a battery.
  • General: Removed now optional characteristics "battery level" and "charging state" which are not supported by
    HomematicIP anyway.

v0.2.5

12 Feb 20:41
Compare
Choose a tag to compare

0.2.5 (2021-02-12)

Improvements

  • Shutter/Blind: Improved target position behavior even further. Now target always follows the current position. The
    spinning progress indicator was actually spinning because current and target position were not the same.

v0.2.4

12 Feb 19:58
Compare
Choose a tag to compare

0.2.4 (2021-02-12)

Improvements

  • General: Removed all push button type devices. I haven't figured out a way to get push events from the HmIP-Cloud.
    My guess is it is not possible. Now those devices not shown as unsupported devices in the Home App.

v0.2.3

12 Feb 13:41
Compare
Choose a tag to compare

0.2.3 (2021-02-12)

New devices

  • HmIP-eTRV-C: Heating-thermostat compact without display

Improvements

  • HmIP-eTRV: Fixed update of valve position. Show valve position changes in logs.
  • HmIP-eTRV: Valve position > 0 indicates current cooling/heating state: HEAT. Valve position = 0 indicates current
    heating cooling/heating state: OFF.
  • HmIP-eTRV: Added logs for setting ignored values (target cooling/heating mode, display units).
  • HmIP-eTRV: Target cooling/heating mode is now ignored. Will be used for future mapping of custom states.
  • HmIP-eTRV: Show changes of valve state in logs.

Bugfix

  • Shutter/Blind: Fixed spinning progress indicator in Home app.
  • HmIP-eTRV-C: HmIP-eTRV-C was listed but not actually supported.

v0.2.2

11 Feb 21:26
Compare
Choose a tag to compare

0.2.2 (2021-02-11)

New devices

  • HmIP-SLO: Light Sensor outdoor

Improvements

  • General: Added API call rate limiter to prevent 60 minutes IP blocks by eq-3 when using fast firing GUI elements
    like the shutter slider in EVE app.
  • SwitchMeasuring: Show power and energy with less decimal places.
  • Shutter/Blind: Show shutter and slats level without decimal places.
  • General: Minor code cleanup.

v0.0.4

13 Jan 14:26
Compare
Choose a tag to compare
node-fetch is a runtime requirement now.