From 6b6d2868742003ad01042382d30b1714f4eac0c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9?= Date: Wed, 22 Nov 2023 15:33:12 +0100 Subject: [PATCH] chore: release v2.11.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * (René) dependencies updated * (René) fix eslint reported issues * (René) see issue #489: increase limit of status change list to 100 --- README.md | 26 ++++++++++++-------------- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 2fefef6..90ab67a 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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) @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/package-lock.json b/package-lock.json index 0380eb6..b7a349c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.heatingcontrol", - "version": "2.11.1", + "version": "2.11.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.heatingcontrol", - "version": "2.11.1", + "version": "2.11.2", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "3.0.4", diff --git a/package.json b/package.json index efe690a..03011e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.heatingcontrol", - "version": "2.11.1", + "version": "2.11.2", "description": "HeatingControl Adapter", "author": { "name": "René G.",