homebridge-melcloud-control 4.10.4 → 4.10.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +237 -230
- package/package.json +2 -2
- package/src/deviceata.js +80 -83
- package/src/deviceatw.js +104 -109
- package/src/deviceerv.js +80 -81
package/CHANGELOG.md
CHANGED
|
@@ -24,52 +24,65 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
24
24
|
- For plugin < v4.6.0 use Homebridge UI <= v5.5.0
|
|
25
25
|
- For plugin >= v4.6.0 use Homebridge UI >= v5.13.0
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
## [4.10.4] - (08.05.2026)
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
### Changes
|
|
30
|
+
|
|
31
|
+
- fix RESTFul and MQTT set commands not working after externalIntegrations refactor (missing deviceData argument)
|
|
32
|
+
- fix ATW SetTemperatureZone1 sending wrong EffectiveFlag (was SetTemperatureZone2)
|
|
33
|
+
- fix ATW ProhibitZone1/ProhibitZone2 referencing undefined EffectiveFlags (now ProhibitHeatingZone1/ProhibitHeatingZone2)
|
|
34
|
+
- fix ATW holiday mode button TypeError for MELCloud Home (payload.holidayMode.enabled → payload.enabled)
|
|
35
|
+
- fix ATW Zone 2 thermostat target operation mode using operationModeZone1 instead of operationModeZone2
|
|
36
|
+
- fix ATW button state update using wrong mode numbers for Zone 1 and Hot Water (modes 20-50 were swapped)
|
|
37
|
+
- fix ATW Holiday button state never updating (case 53 → case 3)
|
|
38
|
+
- fix typos in debug log messages
|
|
39
|
+
|
|
40
|
+
## [4.10.2] - (18.04.2026)
|
|
41
|
+
|
|
42
|
+
### Changes
|
|
30
43
|
|
|
31
44
|
- fix [#243](https://github.com/grzegorz914/homebridge-melcloud-control/issues/243)
|
|
32
45
|
- cleanup
|
|
33
46
|
|
|
34
|
-
|
|
47
|
+
## [4.10.1] - (17.04.2026)
|
|
35
48
|
|
|
36
|
-
|
|
49
|
+
### Changes
|
|
37
50
|
|
|
38
51
|
- fix RESTFul port assigned
|
|
39
52
|
- stability and performance improvements
|
|
40
53
|
- cleanup
|
|
41
54
|
|
|
42
|
-
|
|
55
|
+
## [4.10.0] - (16.04.2026)
|
|
43
56
|
|
|
44
|
-
|
|
57
|
+
### Changes
|
|
45
58
|
|
|
46
59
|
- added web socket for real time data update with MELCloud Home
|
|
47
60
|
- cleanup
|
|
48
61
|
|
|
49
|
-
|
|
62
|
+
## [4.9.1] - (15.04.2026)
|
|
50
63
|
|
|
51
|
-
|
|
64
|
+
### Changes
|
|
52
65
|
|
|
53
66
|
- fix scene and shedule enable/disable for MELCloud Home
|
|
54
67
|
|
|
55
|
-
|
|
68
|
+
## [4.9.0] - (15.04.2026)
|
|
56
69
|
|
|
57
|
-
|
|
70
|
+
### Changes
|
|
58
71
|
|
|
59
72
|
- refactor MELCloud Home to use Bearer token for authentication instead of cookies, fix [#240]
|
|
60
73
|
- bump dependencies
|
|
61
74
|
- cleanup
|
|
62
75
|
|
|
63
|
-
|
|
76
|
+
## [4.8.7] - (10.04.2026)
|
|
64
77
|
|
|
65
|
-
|
|
78
|
+
### Changes
|
|
66
79
|
|
|
67
80
|
- refactor connect manager
|
|
68
81
|
- cleanup
|
|
69
82
|
|
|
70
|
-
|
|
83
|
+
## [4.8.4] - (22.03.2026)
|
|
71
84
|
|
|
72
|
-
|
|
85
|
+
### Changes
|
|
73
86
|
|
|
74
87
|
- fix report correct fan mode fter power ON with HK
|
|
75
88
|
- fix wide vane support
|
|
@@ -77,9 +90,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
77
90
|
- bump dependencies
|
|
78
91
|
- cleanup
|
|
79
92
|
|
|
80
|
-
|
|
93
|
+
## [4.8.3] - (17.03.2026)
|
|
81
94
|
|
|
82
|
-
|
|
95
|
+
### Changes
|
|
83
96
|
|
|
84
97
|
- fix fan mode control and display
|
|
85
98
|
- fix account disable
|
|
@@ -87,9 +100,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
87
100
|
- redme update
|
|
88
101
|
- cleanup
|
|
89
102
|
|
|
90
|
-
|
|
103
|
+
## [4.8.0] - (23.02.2026)
|
|
91
104
|
|
|
92
|
-
|
|
105
|
+
### Changes
|
|
93
106
|
|
|
94
107
|
- add support to update room temperature over MQTT or RESTFul, fix [#238](https://github.com/grzegorz914/homebridge-melcloud-control/issues/238)
|
|
95
108
|
- bump dependencies
|
|
@@ -97,9 +110,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
97
110
|
- redme update
|
|
98
111
|
- cleanup
|
|
99
112
|
|
|
100
|
-
|
|
113
|
+
## [4.7.10] - (19.02.2026)
|
|
101
114
|
|
|
102
|
-
|
|
115
|
+
### Changes
|
|
103
116
|
|
|
104
117
|
- fix [#237](https://github.com/grzegorz914/homebridge-melcloud-control/issues/237)
|
|
105
118
|
- bump dependencies
|
|
@@ -107,9 +120,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
107
120
|
- redme update
|
|
108
121
|
- cleanup
|
|
109
122
|
|
|
110
|
-
|
|
123
|
+
## [4.7.9] - (18.02.2026)
|
|
111
124
|
|
|
112
|
-
|
|
125
|
+
### Changes
|
|
113
126
|
|
|
114
127
|
- fix wrong display zone 2 for ATW (MELCloud Home)
|
|
115
128
|
- fix set ATW different params
|
|
@@ -120,44 +133,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
120
133
|
- redme update
|
|
121
134
|
- cleanup
|
|
122
135
|
|
|
123
|
-
|
|
136
|
+
## [4.7.8] - (02.02.2026)
|
|
124
137
|
|
|
125
|
-
|
|
138
|
+
### Changes
|
|
126
139
|
|
|
127
140
|
- fix [#236](https://github.com/grzegorz914/homebridge-melcloud-control/issues/236)
|
|
128
141
|
- cleanup
|
|
129
142
|
|
|
130
|
-
|
|
143
|
+
## [4.7.7] - (01.02.2026)
|
|
131
144
|
|
|
132
|
-
|
|
145
|
+
### Changes
|
|
133
146
|
|
|
134
147
|
- fix frost protection characteristics current temp update for ATW
|
|
135
148
|
- cleanup
|
|
136
149
|
|
|
137
|
-
|
|
150
|
+
## [4.7.6] - (31.01.2026)
|
|
138
151
|
|
|
139
|
-
|
|
152
|
+
### Changes
|
|
140
153
|
|
|
141
154
|
- stability and performance improvements
|
|
142
155
|
- cleanup
|
|
143
156
|
|
|
144
|
-
|
|
157
|
+
## [4.7.5] - (30.01.2026)
|
|
145
158
|
|
|
146
|
-
|
|
159
|
+
### Changes
|
|
147
160
|
|
|
148
161
|
- stability and performance improvements
|
|
149
162
|
- cleanup
|
|
150
163
|
|
|
151
|
-
|
|
164
|
+
## [4.7.4] - (29.01.2026)
|
|
152
165
|
|
|
153
|
-
|
|
166
|
+
### Changes
|
|
154
167
|
|
|
155
168
|
- fix ATW Zone 2
|
|
156
169
|
- cleanup
|
|
157
170
|
|
|
158
|
-
|
|
171
|
+
## [4.7.3] - (29.01.2026)
|
|
159
172
|
|
|
160
|
-
|
|
173
|
+
### Changes
|
|
161
174
|
|
|
162
175
|
- fix [#235](https://github.com/grzegorz914/homebridge-melcloud-control/issues/235)
|
|
163
176
|
- fix 2 [#233](https://github.com/grzegorz914/homebridge-melcloud-control/issues/233)
|
|
@@ -167,9 +180,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
167
180
|
- other fixes for ATA, ATW, ERV
|
|
168
181
|
- cleanup
|
|
169
182
|
|
|
170
|
-
|
|
183
|
+
## [4.7.2] - (29.01.2026)
|
|
171
184
|
|
|
172
|
-
|
|
185
|
+
### Changes
|
|
173
186
|
|
|
174
187
|
- fix zone2 for ATW devices
|
|
175
188
|
- constants updated
|
|
@@ -177,17 +190,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
177
190
|
- bump dependencies
|
|
178
191
|
- cleanup
|
|
179
192
|
|
|
180
|
-
|
|
193
|
+
## [4.7.1] - (27.01.2026)
|
|
181
194
|
|
|
182
|
-
|
|
195
|
+
### Changes
|
|
183
196
|
|
|
184
197
|
- add falback to power for unit status in melcloud home
|
|
185
198
|
- constants updated
|
|
186
199
|
- cleanup
|
|
187
200
|
|
|
188
|
-
|
|
201
|
+
## [4.7.0] - (27.01.2026)
|
|
189
202
|
|
|
190
|
-
|
|
203
|
+
### Changes
|
|
191
204
|
|
|
192
205
|
- add support for ATW, fix [#233](https://github.com/grzegorz914/homebridge-melcloud-control/issues/233), thanks @bastienb99
|
|
193
206
|
- fix [#232](https://github.com/grzegorz914/homebridge-melcloud-control/issues/232)
|
|
@@ -196,75 +209,75 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
196
209
|
- bump dependencies
|
|
197
210
|
- cleanup
|
|
198
211
|
|
|
199
|
-
|
|
212
|
+
## [4.6.6] - (23.01.2026)
|
|
200
213
|
|
|
201
|
-
|
|
214
|
+
### Changes
|
|
202
215
|
|
|
203
216
|
- fix devices array initialization from UI on first run, fix [#231](https://github.com/grzegorz914/homebridge-melcloud-control/issues/231)
|
|
204
217
|
- config schema updated
|
|
205
218
|
- bump dependencies
|
|
206
219
|
- cleanup
|
|
207
220
|
|
|
208
|
-
|
|
221
|
+
## [4.6.4] - (10.01.2026)
|
|
209
222
|
|
|
210
|
-
|
|
223
|
+
### Changes
|
|
211
224
|
|
|
212
225
|
- config schema updated
|
|
213
226
|
- fix hide log success and dev info
|
|
214
227
|
- bump dependencies
|
|
215
228
|
- cleanup
|
|
216
229
|
|
|
217
|
-
|
|
230
|
+
## [4.6.3] - (01.01.2026)
|
|
218
231
|
|
|
219
|
-
|
|
232
|
+
### Changes
|
|
220
233
|
|
|
221
234
|
- config schema updated
|
|
222
235
|
- cleanup
|
|
223
236
|
|
|
224
|
-
|
|
237
|
+
## [4.6.2] - (01.01.2026)
|
|
225
238
|
|
|
226
|
-
|
|
239
|
+
### Changes
|
|
227
240
|
|
|
228
241
|
- improvement support of Homebridge UI >= v5.13.0
|
|
229
242
|
- config schema updated
|
|
230
243
|
- redme updated
|
|
231
244
|
- cleanup
|
|
232
245
|
|
|
233
|
-
|
|
246
|
+
## [4.6.1] - (29.12.2025)
|
|
234
247
|
|
|
235
|
-
|
|
248
|
+
### Changes
|
|
236
249
|
|
|
237
250
|
- config schema updated
|
|
238
251
|
- redme updated
|
|
239
252
|
- cleanup
|
|
240
253
|
|
|
241
|
-
|
|
254
|
+
## [4.6.0] - (28.12.2025)
|
|
242
255
|
|
|
243
|
-
|
|
256
|
+
### Changes
|
|
244
257
|
|
|
245
258
|
- added support for Homebridge UI >= v5.13.0, [#228](https://github.com/grzegorz914/homebridge-melcloud-control/issues/228)
|
|
246
259
|
- config schema updated
|
|
247
260
|
- redme updated
|
|
248
261
|
- cleanup
|
|
249
262
|
|
|
250
|
-
|
|
263
|
+
## [4.5.7] - (24.12.2025)
|
|
251
264
|
|
|
252
|
-
|
|
265
|
+
### Changes
|
|
253
266
|
|
|
254
267
|
- fix [#229](https://github.com/grzegorz914/homebridge-melcloud-control/issues/229)
|
|
255
268
|
- cleanup
|
|
256
269
|
|
|
257
|
-
|
|
270
|
+
## [4.5.6] - (22.12.2025)
|
|
258
271
|
|
|
259
|
-
|
|
272
|
+
### Changes
|
|
260
273
|
|
|
261
274
|
- improvements of arch detection
|
|
262
275
|
- fix install chrome browser for docker image
|
|
263
276
|
- cleanup
|
|
264
277
|
|
|
265
|
-
|
|
278
|
+
## [4.5.5] - (21.12.2025)
|
|
266
279
|
|
|
267
|
-
|
|
280
|
+
### Changes
|
|
268
281
|
|
|
269
282
|
- fix characteristics warning in Thermostat mode if frost protection active
|
|
270
283
|
- fix device type shows undefined
|
|
@@ -272,21 +285,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
272
285
|
- redme updated
|
|
273
286
|
- cleanup
|
|
274
287
|
|
|
275
|
-
|
|
288
|
+
## [4.5.4] - (19.12.2025)
|
|
276
289
|
|
|
277
|
-
|
|
290
|
+
### Changes
|
|
278
291
|
|
|
279
292
|
- MELCLoud, fix[#227](https://github.com/grzegorz914/homebridge-melcloud-control/issues/227)
|
|
280
293
|
|
|
281
|
-
|
|
294
|
+
## [4.5.3] - (19.12.2025)
|
|
282
295
|
|
|
283
|
-
|
|
296
|
+
### Changes
|
|
284
297
|
|
|
285
298
|
- MELCLoud Home, fix[#227](https://github.com/grzegorz914/homebridge-melcloud-control/issues/227)
|
|
286
299
|
|
|
287
|
-
|
|
300
|
+
## [4.5.0] - (19.12.2025)
|
|
288
301
|
|
|
289
|
-
|
|
302
|
+
### Changes
|
|
290
303
|
|
|
291
304
|
- stability and performance improvements
|
|
292
305
|
- remove oldnot existed presets, schedules, scenes fom config during (Connect To Melcloud)
|
|
@@ -295,9 +308,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
295
308
|
- redme updated
|
|
296
309
|
- cleanup
|
|
297
310
|
|
|
298
|
-
|
|
311
|
+
## [4.4.0] - (10.12.2025)
|
|
299
312
|
|
|
300
|
-
|
|
313
|
+
### Changes
|
|
301
314
|
|
|
302
315
|
- added possibility to set frost protection min/max temperaure (ATA, ATW)
|
|
303
316
|
- added possibility to set overheat protection min/max temperture (ATA)
|
|
@@ -306,59 +319,59 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
306
319
|
- bump dependencies
|
|
307
320
|
- cleanup
|
|
308
321
|
|
|
309
|
-
|
|
322
|
+
## [4.3.11] - (07.12.2025)
|
|
310
323
|
|
|
311
|
-
|
|
324
|
+
### Changes
|
|
312
325
|
|
|
313
326
|
- stability and performance improvements
|
|
314
327
|
- bump dependencies
|
|
315
328
|
- cleanup
|
|
316
329
|
|
|
317
|
-
|
|
330
|
+
## [4.3.9] - (01.12.2025)
|
|
318
331
|
|
|
319
|
-
|
|
332
|
+
### Changes
|
|
320
333
|
|
|
321
334
|
- stability and performance improvements
|
|
322
335
|
- fix vane H/V display wrong state
|
|
323
336
|
- cleanup
|
|
324
337
|
|
|
325
|
-
|
|
338
|
+
## [4.3.8] - (29.11.2025)
|
|
326
339
|
|
|
327
|
-
|
|
340
|
+
### Changes
|
|
328
341
|
|
|
329
342
|
- display warning if device is disabled in config
|
|
330
343
|
- display warning if device not exist in MELCLoud and is configured in config
|
|
331
344
|
- cleanup
|
|
332
345
|
|
|
333
|
-
|
|
346
|
+
## [4.3.7] - (28.11.2025)
|
|
334
347
|
|
|
335
|
-
|
|
348
|
+
### Changes
|
|
336
349
|
|
|
337
350
|
- fix operation mode FAN and AUTO for MELCloud Home ATA
|
|
338
351
|
- stability and performance improvements
|
|
339
352
|
- config schema updated
|
|
340
353
|
- cleanup
|
|
341
354
|
|
|
342
|
-
|
|
355
|
+
## [4.3.5] - (24.11.2025)
|
|
343
356
|
|
|
344
|
-
|
|
357
|
+
### Changes
|
|
345
358
|
|
|
346
359
|
- removed device refresh time settings
|
|
347
360
|
- stability and performance improvements
|
|
348
361
|
- redme updated
|
|
349
362
|
- cleanup
|
|
350
363
|
|
|
351
|
-
|
|
364
|
+
## [4.3.4] - (23.11.2025)
|
|
352
365
|
|
|
353
|
-
|
|
366
|
+
### Changes
|
|
354
367
|
|
|
355
368
|
- fix account monitoring start
|
|
356
369
|
- stability improvements
|
|
357
370
|
- cleanup
|
|
358
371
|
|
|
359
|
-
|
|
372
|
+
## [4.3.3] - (22.11.2025)
|
|
360
373
|
|
|
361
|
-
|
|
374
|
+
### Changes
|
|
362
375
|
|
|
363
376
|
- fix [#224](https://github.com/grzegorz914/homebridge-melcloud-control/issues/224)
|
|
364
377
|
- fix presets report wrong state
|
|
@@ -367,44 +380,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
367
380
|
- bump dependencies
|
|
368
381
|
- cleanup
|
|
369
382
|
|
|
370
|
-
|
|
383
|
+
## [4.3.2] - (21.11.2025)
|
|
371
384
|
|
|
372
|
-
|
|
385
|
+
### Changes
|
|
373
386
|
|
|
374
387
|
- stability improvements
|
|
375
388
|
- cleanup
|
|
376
389
|
|
|
377
|
-
|
|
390
|
+
## [4.3.0] - (20.11.2025)
|
|
378
391
|
|
|
379
|
-
|
|
392
|
+
### Changes
|
|
380
393
|
|
|
381
394
|
- use web socket for Real Time communication with MELCloud Home
|
|
382
395
|
- cleanup
|
|
383
396
|
|
|
384
|
-
|
|
397
|
+
## [4.2.8] - (18.11.2025)
|
|
385
398
|
|
|
386
|
-
|
|
399
|
+
### Changes
|
|
387
400
|
|
|
388
401
|
- added option to set only switch for presets, scenes, schedules or buttons
|
|
389
402
|
- readme updated
|
|
390
403
|
- cleanup
|
|
391
404
|
|
|
392
|
-
|
|
405
|
+
## [4.2.7] - (18.11.2025)
|
|
393
406
|
|
|
394
|
-
|
|
407
|
+
### Changes
|
|
395
408
|
|
|
396
409
|
- fix [#220](https://github.com/grzegorz914/homebridge-melcloud-control/issues/220)
|
|
397
410
|
|
|
398
|
-
|
|
411
|
+
## [4.2.6] - (18.11.2025)
|
|
399
412
|
|
|
400
|
-
|
|
413
|
+
### Changes
|
|
401
414
|
|
|
402
415
|
- stability improvements of RESTFul and MQTT start
|
|
403
416
|
- cleanup
|
|
404
417
|
|
|
405
|
-
|
|
418
|
+
## [4.2.5] - (17.11.2025)
|
|
406
419
|
|
|
407
|
-
|
|
420
|
+
### Changes
|
|
408
421
|
|
|
409
422
|
- fix device control stop working after some time
|
|
410
423
|
- fix device state not refresh
|
|
@@ -416,7 +429,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
416
429
|
|
|
417
430
|
## [4.2.3] - (15.11.2025)
|
|
418
431
|
|
|
419
|
-
|
|
432
|
+
### Changes
|
|
420
433
|
|
|
421
434
|
- added scenes support for MELCloud Home
|
|
422
435
|
- fix some issues
|
|
@@ -427,7 +440,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
427
440
|
|
|
428
441
|
## [4.2.2] - (14.11.2025)
|
|
429
442
|
|
|
430
|
-
|
|
443
|
+
### Changes
|
|
431
444
|
|
|
432
445
|
- added in standby mode sensor
|
|
433
446
|
- fix device control after some time
|
|
@@ -438,7 +451,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
438
451
|
|
|
439
452
|
## [4.2.1] - (13.11.2025)
|
|
440
453
|
|
|
441
|
-
|
|
454
|
+
### Changes
|
|
442
455
|
|
|
443
456
|
- RESTFul and MQTT update for MELCloud Home
|
|
444
457
|
- bump dependencies
|
|
@@ -448,7 +461,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
448
461
|
|
|
449
462
|
## [4.2.0] - (13.11.2025)
|
|
450
463
|
|
|
451
|
-
|
|
464
|
+
### Changes
|
|
452
465
|
|
|
453
466
|
- initial support for MELCloud Home ATW device
|
|
454
467
|
- added frost protection control for MELCloud Home ATA device
|
|
@@ -460,7 +473,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
460
473
|
|
|
461
474
|
## [4.1.2] - (11.11.2025)
|
|
462
475
|
|
|
463
|
-
|
|
476
|
+
### Changes
|
|
464
477
|
|
|
465
478
|
- fix [#218](https://github.com/grzegorz914/homebridge-melcloud-control/issues/218)
|
|
466
479
|
- added schedules support for MELCLoud Home ATA devices
|
|
@@ -470,7 +483,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
470
483
|
|
|
471
484
|
## [4.1.1] - (10.11.2025)
|
|
472
485
|
|
|
473
|
-
|
|
486
|
+
### Changes
|
|
474
487
|
|
|
475
488
|
- added shedule sensor for MELCLoud Home ATA devices
|
|
476
489
|
- config schema updated
|
|
@@ -479,7 +492,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
479
492
|
|
|
480
493
|
## [4.1.0] - (10.11.2025)
|
|
481
494
|
|
|
482
|
-
|
|
495
|
+
### Changes
|
|
483
496
|
|
|
484
497
|
- changed accessory category for ATA devices, required add accessory to KomeKit again
|
|
485
498
|
- added frost protection sensor for MELCLoud Home ATA devices
|
|
@@ -491,7 +504,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
491
504
|
|
|
492
505
|
## [4.0.3] - (08.11.2025)
|
|
493
506
|
|
|
494
|
-
|
|
507
|
+
### Changes
|
|
495
508
|
|
|
496
509
|
- fix ATW and ERV for old MELCloud
|
|
497
510
|
- bump dependencies
|
|
@@ -500,7 +513,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
500
513
|
|
|
501
514
|
## [4.0.2] - (06.11.2025)
|
|
502
515
|
|
|
503
|
-
|
|
516
|
+
### Changes
|
|
504
517
|
|
|
505
518
|
- fix RESTFul extrnal integration for MELCloud Home devices
|
|
506
519
|
- readme updated
|
|
@@ -508,7 +521,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
508
521
|
|
|
509
522
|
## [4.0.1] - (06.11.2025)
|
|
510
523
|
|
|
511
|
-
|
|
524
|
+
### Changes
|
|
512
525
|
|
|
513
526
|
- fix start error for old MELCLoud after update
|
|
514
527
|
- bump dependencies
|
|
@@ -517,7 +530,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
517
530
|
|
|
518
531
|
## [4.0.0] - (05.11.2025)
|
|
519
532
|
|
|
520
|
-
|
|
533
|
+
### Changes
|
|
521
534
|
|
|
522
535
|
- added support for MELCloud Home ATA devices [#215](https://github.com/grzegorz914/homebridge-melcloud-control/issues/215)
|
|
523
536
|
- added error sensor
|
|
@@ -527,19 +540,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
527
540
|
|
|
528
541
|
## [3.9.5] - (02.09.2025)
|
|
529
542
|
|
|
530
|
-
|
|
543
|
+
### Changes
|
|
531
544
|
|
|
532
545
|
- fix ERV start error
|
|
533
546
|
|
|
534
547
|
## [3.9.4] - (02.09.2025)
|
|
535
548
|
|
|
536
|
-
|
|
549
|
+
### Changes
|
|
537
550
|
|
|
538
551
|
- fix [#213](https://github.com/grzegorz914/homebridge-melcloud-control/issues/213)
|
|
539
552
|
|
|
540
553
|
## [3.9.0] - (18.08.2025)
|
|
541
554
|
|
|
542
|
-
|
|
555
|
+
### Changes
|
|
543
556
|
|
|
544
557
|
- Config UI CONECT TO MELCLOUD updated
|
|
545
558
|
- automayically remove devices not existed in melcloud
|
|
@@ -549,7 +562,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
549
562
|
|
|
550
563
|
## [3.8.14] - (26.06.2025)
|
|
551
564
|
|
|
552
|
-
|
|
565
|
+
### Changes
|
|
553
566
|
|
|
554
567
|
- fix [#199](https://github.com/grzegorz914/homebridge-melcloud-control/issues/199)
|
|
555
568
|
- fix [#205](https://github.com/grzegorz914/homebridge-melcloud-control/issues/205)
|
|
@@ -557,41 +570,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
557
570
|
|
|
558
571
|
## [3.8.13] - (26.06.2025)
|
|
559
572
|
|
|
560
|
-
|
|
573
|
+
### Changes
|
|
561
574
|
|
|
562
575
|
- fix [#206](https://github.com/grzegorz914/homebridge-melcloud-control/issues/206)
|
|
563
576
|
|
|
564
577
|
## [3.8.6] - (24.05.2025)
|
|
565
578
|
|
|
566
|
-
|
|
579
|
+
### Changes
|
|
567
580
|
|
|
568
581
|
- fix [#200](https://github.com/grzegorz914/homebridge-melcloud-control/issues/200)
|
|
569
582
|
- cleanup
|
|
570
583
|
|
|
571
584
|
## [3.8.5] - (24.05.2025)
|
|
572
585
|
|
|
573
|
-
|
|
586
|
+
### Changes
|
|
574
587
|
|
|
575
588
|
- fix [#199](https://github.com/grzegorz914/homebridge-melcloud-control/issues/199)
|
|
576
589
|
- cleanup
|
|
577
590
|
|
|
578
591
|
## [3.8.3] - (20.05.2025)
|
|
579
592
|
|
|
580
|
-
|
|
593
|
+
### Changes
|
|
581
594
|
|
|
582
595
|
- fix [#198](https://github.com/grzegorz914/homebridge-melcloud-control/issues/198)
|
|
583
596
|
- cleanup
|
|
584
597
|
|
|
585
598
|
## [3.8.1] - (10.05.2025)
|
|
586
599
|
|
|
587
|
-
|
|
600
|
+
### Changes
|
|
588
601
|
|
|
589
602
|
- fix temperature sensors
|
|
590
603
|
- cleanup
|
|
591
604
|
|
|
592
605
|
## [3.8.0] - (05.05.2025)
|
|
593
606
|
|
|
594
|
-
|
|
607
|
+
### Changes
|
|
595
608
|
|
|
596
609
|
- add possibility to hide individual zone accessory in Home app for ATW device, solved[#194](https://github.com/grzegorz914/homebridge-melcloud-control/issues/194)
|
|
597
610
|
- publish sensors independent from hiden zones for ATW devices
|
|
@@ -603,25 +616,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
603
616
|
|
|
604
617
|
## [3.7.5] - (25.03.2025)
|
|
605
618
|
|
|
606
|
-
|
|
619
|
+
### Changes
|
|
607
620
|
|
|
608
621
|
- fix[#192](https://github.com/grzegorz914/homebridge-melcloud-control/issues/192), thanks @helloabunai
|
|
609
622
|
|
|
610
623
|
## [3.7.3] - (15.03.2025)
|
|
611
624
|
|
|
612
|
-
|
|
625
|
+
### Changes
|
|
613
626
|
|
|
614
627
|
- updated Homebridge UI interface
|
|
615
628
|
|
|
616
629
|
## [3.7.1] - (14.03.2025)
|
|
617
630
|
|
|
618
|
-
|
|
631
|
+
### Changes
|
|
619
632
|
|
|
620
633
|
- removed possibility to disable indyvidual accessory due to duplicated function with displayMode
|
|
621
634
|
|
|
622
635
|
## [3.7.0] - (13.03.2025)
|
|
623
636
|
|
|
624
|
-
|
|
637
|
+
### Changes
|
|
625
638
|
|
|
626
639
|
- added possibility to disable indyvidual accessory
|
|
627
640
|
- bump dependencies
|
|
@@ -631,14 +644,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
631
644
|
|
|
632
645
|
## [3.6.9] - (28.02.2025)
|
|
633
646
|
|
|
634
|
-
|
|
647
|
+
### Changes
|
|
635
648
|
|
|
636
649
|
- fix[#191](https://github.com/grzegorz914/homebridge-melcloud-control/issues/191)
|
|
637
650
|
- cleanup
|
|
638
651
|
|
|
639
652
|
## [3.6.7] - (26.02.2025)
|
|
640
653
|
|
|
641
|
-
|
|
654
|
+
### Changes
|
|
642
655
|
|
|
643
656
|
- bump dependencies
|
|
644
657
|
- cleanup
|
|
@@ -646,31 +659,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
646
659
|
|
|
647
660
|
## [3.6.6] - (25.02.2025)
|
|
648
661
|
|
|
649
|
-
|
|
662
|
+
### Changes
|
|
650
663
|
|
|
651
664
|
- fix [#190](https://github.com/grzegorz914/homebridge-melcloud-control/issues/190)
|
|
652
665
|
|
|
653
666
|
## [3.6.4] - (09.02.2025)
|
|
654
667
|
|
|
655
|
-
|
|
668
|
+
### Changes
|
|
656
669
|
|
|
657
670
|
- fix plugin crash if config dosnt contain devices
|
|
658
671
|
|
|
659
672
|
## [3.6.3] - (07.02.2025)
|
|
660
673
|
|
|
661
|
-
|
|
674
|
+
### Changes
|
|
662
675
|
|
|
663
676
|
- stability and improvements
|
|
664
677
|
|
|
665
678
|
## [3.6.2] - (04.03.2025)
|
|
666
679
|
|
|
667
|
-
|
|
680
|
+
### Changes
|
|
668
681
|
|
|
669
682
|
- fix [#188](https://github.com/grzegorz914/homebridge-melcloud-control/issues/188)
|
|
670
683
|
|
|
671
684
|
## [3.6.1] - (29.01.2025)
|
|
672
685
|
|
|
673
|
-
|
|
686
|
+
### Changes
|
|
674
687
|
|
|
675
688
|
- refactor cnnect and reconnect code
|
|
676
689
|
- refactor external integrations MQTT and RESTFul
|
|
@@ -679,7 +692,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
679
692
|
|
|
680
693
|
## [3.6.0] - (29.01.2025)
|
|
681
694
|
|
|
682
|
-
|
|
695
|
+
### Changes
|
|
683
696
|
|
|
684
697
|
- added possibility to disable/enable log success, info, warn, error
|
|
685
698
|
- refactor cnnect code
|
|
@@ -690,7 +703,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
690
703
|
|
|
691
704
|
## [3.5.0] - (06.12.2024)
|
|
692
705
|
|
|
693
|
-
|
|
706
|
+
### Changes
|
|
694
707
|
|
|
695
708
|
- added possibility to set device refresh state indyvidually for every device
|
|
696
709
|
- bump deependemcies
|
|
@@ -700,21 +713,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
700
713
|
|
|
701
714
|
## [3.4.4] - (05.12.2024)
|
|
702
715
|
|
|
703
|
-
|
|
716
|
+
### Changes
|
|
704
717
|
|
|
705
718
|
- fix [#184](https://github.com/grzegorz914/homebridge-melcloud-control/issues/184)
|
|
706
719
|
- bump deependemcies
|
|
707
720
|
|
|
708
721
|
## [3.4.3] - (02.12.2024)
|
|
709
722
|
|
|
710
|
-
|
|
723
|
+
### Changes
|
|
711
724
|
|
|
712
725
|
- fix [#182](https://github.com/grzegorz914/homebridge-melcloud-control/issues/182)
|
|
713
726
|
- cleanup
|
|
714
727
|
|
|
715
728
|
## [3.4.0] - (30.11.2024)
|
|
716
729
|
|
|
717
|
-
|
|
730
|
+
### Changes
|
|
718
731
|
|
|
719
732
|
- move from commonJS to esm module, fixing [#180](https://github.com/grzegorz914/homebridge-melcloud-control/issues/180)
|
|
720
733
|
- moved constants.json to constants.js
|
|
@@ -722,21 +735,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
722
735
|
|
|
723
736
|
## [3.3.20] - (25.09.2024)
|
|
724
737
|
|
|
725
|
-
|
|
738
|
+
### Changes
|
|
726
739
|
|
|
727
740
|
- fix ATA characteristics warning after plugin restart if device in DRY or FAN mode
|
|
728
741
|
- cleanup
|
|
729
742
|
|
|
730
743
|
## [3.3.19] - (25.09.2024)
|
|
731
744
|
|
|
732
|
-
|
|
745
|
+
### Changes
|
|
733
746
|
|
|
734
747
|
- fix apply presets for ATA
|
|
735
748
|
- cleanup
|
|
736
749
|
|
|
737
750
|
## [3.3.18] - (25.09.2024)
|
|
738
751
|
|
|
739
|
-
|
|
752
|
+
### Changes
|
|
740
753
|
|
|
741
754
|
- fix get/set temperature during operation mode change for ATA
|
|
742
755
|
- fix [#168](https://github.com/grzegorz914/homebridge-melcloud-control/issues/168)
|
|
@@ -744,7 +757,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
744
757
|
|
|
745
758
|
## [3.3.17] - (24.09.2024)
|
|
746
759
|
|
|
747
|
-
|
|
760
|
+
### Changes
|
|
748
761
|
|
|
749
762
|
- fix operation mode for ATA - Thermostat if device go to OFF
|
|
750
763
|
- move some error to warn
|
|
@@ -752,7 +765,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
752
765
|
|
|
753
766
|
## [3.3.16] - (23.09.2024)
|
|
754
767
|
|
|
755
|
-
|
|
768
|
+
### Changes
|
|
756
769
|
|
|
757
770
|
- fix report wrong target mode if device is OFF and the plugin or bridge reboots
|
|
758
771
|
- fix [#167](https://github.com/grzegorz914/homebridge-melcloud-control/issues/167)
|
|
@@ -760,21 +773,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
760
773
|
|
|
761
774
|
## [3.3.15] - (21.09.2024)
|
|
762
775
|
|
|
763
|
-
|
|
776
|
+
### Changes
|
|
764
777
|
|
|
765
778
|
- fix report wrong target temperature in Heat/Cool mode for ATA and ERV
|
|
766
779
|
- cleanup
|
|
767
780
|
|
|
768
781
|
## [3.3.14] - (21.09.2024)
|
|
769
782
|
|
|
770
|
-
|
|
783
|
+
### Changes
|
|
771
784
|
|
|
772
785
|
- code improvements
|
|
773
786
|
- cleanup
|
|
774
787
|
|
|
775
788
|
## [3.3.13] - (20.09.2024)
|
|
776
789
|
|
|
777
|
-
|
|
790
|
+
### Changes
|
|
778
791
|
|
|
779
792
|
- fix [#166](https://github.com/grzegorz914/homebridge-melcloud-control/issues/166)
|
|
780
793
|
- readme update with explanation of AUTO mode in Heather/Cooler and Thermostat mode
|
|
@@ -782,14 +795,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
782
795
|
|
|
783
796
|
## [3.3.5] - (15.09.2024)
|
|
784
797
|
|
|
785
|
-
|
|
798
|
+
### Changes
|
|
786
799
|
|
|
787
800
|
- fix[#162](https://github.com/grzegorz914/homebridge-melcloud-control/issues/162)
|
|
788
801
|
- cleanup
|
|
789
802
|
|
|
790
803
|
## [3.3.3] - (13.09.2024)
|
|
791
804
|
|
|
792
|
-
|
|
805
|
+
### Changes
|
|
793
806
|
|
|
794
807
|
- fix[#159](https://github.com/grzegorz914/homebridge-melcloud-control/issues/159)
|
|
795
808
|
- fix [#158](https://github.com/grzegorz914/homebridge-melcloud-control/issues/158)
|
|
@@ -797,7 +810,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
797
810
|
|
|
798
811
|
## [3.3.2] - (13.09.2024)
|
|
799
812
|
|
|
800
|
-
|
|
813
|
+
### Changes
|
|
801
814
|
|
|
802
815
|
- corrct setProps for heating/cooling threshold
|
|
803
816
|
- update ERV code to support heating/cooling threshold in auto mode
|
|
@@ -805,7 +818,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
805
818
|
|
|
806
819
|
## [3.3.1] - (13.09.2024)
|
|
807
820
|
|
|
808
|
-
|
|
821
|
+
### Changes
|
|
809
822
|
|
|
810
823
|
- fix update default Heating/Cooling characteristic temp
|
|
811
824
|
- fix display current state of operation mode:
|
|
@@ -821,7 +834,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
821
834
|
|
|
822
835
|
## [3.3.0] - (12.09.2024)
|
|
823
836
|
|
|
824
|
-
|
|
837
|
+
### Changes
|
|
825
838
|
|
|
826
839
|
- added full support for AUTO mode with dead band, low and high temperature
|
|
827
840
|
- fix some log info message
|
|
@@ -830,7 +843,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
830
843
|
|
|
831
844
|
## [3.2.0] - (11.09.2024)
|
|
832
845
|
|
|
833
|
-
|
|
846
|
+
### Changes
|
|
834
847
|
|
|
835
848
|
- added possibility to set previous value for buttons [#154](https://github.com/grzegorz914/homebridge-melcloud-control/issues/154)
|
|
836
849
|
- move some message to warning
|
|
@@ -839,40 +852,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
839
852
|
|
|
840
853
|
## [3.1.11] - (09.09.2024)
|
|
841
854
|
|
|
842
|
-
|
|
855
|
+
### Changes
|
|
843
856
|
|
|
844
857
|
- cleanup
|
|
845
858
|
|
|
846
859
|
## [3.1.9] - (05.08.2024)
|
|
847
860
|
|
|
848
|
-
|
|
861
|
+
### Changes
|
|
849
862
|
|
|
850
863
|
- prevent load device if display mode set to 0 or unknown [#150](https://github.com/grzegorz914/homebridge-melcloud-control/issues/150)
|
|
851
864
|
- cleanup
|
|
852
865
|
|
|
853
866
|
## [3.1.8] - (03.08.2024)
|
|
854
867
|
|
|
855
|
-
|
|
868
|
+
### Changes
|
|
856
869
|
|
|
857
870
|
- fix [#149](https://github.com/grzegorz914/homebridge-melcloud-control/issues/149)
|
|
858
871
|
- cleanup
|
|
859
872
|
|
|
860
873
|
## [3.1.4] - (02.08.2024)
|
|
861
874
|
|
|
862
|
-
|
|
875
|
+
### Changes
|
|
863
876
|
|
|
864
877
|
- fix [#145](https://github.com/grzegorz914/homebridge-melcloud-control/issues/145)
|
|
865
878
|
- cleanup
|
|
866
879
|
|
|
867
880
|
## [3.1.2] - (31.08.2024)
|
|
868
881
|
|
|
869
|
-
|
|
882
|
+
### Changes
|
|
870
883
|
|
|
871
884
|
- fix presets configured array
|
|
872
885
|
|
|
873
886
|
## [3.1.0] - (31.08.2024)
|
|
874
887
|
|
|
875
|
-
|
|
888
|
+
### Changes
|
|
876
889
|
|
|
877
890
|
- improvements in plugin config UI
|
|
878
891
|
- added presets config indyvidually
|
|
@@ -882,7 +895,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
882
895
|
|
|
883
896
|
## [3.0.7] - (30.08.2024)
|
|
884
897
|
|
|
885
|
-
|
|
898
|
+
### Changes
|
|
886
899
|
|
|
887
900
|
- improvements in plugin config UI
|
|
888
901
|
- config schema update
|
|
@@ -890,7 +903,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
890
903
|
|
|
891
904
|
## [3.0.0] - (29.08.2024)
|
|
892
905
|
|
|
893
|
-
|
|
906
|
+
### Changes
|
|
894
907
|
|
|
895
908
|
- added homebridge UI server
|
|
896
909
|
- whole new concept get all devices from melcloud usin config UI X
|
|
@@ -900,7 +913,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
900
913
|
|
|
901
914
|
## [2.4.0] - (28.08.2024)
|
|
902
915
|
|
|
903
|
-
|
|
916
|
+
### Changes
|
|
904
917
|
|
|
905
918
|
- required upcomming homebridge 2.x.x required
|
|
906
919
|
- bump dependencies
|
|
@@ -908,14 +921,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
908
921
|
|
|
909
922
|
## [2.3.3] - (28.08.2024)
|
|
910
923
|
|
|
911
|
-
|
|
924
|
+
### Changes
|
|
912
925
|
|
|
913
926
|
- cleanup and refactor accessory code
|
|
914
927
|
- bump dependencies
|
|
915
928
|
|
|
916
929
|
## [2.3.0] - (25.08.2024)
|
|
917
930
|
|
|
918
|
-
|
|
931
|
+
### Changes
|
|
919
932
|
|
|
920
933
|
- removed from config.json `ataDisableAutoMode`, `ataDisableHeatMode`, `ataAutoHeatMode`
|
|
921
934
|
- added to config.json `ataHeatDryFanMode`, `ataCoolDryFanMode`, `ataAutoDryFanMode`
|
|
@@ -926,7 +939,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
926
939
|
|
|
927
940
|
## [2.2.0] - (18.08.2024)
|
|
928
941
|
|
|
929
|
-
|
|
942
|
+
### Changes
|
|
930
943
|
|
|
931
944
|
- fix MQTT and RESTFul start
|
|
932
945
|
- add control over RESTFul POST JSON Object
|
|
@@ -934,14 +947,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
934
947
|
|
|
935
948
|
## [2.1.1] - (18.08.2024)
|
|
936
949
|
|
|
937
|
-
|
|
950
|
+
### Changes
|
|
938
951
|
|
|
939
952
|
- fix correct catch error
|
|
940
953
|
- log improvements
|
|
941
954
|
|
|
942
955
|
## [2.1.0] - (16.08.2024)
|
|
943
956
|
|
|
944
|
-
|
|
957
|
+
### Changes
|
|
945
958
|
|
|
946
959
|
- added possibility to set device state refresh inteval
|
|
947
960
|
- rebuilt connect to melcloud code
|
|
@@ -952,7 +965,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
952
965
|
|
|
953
966
|
## [2.0.0] - (14.08.2024)
|
|
954
967
|
|
|
955
|
-
|
|
968
|
+
### Changes
|
|
956
969
|
|
|
957
970
|
- RestFul and MQTT refactor
|
|
958
971
|
- bump dependencies
|
|
@@ -960,21 +973,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
960
973
|
|
|
961
974
|
## [1.1.4] - (14.08.2024)
|
|
962
975
|
|
|
963
|
-
|
|
976
|
+
### Changes
|
|
964
977
|
|
|
965
978
|
- hide passwords, tokens, serial numbers, by typing and display in Config UI
|
|
966
979
|
- remove return duplicate promises from whole code
|
|
967
980
|
|
|
968
981
|
## [1.1.3] - (06.08.2024)
|
|
969
982
|
|
|
970
|
-
|
|
983
|
+
### Changes
|
|
971
984
|
|
|
972
985
|
- fix [#131](https://github.com/grzegorz914/homebridge-melcloud-control/issues/131)
|
|
973
986
|
- bump dependencies
|
|
974
987
|
|
|
975
988
|
## [1.1.0] - (23.07.2024)
|
|
976
989
|
|
|
977
|
-
|
|
990
|
+
### Changes
|
|
978
991
|
|
|
979
992
|
- allow enable/disable every extra temperature sensor indyvidually [#126](https://github.com/grzegorz914/homebridge-melcloud-control/issues/126)
|
|
980
993
|
- cleanup
|
|
@@ -982,7 +995,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
982
995
|
|
|
983
996
|
## [1.0.7] - (06.07.2024)
|
|
984
997
|
|
|
985
|
-
|
|
998
|
+
### Changes
|
|
986
999
|
|
|
987
1000
|
- refactor buttons code
|
|
988
1001
|
- cleanup
|
|
@@ -990,35 +1003,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
990
1003
|
|
|
991
1004
|
## [1.0.1] - (22.06.2024)
|
|
992
1005
|
|
|
993
|
-
|
|
1006
|
+
### Changes
|
|
994
1007
|
|
|
995
1008
|
- check duplicate account name if run only one Homebridge instance
|
|
996
1009
|
- cleanup
|
|
997
1010
|
|
|
998
1011
|
## [1.0.0] - (21.06.2024)
|
|
999
1012
|
|
|
1000
|
-
|
|
1013
|
+
### Changes
|
|
1001
1014
|
|
|
1002
1015
|
- added [#120](https://github.com/grzegorz914/homebridge-melcloud-control/issues/120) possibility run same device many times in other account or in other homebridge instance
|
|
1003
|
-
- cleanup
|
|
1004
|
-
|
|
1005
|
-
## [1.0.0] - (21.06.2024)
|
|
1006
|
-
|
|
1007
|
-
## Changes
|
|
1008
|
-
|
|
1009
1016
|
- added [#109](https://github.com/grzegorz914/homebridge-melcloud-control/issues/109), possibility filter out specific device and not exposed to the Homebridge/homekit by deviceId
|
|
1010
|
-
- cleanup
|
|
1017
|
+
- cleanup
|
|
1011
1018
|
|
|
1012
1019
|
## [0.21.0] - (25.03.2024)
|
|
1013
1020
|
|
|
1014
|
-
|
|
1021
|
+
### Changes
|
|
1015
1022
|
|
|
1016
1023
|
- added [#109](https://github.com/grzegorz914/homebridge-melcloud-control/issues/109), possibility filter out specific device and not exposed to the Homebridge/homekit by deviceId
|
|
1017
1024
|
- cleanup
|
|
1018
1025
|
|
|
1019
1026
|
## [0.20.1] - (10.03.2024)
|
|
1020
1027
|
|
|
1021
|
-
|
|
1028
|
+
### Changes
|
|
1022
1029
|
|
|
1023
1030
|
- prevent set out of range temperature for Heat Pump
|
|
1024
1031
|
- prevent set out of range temperature for Energy Recovery Ventilation
|
|
@@ -1026,7 +1033,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1026
1033
|
|
|
1027
1034
|
## [0.20.0] - (10.03.2024)
|
|
1028
1035
|
|
|
1029
|
-
|
|
1036
|
+
### Changes
|
|
1030
1037
|
|
|
1031
1038
|
- dynamically update temp unit
|
|
1032
1039
|
- prevent set out of range temperature for Air Conditioner
|
|
@@ -1034,14 +1041,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1034
1041
|
|
|
1035
1042
|
## [0.19.0] - (02.03.2024)
|
|
1036
1043
|
|
|
1037
|
-
|
|
1044
|
+
### Changes
|
|
1038
1045
|
|
|
1039
1046
|
- added support to control devices over MQTT protocol
|
|
1040
1047
|
- cleanup
|
|
1041
1048
|
|
|
1042
1049
|
## [0.18.0] - (02.03.2024)
|
|
1043
1050
|
|
|
1044
|
-
|
|
1051
|
+
### Changes
|
|
1045
1052
|
|
|
1046
1053
|
- added temperature sensors for heat pump, flow, return, zone 1, zone 2, water tank
|
|
1047
1054
|
- fix [#91](https://github.com/grzegorz914/homebridge-melcloud-control/issues/91), thanks @alesf
|
|
@@ -1053,7 +1060,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1053
1060
|
|
|
1054
1061
|
## [0.17.0] - (01.03.2024)
|
|
1055
1062
|
|
|
1056
|
-
|
|
1063
|
+
### Changes
|
|
1057
1064
|
|
|
1058
1065
|
- added outdoor/room temperature sensors for Air Conditioner if supported
|
|
1059
1066
|
- added outdoor/room/supply temperature sensors for Losnay if supported
|
|
@@ -1063,7 +1070,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1063
1070
|
|
|
1064
1071
|
## [0.16.0] - (10.02.2024)
|
|
1065
1072
|
|
|
1066
|
-
|
|
1073
|
+
### Changes
|
|
1067
1074
|
|
|
1068
1075
|
- removed possibility to set indyvidual refresh time for ATA, ATW, ERV state
|
|
1069
1076
|
- full code refactor for ATA, ATW, ERV
|
|
@@ -1075,7 +1082,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1075
1082
|
|
|
1076
1083
|
## [0.15.0] - (05.02.2024)
|
|
1077
1084
|
|
|
1078
|
-
|
|
1085
|
+
### Changes
|
|
1079
1086
|
|
|
1080
1087
|
- added possibility to set indyvidual refresh time for Account Settings and ATA, ATW, ERV state, [#68](https://github.com/grzegorz914/homebridge-melcloud-control/issues/68)
|
|
1081
1088
|
- config.schema updated
|
|
@@ -1083,14 +1090,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1083
1090
|
|
|
1084
1091
|
## [0.14.1] - (06.01.2024)
|
|
1085
1092
|
|
|
1086
|
-
|
|
1093
|
+
### Changes
|
|
1087
1094
|
|
|
1088
1095
|
- added possibility to enable/disable the accessory name as a prefix for button/sensor name
|
|
1089
1096
|
- config.schema updated
|
|
1090
1097
|
|
|
1091
1098
|
## [0.14.0] - (06.01.2024)
|
|
1092
1099
|
|
|
1093
|
-
|
|
1100
|
+
### Changes
|
|
1094
1101
|
|
|
1095
1102
|
- added mode SPLIT to Vane V [#62](https://github.com/grzegorz914/homebridge-melcloud-control/issues/62)
|
|
1096
1103
|
- fix Vane V mode assignment for buttons/sensors
|
|
@@ -1099,7 +1106,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1099
1106
|
|
|
1100
1107
|
## [0.13.0] - (30.07.2023)
|
|
1101
1108
|
|
|
1102
|
-
|
|
1109
|
+
### Changes
|
|
1103
1110
|
|
|
1104
1111
|
- added RESTFul server
|
|
1105
1112
|
- code refactor and cleanup
|
|
@@ -1107,7 +1114,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1107
1114
|
|
|
1108
1115
|
## [0.12.0] - (21.07.2023)
|
|
1109
1116
|
|
|
1110
|
-
|
|
1117
|
+
### Changes
|
|
1111
1118
|
|
|
1112
1119
|
- added extra temperature sensor for Heater/Cooler control mode to use with automations
|
|
1113
1120
|
- config.schema updeted
|
|
@@ -1115,7 +1122,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1115
1122
|
|
|
1116
1123
|
## [0.11.0] - (25.03.2023)
|
|
1117
1124
|
|
|
1118
|
-
|
|
1125
|
+
### Changes
|
|
1119
1126
|
|
|
1120
1127
|
- full support of ERV Lossnay, fix [#37](https://github.com/grzegorz914/homebridge-melcloud-control/issues/37)
|
|
1121
1128
|
- added core maintenance indicator for ERV LOSSNAY
|
|
@@ -1126,7 +1133,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1126
1133
|
|
|
1127
1134
|
## [0.10.0] - (15.03.2023)
|
|
1128
1135
|
|
|
1129
|
-
|
|
1136
|
+
### Changes
|
|
1130
1137
|
|
|
1131
1138
|
- added filter maintenance indicator for ERV LOSSNAY
|
|
1132
1139
|
- config.schema updated
|
|
@@ -1134,7 +1141,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1134
1141
|
|
|
1135
1142
|
## [0.9.0] - (14.03.2023)
|
|
1136
1143
|
|
|
1137
|
-
|
|
1144
|
+
### Changes
|
|
1138
1145
|
|
|
1139
1146
|
- changed properties in config.json from `ataHeatMode` to `ataAutoHeatMode`
|
|
1140
1147
|
- updated selectable options for `ataAutoHeatMode` to `DRY/FAN`, `FAN/DRY`
|
|
@@ -1145,7 +1152,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1145
1152
|
|
|
1146
1153
|
## [0.8.0] - (13.03.2023)
|
|
1147
1154
|
|
|
1148
|
-
|
|
1155
|
+
### Changes
|
|
1149
1156
|
|
|
1150
1157
|
- added possibility selec mode DRY/FAN for Heat if Heat not supported by device
|
|
1151
1158
|
- config.schema updated
|
|
@@ -1153,20 +1160,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1153
1160
|
|
|
1154
1161
|
## [0.7.1] - (13.03.2023)
|
|
1155
1162
|
|
|
1156
|
-
|
|
1163
|
+
### Changes
|
|
1157
1164
|
|
|
1158
1165
|
- cleanup
|
|
1159
1166
|
|
|
1160
1167
|
## [0.7.0] - (12.03.2023)
|
|
1161
1168
|
|
|
1162
|
-
|
|
1169
|
+
### Changes
|
|
1163
1170
|
|
|
1164
1171
|
- added for Air Conditioner DRY operating mode if HEAT not supported or FAN if DRY not supported too
|
|
1165
1172
|
- cleanup
|
|
1166
1173
|
|
|
1167
1174
|
## [0.6.0] - (08.03.2023)
|
|
1168
1175
|
|
|
1169
|
-
|
|
1176
|
+
### Changes
|
|
1170
1177
|
|
|
1171
1178
|
- added full support for Heat Pump control, thanks @Reliktdragons for testing
|
|
1172
1179
|
- fixed MQTT client
|
|
@@ -1176,7 +1183,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1176
1183
|
|
|
1177
1184
|
## [0.5.0] - (02.02.2023)
|
|
1178
1185
|
|
|
1179
|
-
|
|
1186
|
+
### Changes
|
|
1180
1187
|
|
|
1181
1188
|
- added None/Contact/Motion/Occupancy Sensor for displayType in the buttons/sensors section
|
|
1182
1189
|
- code refactor and fixes
|
|
@@ -1186,27 +1193,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1186
1193
|
|
|
1187
1194
|
## [0.4.5] - (02.01.2023)
|
|
1188
1195
|
|
|
1189
|
-
|
|
1196
|
+
### Changes
|
|
1190
1197
|
|
|
1191
1198
|
- code refactor
|
|
1192
1199
|
- small fixes in fan speeds
|
|
1193
1200
|
|
|
1194
1201
|
## [0.4.4] - (31.12.2022)
|
|
1195
1202
|
|
|
1196
|
-
|
|
1203
|
+
### Changes
|
|
1197
1204
|
|
|
1198
1205
|
- bump dependencies
|
|
1199
1206
|
|
|
1200
1207
|
## [0.4.3] - (06.12.2022)
|
|
1201
1208
|
|
|
1202
|
-
|
|
1209
|
+
### Changes Homebridge >= 1.6
|
|
1203
1210
|
|
|
1204
1211
|
- fix characteristic was supplied illegal value: number 0 exceeded minimum of 10
|
|
1205
1212
|
- bump dependencies
|
|
1206
1213
|
|
|
1207
1214
|
## [0.4.2] - (15.10.2022)
|
|
1208
1215
|
|
|
1209
|
-
|
|
1216
|
+
### Changes
|
|
1210
1217
|
|
|
1211
1218
|
- code cleanup
|
|
1212
1219
|
- fixed display wrong current state for Heat Pump in log
|
|
@@ -1223,7 +1230,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1223
1230
|
|
|
1224
1231
|
## [0.4.1] - (21.09.2022)
|
|
1225
1232
|
|
|
1226
|
-
|
|
1233
|
+
### Changes
|
|
1227
1234
|
|
|
1228
1235
|
- removed mode AUTO for Energy Recovery Ventilation if device not support it
|
|
1229
1236
|
- removed mode AUTO for Air Conditioner if device not support it
|
|
@@ -1233,14 +1240,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1233
1240
|
|
|
1234
1241
|
## [0.4.0] - (21.09.2022)
|
|
1235
1242
|
|
|
1236
|
-
|
|
1243
|
+
### Changes
|
|
1237
1244
|
|
|
1238
1245
|
- added possibility individually configure (control mode, presets and buttons) for devices of same type
|
|
1239
1246
|
- update config.schema json
|
|
1240
1247
|
|
|
1241
1248
|
## [0.3.2] - (20.09.2022)
|
|
1242
1249
|
|
|
1243
|
-
|
|
1250
|
+
### Changes
|
|
1244
1251
|
|
|
1245
1252
|
- fixed many bugs in Heat Pump, thanks user @choooli for patience and tests
|
|
1246
1253
|
- fixed some bugs in Enrgy Recovery Ventilation (Test phase)
|
|
@@ -1249,14 +1256,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1249
1256
|
|
|
1250
1257
|
## [0.3.1] - (29.08.2022)
|
|
1251
1258
|
|
|
1252
|
-
|
|
1259
|
+
### Changes
|
|
1253
1260
|
|
|
1254
1261
|
- code cleanup
|
|
1255
1262
|
- mqtt topics standarization
|
|
1256
1263
|
|
|
1257
1264
|
## [0.3.0] - (27.08.2022)
|
|
1258
1265
|
|
|
1259
|
-
|
|
1266
|
+
### Changes
|
|
1260
1267
|
|
|
1261
1268
|
- code cleanup and rebuild
|
|
1262
1269
|
- stability improvements
|
|
@@ -1269,27 +1276,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1269
1276
|
|
|
1270
1277
|
## [0.2.16] - (24.07.2022)
|
|
1271
1278
|
|
|
1272
|
-
|
|
1279
|
+
### Changes
|
|
1273
1280
|
|
|
1274
1281
|
- fix node.js warning
|
|
1275
1282
|
- bump minimum version of hombridge to v1.4
|
|
1276
1283
|
|
|
1277
1284
|
## [0.2.15] - (24.07.2022)
|
|
1278
1285
|
|
|
1279
|
-
|
|
1286
|
+
### Changes
|
|
1280
1287
|
|
|
1281
1288
|
- code cleanup
|
|
1282
1289
|
- code rebuild
|
|
1283
1290
|
|
|
1284
1291
|
## [0.2.14] - (23.07.2022)
|
|
1285
1292
|
|
|
1286
|
-
|
|
1293
|
+
### Changes
|
|
1287
1294
|
|
|
1288
1295
|
- update accessory display name and type
|
|
1289
1296
|
|
|
1290
1297
|
## [0.2.12] - (23.07.2022)
|
|
1291
1298
|
|
|
1292
|
-
|
|
1299
|
+
### Changes
|
|
1293
1300
|
|
|
1294
1301
|
- code rebuild and cleanup
|
|
1295
1302
|
- reduced MELCloud backroground refresh data to 30sec
|
|
@@ -1297,7 +1304,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1297
1304
|
|
|
1298
1305
|
## [0.2.11] - (22.07.2022)
|
|
1299
1306
|
|
|
1300
|
-
|
|
1307
|
+
### Changes
|
|
1301
1308
|
|
|
1302
1309
|
- fixed [#7](https://github.com/grzegorz914/homebridge-melcloud-control/issues/7)
|
|
1303
1310
|
- fixed [#8](https://github.com/grzegorz914/homebridge-melcloud-control/issues/8)
|
|
@@ -1307,7 +1314,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1307
1314
|
|
|
1308
1315
|
## [0.2.10] - (05.07.2022)
|
|
1309
1316
|
|
|
1310
|
-
|
|
1317
|
+
### Changes
|
|
1311
1318
|
|
|
1312
1319
|
- added auto detection of device support standby mode
|
|
1313
1320
|
- some logs cosmetics changes
|
|
@@ -1315,45 +1322,45 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1315
1322
|
|
|
1316
1323
|
## [0.2.9] - (04.07.2022)
|
|
1317
1324
|
|
|
1318
|
-
|
|
1325
|
+
### Changes
|
|
1319
1326
|
|
|
1320
1327
|
- fix [#6](https://github.com/grzegorz914/homebridge-melcloud-control/issues/6)
|
|
1321
1328
|
- added auto detection of device support automatic fan speed mode and detect numbers of fan speeds
|
|
1322
1329
|
|
|
1323
1330
|
## [0.2.8] - (03.07.2022)
|
|
1324
1331
|
|
|
1325
|
-
|
|
1332
|
+
### Changes
|
|
1326
1333
|
|
|
1327
1334
|
- fix Rotation Speed warning
|
|
1328
1335
|
|
|
1329
1336
|
## [0.2.7] - (03.07.2022)
|
|
1330
1337
|
|
|
1331
|
-
|
|
1338
|
+
### Changes
|
|
1332
1339
|
|
|
1333
1340
|
- fix sometimes device switch off if set new temp
|
|
1334
1341
|
|
|
1335
1342
|
## [0.2.6] - (03.07.2022)
|
|
1336
1343
|
|
|
1337
|
-
|
|
1344
|
+
### Changes
|
|
1338
1345
|
|
|
1339
1346
|
- fix [#4](https://github.com/grzegorz914/homebridge-melcloud-control/issues/4)
|
|
1340
1347
|
- fix [#5](https://github.com/grzegorz914/homebridge-melcloud-control/issues/5)
|
|
1341
1348
|
|
|
1342
1349
|
## [0.2.5] - (02.07.2022)
|
|
1343
1350
|
|
|
1344
|
-
|
|
1351
|
+
### Changes
|
|
1345
1352
|
|
|
1346
1353
|
- fix setProp step for celsius
|
|
1347
1354
|
|
|
1348
1355
|
## [0.2.4] - (02.07.2022)
|
|
1349
1356
|
|
|
1350
|
-
|
|
1357
|
+
### Changes
|
|
1351
1358
|
|
|
1352
1359
|
- fix heating cooling threshold warning
|
|
1353
1360
|
|
|
1354
1361
|
## [0.2.3] - (27.06.2022)
|
|
1355
1362
|
|
|
1356
|
-
|
|
1363
|
+
### Changes
|
|
1357
1364
|
|
|
1358
1365
|
- removed vane H and V tilt angle characteristics from accessory, the data is not available on MELCloud api
|
|
1359
1366
|
- stability improvements
|
|
@@ -1361,13 +1368,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1361
1368
|
|
|
1362
1369
|
## [0.2.2] - (27.06.2022)
|
|
1363
1370
|
|
|
1364
|
-
|
|
1371
|
+
### Changes
|
|
1365
1372
|
|
|
1366
1373
|
- fix select button mone abowe as 9
|
|
1367
1374
|
|
|
1368
1375
|
## [0.2.1] - (27.06.2022)
|
|
1369
1376
|
|
|
1370
|
-
|
|
1377
|
+
### Changes
|
|
1371
1378
|
|
|
1372
1379
|
- config schema updated
|
|
1373
1380
|
- readme updated
|
|
@@ -1381,19 +1388,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1381
1388
|
- control vane V all modes with buttons
|
|
1382
1389
|
- control fan speed all modes with buttons
|
|
1383
1390
|
|
|
1384
|
-
|
|
1391
|
+
### Changes
|
|
1385
1392
|
|
|
1386
1393
|
- code cleanup
|
|
1387
1394
|
|
|
1388
1395
|
## [0.1.2] - (26.06.2022)
|
|
1389
1396
|
|
|
1390
|
-
|
|
1397
|
+
### Changes
|
|
1391
1398
|
|
|
1392
1399
|
- rebuilded refresch device state
|
|
1393
1400
|
|
|
1394
1401
|
## [0.1.1] - (26.06.2022)
|
|
1395
1402
|
|
|
1396
|
-
|
|
1403
|
+
### Changes
|
|
1397
1404
|
|
|
1398
1405
|
- added lock physical controls for Heater/Cooler accessory
|
|
1399
1406
|
- fix display undefined value for fan speed mode in log
|
|
@@ -1401,7 +1408,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1401
1408
|
|
|
1402
1409
|
## [0.1.0] - (26.06.2022)
|
|
1403
1410
|
|
|
1404
|
-
|
|
1411
|
+
### Changes
|
|
1405
1412
|
|
|
1406
1413
|
- full code rebuild
|
|
1407
1414
|
- fix display buttons state
|
|
@@ -1410,38 +1417,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1410
1417
|
|
|
1411
1418
|
## [0.0.11] - (20.06.2022)
|
|
1412
1419
|
|
|
1413
|
-
|
|
1420
|
+
### Changes
|
|
1414
1421
|
|
|
1415
1422
|
- fix update state of buttons
|
|
1416
1423
|
|
|
1417
1424
|
## [0.0.10] - (20.06.2022)
|
|
1418
1425
|
|
|
1419
|
-
|
|
1426
|
+
### Changes
|
|
1420
1427
|
|
|
1421
1428
|
- fix add all operating mode for buttons
|
|
1422
1429
|
|
|
1423
1430
|
## [0.0.9] - (20.06.2022)
|
|
1424
1431
|
|
|
1425
|
-
|
|
1432
|
+
### Changes
|
|
1426
1433
|
|
|
1427
1434
|
- added possibility to set all modes using extra buttons fix [#2](https://github.com/grzegorz914/homebridge-melcloud-control/issues/2)
|
|
1428
1435
|
|
|
1429
1436
|
## [0.0.8] - (19.06.2022)
|
|
1430
1437
|
|
|
1431
|
-
|
|
1438
|
+
### Changes
|
|
1432
1439
|
|
|
1433
1440
|
- code cleanup
|
|
1434
1441
|
|
|
1435
1442
|
## [0.0.7] - (19.06.2022)
|
|
1436
1443
|
|
|
1437
|
-
|
|
1444
|
+
### Changes
|
|
1438
1445
|
|
|
1439
1446
|
- fix warning for DefaultHeatingSetTemperature
|
|
1440
1447
|
- code cleanup
|
|
1441
1448
|
|
|
1442
1449
|
## [0.0.6] - (19.06.2022)
|
|
1443
1450
|
|
|
1444
|
-
|
|
1451
|
+
### Changes
|
|
1445
1452
|
|
|
1446
1453
|
- fix set Target Temperature in Auto Mode
|
|
1447
1454
|
- prepare for Heat Pump and Energy Recovery Ventilation
|
|
@@ -1449,7 +1456,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1449
1456
|
|
|
1450
1457
|
## [0.0.5] - (19.06.2022)
|
|
1451
1458
|
|
|
1452
|
-
|
|
1459
|
+
### Changes
|
|
1453
1460
|
|
|
1454
1461
|
- fix parse building structure and read devices [#1](https://github.com/grzegorz914/homebridge-melcloud-control/issues/1)
|
|
1455
1462
|
- fix set Temperature treshold
|
|
@@ -1458,24 +1465,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1458
1465
|
|
|
1459
1466
|
## [0.0.4] - (18.06.2022)
|
|
1460
1467
|
|
|
1461
|
-
|
|
1468
|
+
### Changes
|
|
1462
1469
|
|
|
1463
1470
|
- first working version
|
|
1464
1471
|
|
|
1465
1472
|
## [0.0.3] - (18.06.2022)
|
|
1466
1473
|
|
|
1467
|
-
|
|
1474
|
+
### Changes
|
|
1468
1475
|
|
|
1469
1476
|
- test release 3
|
|
1470
1477
|
|
|
1471
1478
|
## [0.0.2] - (17.06.2022)
|
|
1472
1479
|
|
|
1473
|
-
|
|
1480
|
+
### Changes
|
|
1474
1481
|
|
|
1475
1482
|
- test release 2
|
|
1476
1483
|
|
|
1477
1484
|
## [0.0.1] - (16.06.2022)
|
|
1478
1485
|
|
|
1479
|
-
|
|
1486
|
+
### Changes
|
|
1480
1487
|
|
|
1481
1488
|
- test release
|