Releases: marcsowen/homebridge-homematicip
Releases · marcsowen/homebridge-homematicip
0.3.2
0.3.1
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
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
v0.2.4
v0.2.3
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
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.