Skip to content

Commit

Permalink
chore: release v2.11.2
Browse files Browse the repository at this point in the history
* (René) dependencies updated
* (René) fix eslint reported issues
* (René) see issue #489: increase limit of status change list to 100
  • Loading branch information
rg-engineering committed Nov 22, 2023
1 parent 28d5b19 commit 6b6d286
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 17 deletions.
26 changes: 12 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,7 @@ When the adapter crashes or an other Code error happens, this error message that
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 2.11.2 (2023-11-22)
* (René) dependencies updated
* (René) fix eslint reported issues
* (René) see issue #489: increase limit of status change list to 100
Expand Down Expand Up @@ -313,7 +312,7 @@ When the adapter crashes or an other Code error happens, this error message that

### 2.9.1 (2022-06-10)
* (René) bug fix timer id's for extended actor handling
* (René) bug fix exception in SetRoomTemperature
* (René) bug fix exception in SetRoomTemperature

### 2.9.0 (2022-06-09)
* (René) see issue #302: adjustable info logging for temperature, aktor and window status change
Expand All @@ -323,7 +322,7 @@ When the adapter crashes or an other Code error happens, this error message that
* (René) see issue #312: bug fix in window is open handling if thermostat reduces temperature

### 2.8.6 (2022-03-31)
* (René) see issue #265 and #305: bg fix window handling for rooms with more then one window and sensors with regular status update
* (René) see issue #265 and #305: bg fix window handling for rooms with more then one window and sensors with regular status update

### 2.8.5 (2022-02-12)
* (René) sentry: Cannot read property 'PARENT_TYPE' of undefined
Expand Down Expand Up @@ -389,7 +388,7 @@ When the adapter crashes or an other Code error happens, this error message that
### 2.4.3 (2021-06-17)
* (René) see issue #243: bug fix for HeatingPeriod when adpater starts
* (René) see issue #245: problem with manual mode when SensorOpenDelay is used
* (René) see issue #244: bug fix for WindowOpenImg
* (René) see issue #244: bug fix for WindowOpenImg

### 2.4.2 (2021-05-17)
* (René) logging for ActorsOn optimized
Expand Down Expand Up @@ -423,7 +422,7 @@ When the adapter crashes or an other Code error happens, this error message that
* (René) see issue #219: bug fix: DecreaseValues and ProfilName are copied in CopyProfile now

### 2.1.1 (2021-02-08)
* (René) bug fix Temperatur Offset: invert sign of TemperatureOffset
* (René) bug fix Temperatur Offset: invert sign of TemperatureOffset

### 2.1.0 (2021-01-31)
* (René) see issue #198: add name to profile as a datapoint, used to be shown in visualisation
Expand Down Expand Up @@ -473,7 +472,6 @@ When the adapter crashes or an other Code error happens, this error message that
* #152 Fenstererkennung im manuellen Modus
* #148 Bei Änderung vom Thermostat bis zum nächsten Profilpunkt müssen Sensoren berücksichtigt werden


### 1.1.2 (2020-11-11)
* (René) bug fix: activate actors after temperatur change

Expand All @@ -484,7 +482,7 @@ When the adapter crashes or an other Code error happens, this error message that
* (René) see issue #132: timer before on and off for actuators
* (René) see issue #143: additional checks to avoid unneccessary override
* (René) see issue #140: use guests present and party now DP's also as counter like present (as a option); add adjustable counter limit for present, party now and guest present
* (René) see issue #145: avoid reset of target temperatur by profile settings in option "until next profil point" when set by thermostat
* (René) see issue #145: avoid reset of target temperatur by profile settings in option "until next profil point" when set by thermostat

### 1.0.0 (2020-10-09)
* (matida538) added better Handling of strings in HandleThermostat (convert to Number, instead of warn) (e.g. fhem connector for fht80)
Expand Down Expand Up @@ -532,7 +530,7 @@ When the adapter crashes or an other Code error happens, this error message that
* (René) see issue #70: use changes from thermostat
* (René) see issue #91 bug fix: if the same sensor is configured for more than one room thermostat target temperature will be set for all configured rooms
* (René) script from Pittini integrated to support his visualization [Pittini](https://github.com/Pittini/iobroker-heatingcontrol-vis)
* (Dutchman) some refactoring
* (Dutchman) some refactoring

### 0.3.19 (2020-03-15)
* (René) create correct cron job for sunday if profile type "every day" is used
Expand Down Expand Up @@ -564,11 +562,11 @@ When the adapter crashes or an other Code error happens, this error message that
* (René) bugfix create cron jobs for profile type 3 (daily)

### 0.3.12 (2019-12-27)
* (René) bugfix exception in CheckTemperatureChange [ReferenceError: RoomState is not defined]
* (René) bugfix exception in CheckTemperatureChange [ReferenceError: RoomState is not defined]

### 0.3.11 (2019-12-27)
* (René) option: minimum temperature per room
* (René) bugfix exception in CheckTemperatureChange [ReferenceError: PublicHolidyToday is not defined]
* (René) bugfix exception in CheckTemperatureChange [ReferenceError: PublicHolidyToday is not defined]

### 0.3.10 (2019-12-26)
* (René) see issue #54: stop override with OverrideTemperature =0
Expand Down Expand Up @@ -620,7 +618,7 @@ Attention: some changes in datapoints!!
### 0.3.2 (2019-11-01)
* (René) try to convert temperature to number if NaN
* (René) see issue #33: check for heating period when adapter starts
* (René) fix a problem in subscription function when room can not be found
* (René) fix a problem in subscription function when room can not be found

### 0.3.1 (2019-10-31)
* (René) see issue #42 and #44: check all sensors per room and set state when adapter starts
Expand All @@ -632,7 +630,7 @@ Attention: some changes in datapoints!!
* (René) see issue #24: use external data point to set internal "present" data point
* (René) see issue #15: manual temperatur override
* (René) see issue #35: delete of devices
* (René) reset DeleteAll at next admin start
* (René) reset DeleteAll at next admin start

### 0.2.3 (2019-09-20)
* (René) see issue #19: handling of enums created in iobroker admin fixed
Expand All @@ -652,7 +650,7 @@ Attention: some changes in datapoints!!
* (René) bug fixes in actuator handling

### 0.2.0 (2019-09-05)
* (René) path to Feiertag-Adapter can also include a complete datapoint path
* (René) path to Feiertag-Adapter can also include a complete datapoint path

### 0.1.0 (2019-08-25)
* (René) redesign of data structure
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.heatingcontrol",
"version": "2.11.1",
"version": "2.11.2",
"description": "HeatingControl Adapter",
"author": {
"name": "René G.",
Expand Down

0 comments on commit 6b6d286

Please sign in to comment.