Skip to content

Commit

Permalink
Version 0.5.2 - Support for HmIP-eTRV-E.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Sowen committed Oct 7, 2021
1 parent 0d4e48e commit 09ba850
Show file tree
Hide file tree
Showing 7 changed files with 382 additions and 701 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 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.
(https://github.com/marcsowen/homebridge-homematicip/issues/165)

## 0.5.1 (2021-07-29)

### Bugfix
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ button and note the "auth_token" that is being generated, add it to your config.
- HmIP-eTRV-2 (Radiator Thermostat)
- HmIP-eTRV-B (Radiator Thermostat - basic)
- HmIP-eTRV-C (Heating-thermostat - compact without display)
- HmIP-eTRV-E (Radiator Thermostat - Evo)
- HmIP-FROLL (Shutter Actuator - flush-mount)
- HmIP-BROLL (Shutter Actuator - brand-mount)
- HmIP-FBL (Blind Actuator - flush-mount)
Expand Down Expand Up @@ -88,7 +89,6 @@ button and note the "auth_token" that is being generated, add it to your config.
- HmIP-FDT Dimming Actuator flush-mount
- HmIPW-DRD3 (Homematic IP Wired Dimming Actuator – 3x channels) (*)


(*) Currently, only first channel is supported.

## TODOs
Expand Down
Loading

0 comments on commit 09ba850

Please sign in to comment.