homebridge-melcloud-control 4.2.3-beta.8 → 4.2.4
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 +11 -0
- package/README.md +36 -21
- package/config.schema.json +433 -25
- package/homebridge-ui/public/index.html +86 -16
- package/index.js +3 -3
- package/package.json +2 -2
- package/src/constants.js +48 -5
- package/src/deviceata.js +274 -155
- package/src/deviceatw.js +334 -218
- package/src/deviceerv.js +250 -126
- package/src/melcloud.js +24 -31
- package/src/melcloudata.js +40 -21
- package/src/melcloudatw.js +46 -29
- package/src/melclouderv.js +37 -21
- package/src/melcloudhome.js +76 -37
package/CHANGELOG.md
CHANGED
|
@@ -22,6 +22,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
22
22
|
|
|
23
23
|
- Do not use Homebridge UI > v5.5.0 because of break config.json
|
|
24
24
|
|
|
25
|
+
## [4.2.3] - (15.11.2025)
|
|
26
|
+
|
|
27
|
+
## Changes
|
|
28
|
+
|
|
29
|
+
- added scenes support for MELCloud Home
|
|
30
|
+
- fix some issues
|
|
31
|
+
- stability and performance improvements
|
|
32
|
+
- config schema updated
|
|
33
|
+
- readme updated
|
|
34
|
+
- cleanup
|
|
35
|
+
|
|
25
36
|
## [4.2.2] - (14.11.2025)
|
|
26
37
|
|
|
27
38
|
## Changes
|
package/README.md
CHANGED
|
@@ -71,6 +71,7 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
|
|
|
71
71
|
* Overheat protection `ON/OFF`.
|
|
72
72
|
* Holiday mode `ON/OFF`.
|
|
73
73
|
* Schedule `ON/OFF`.
|
|
74
|
+
* Scene `ON/OFF`.
|
|
74
75
|
* Sensors:
|
|
75
76
|
* For automation and notifications.
|
|
76
77
|
* Power `ON/OFF`.
|
|
@@ -88,8 +89,9 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
|
|
|
88
89
|
* Overheat protection.
|
|
89
90
|
* Holiday mode.
|
|
90
91
|
* Shedule control.
|
|
91
|
-
* Shedule active
|
|
92
|
-
*
|
|
92
|
+
* Shedule active.
|
|
93
|
+
* Scene control.
|
|
94
|
+
* Error.
|
|
93
95
|
* Heat Pump:
|
|
94
96
|
* Heater Cooler:
|
|
95
97
|
* Heat Pump:
|
|
@@ -128,6 +130,7 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
|
|
|
128
130
|
* Presets `SET/UNSET`.
|
|
129
131
|
* Holiday mode `ON/OFF`.
|
|
130
132
|
* Schedule `ON/OFF`.
|
|
133
|
+
* Scene `ON/OFF`.
|
|
131
134
|
* Sensors:
|
|
132
135
|
* For automation and notifications.
|
|
133
136
|
* Power `ON/OFF`.
|
|
@@ -142,8 +145,9 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
|
|
|
142
145
|
* Return Temperature Zone 1, 2, Hot Water.
|
|
143
146
|
* Holiday mode.
|
|
144
147
|
* Shedule control.
|
|
145
|
-
* Shedule active
|
|
146
|
-
*
|
|
148
|
+
* Shedule active.
|
|
149
|
+
* Scene control.
|
|
150
|
+
* Error.
|
|
147
151
|
* Energy Recovery Ventilation Lossnay:
|
|
148
152
|
* Heater Cooler:
|
|
149
153
|
* Power `ON/OFF`.
|
|
@@ -162,6 +166,7 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
|
|
|
162
166
|
* Presets `SET/UNSET`.
|
|
163
167
|
* Holiday mode `ON/OFF`.
|
|
164
168
|
* Schedule `ON/OFF`.
|
|
169
|
+
* Scene `ON/OFF`.
|
|
165
170
|
* Sensors:
|
|
166
171
|
* For automation and notifications.
|
|
167
172
|
* Power `ON/OFF`.
|
|
@@ -177,8 +182,9 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
|
|
|
177
182
|
* PM2.5 air quality and level.
|
|
178
183
|
* Holiday mode.
|
|
179
184
|
* Shedule control.
|
|
180
|
-
* Shedule active
|
|
181
|
-
*
|
|
185
|
+
* Shedule active.
|
|
186
|
+
* Scene control.
|
|
187
|
+
* Error.
|
|
182
188
|
|
|
183
189
|
### HOME app current device mode display
|
|
184
190
|
|
|
@@ -238,7 +244,7 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
|
|
|
238
244
|
| `ataDevices[].id` | Read only data, do not change it. |
|
|
239
245
|
| `ataDevices[].type` | Read only data, do not change it. |
|
|
240
246
|
| `ataDevices[].typeString` | Read only data, do not change it. |
|
|
241
|
-
| `ataDevices[].name` | Here You can
|
|
247
|
+
| `ataDevices[].name` | Here You can change the `Accessory Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
242
248
|
| `ataDevices[].displayType` | Here select device control mode `None/Disabled`, `Heater/Cooler`, `Thermostat`. |
|
|
243
249
|
| `ataDevices[].heatDryFanMode` | Here select the operatiing mode for `Heat`, if this mode is not supported, it will be disabled. |
|
|
244
250
|
| `ataDevices[].coolDryFanMode` | Here select the operatiing mode for `Cool`, if this mode is not supported, it will be disabled. |
|
|
@@ -254,12 +260,15 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
|
|
|
254
260
|
| `ataDevices[].refreshInterval` | Here set the background devices state refresh time in (sec), default `5s`. |
|
|
255
261
|
| `ataDevices[].presets[]` | Array of ATA device `Presets` created automatically after login to MELCloud from plugin config UI. |
|
|
256
262
|
| `ataDevices[].presets[].id` | Read only data, do not change it. |
|
|
257
|
-
| `ataDevices[].presets[].name` | Here You can
|
|
258
|
-
| `ataDevices[].presets[].displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 -
|
|
263
|
+
| `ataDevices[].presets[].name` | Here You can change the `Preset Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
264
|
+
| `ataDevices[].presets[].displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 - Motion Sensor`, `2 - Occupancy Sensor`, `3 - Contact Sensor`, `4 - Switch + Motion Sensor`, `5 - Switch +Occupancy Sensor`, `6 - Switch +Contact Sensor`. |
|
|
259
265
|
| `ataDevices[].schedules[]` | Array of ATA device `Schedules` created automatically after login to MELCloud Home from plugin config UI. |
|
|
260
266
|
| `ataDevices[].schedules[].id` | Read only data, do not change it. |
|
|
261
|
-
| `ataDevices[].schedules[].name` | Here You can
|
|
262
|
-
| `ataDevices[].schedules[].displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 - Motion Sensor`, `2 - Occupancy Sensor`, `3 - Contact Sensor`. |
|
|
267
|
+
| `ataDevices[].schedules[].name` | Here You can change the `Schedule Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
268
|
+
| `ataDevices[].schedules[].displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 - Motion Sensor`, `2 - Occupancy Sensor`, `3 - Contact Sensor`, `4 - Switch + Motion Sensor`, `5 - Switch +Occupancy Sensor`, `6 - Switch +Contact Sensor`. |
|
|
269
|
+
| `ataDevices[].scenes[].id` | Read only data, do not change it. |
|
|
270
|
+
| `ataDevices[].scenes[].name` | Here You can change the `Scene Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
271
|
+
| `ataDevices[].scenes[].displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 - Motion Sensor`, `2 - Occupancy Sensor`, `3 - Contact Sensor`, `4 - Switch + Motion Sensor`, `5 - Switch +Occupancy Sensor`, `6 - Switch +Contact Sensor`. |
|
|
263
272
|
| `ataDevices[].buttonsSensors[]` | Array of buttons sensors. |
|
|
264
273
|
| `ataDevices[].buttonsSensors[].name` | Here set `Button Name` which You want expose to the `Homebridge/HomeKit`. |
|
|
265
274
|
| `ataDevices[].buttonsSensors[].mode` | Here select button mode, VH - Vane Horizontal, VV - Vane Horizontal. |
|
|
@@ -269,7 +278,7 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
|
|
|
269
278
|
| `atwDevices[].id` | Read only data, do not change it. |
|
|
270
279
|
| `atwDevices[].type` | Read only data, do not change it. |
|
|
271
280
|
| `atwDevices[].typeString` | Read only data, do not change it. |
|
|
272
|
-
| `atwDevices[].name` | Here You can
|
|
281
|
+
| `atwDevices[].name` | Here You can change the `Accessory Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
273
282
|
| `atwDevices[].displayType` | Here select main control mode `None/Disabled`, `Heater/Cooler`, `Thermostat`. |
|
|
274
283
|
| `atwDevices[].hideZone` | Here select which zone need to be hidden `None/Disabled`, `Heat Pump`, `Heat Pump / Zone 1`, `Heat Pump / Zone 1 / Hot Water`, `Heat Pump / Zone 1 / Zone 2`, `Heat Pump / Hot Water`,`Heat Pump / Hot Water / Zone 2`, `Heat Pump / Zone 2`, `Zone 1`, `Zone 1 / Hot Water`, `Zone 1 / Hot Water / Zone 2`, `Zone 1 / Zone 2`, `Hot Water`, `Hot Water / Zone 2`, `Zone 2`, `All`. |
|
|
275
284
|
| `atwDevices[].temperatureSensor` | This enable extra `Room` temperature sensor to use with automations in HomeKit app. |
|
|
@@ -288,12 +297,15 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
|
|
|
288
297
|
| `atwDevices[].refreshInterval` | Here set the background devices state refresh time in (sec), default `5s`. |
|
|
289
298
|
| `atwDevices[].presets[]` | Array of ATW device `Presets` created automatically after login to MELCloud from plugin config UI. |
|
|
290
299
|
| `atwDevices[].presets[].id` | Read only data, do not change it. |
|
|
291
|
-
| `atwDevices[].presets[].name` | Here You can
|
|
292
|
-
| `atwDevices[].presets[].displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 -
|
|
300
|
+
| `atwDevices[].presets[].name` | Here You can change the `Preset Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
301
|
+
| `atwDevices[].presets[].displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 - Motion Sensor`, `2 - Occupancy Sensor`, `3 - Contact Sensor`, `4 - Switch + Motion Sensor`, `5 - Switch +Occupancy Sensor`, `6 - Switch +Contact Sensor`. |
|
|
293
302
|
| `atwDevices[].schedules[]` | Array of ATW device `Schedules` created automatically after login to MELCloud Home from plugin config UI. |
|
|
294
303
|
| `atwDevices[].schedules[].id` | Read only data, do not change it. |
|
|
295
|
-
| `atwDevices[].schedules[].name` | Here You can
|
|
296
|
-
| `atwDevices[].schedules[].displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 - Motion Sensor`, `2 - Occupancy Sensor`, `3 - Contact Sensor`. |
|
|
304
|
+
| `atwDevices[].schedules[].name` | Here You can change the `Schedule Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
305
|
+
| `atwDevices[].schedules[].displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 - Motion Sensor`, `2 - Occupancy Sensor`, `3 - Contact Sensor`, `4 - Switch + Motion Sensor`, `5 - Switch +Occupancy Sensor`, `6 - Switch +Contact Sensor`. |
|
|
306
|
+
| `atwDevices[].scenes[].id` | Read only data, do not change it. |
|
|
307
|
+
| `atwDevices[].scenes[].name` | Here You can change the `Scene Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
308
|
+
| `atwDevices[].scenes[].displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 - Motion Sensor`, `2 - Occupancy Sensor`, `3 - Contact Sensor`, `4 - Switch + Motion Sensor`, `5 - Switch +Occupancy Sensor`, `6 - Switch +Contact Sensor`. |
|
|
297
309
|
| `atwDevices[].buttonsSensors[]` | Array of buttons sensors. |
|
|
298
310
|
| `atwDevices[].buttonsSensors[].name` | Here set `Button Name` which You want expose to the `Homebridge/HomeKit`. |
|
|
299
311
|
| `atwDevices[].buttonsSensors[].mode` | Here select button mode. |
|
|
@@ -303,7 +315,7 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
|
|
|
303
315
|
| `ervDevices[].id` | Read only data, do not change it. |
|
|
304
316
|
| `ervDevices[].type` | Read only data, do not change it. |
|
|
305
317
|
| `ervDevices[].typeString` | Read only data, do not change it. |
|
|
306
|
-
| `ervDevices[].name` | Here You can
|
|
318
|
+
| `ervDevices[].name` | Here You can change the `Accessory Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
307
319
|
| `ervDevices[].displayType` | Here select main control mode `None/Disabled`, `Heater/Cooler`, `Thermostat`. |
|
|
308
320
|
| `ervDevices[].temperatureSensor` | This enable extra `Room` temperature sensor to use with automations in HomeKit app. |
|
|
309
321
|
| `ervDevices[].temperatureOutdoorSensor` | This enable extra `Outdoor` temperature sensor to use with automations in HomeKit app. |
|
|
@@ -315,12 +327,15 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
|
|
|
315
327
|
| `ervDevices[].refreshInterval` | Here set the background devices state refresh time in (sec), default `5s`. |
|
|
316
328
|
| `ervDevices[].presets[]` | Array of ERV device `Presets` created automatically after login to MELCloud from plugin config UI. |
|
|
317
329
|
| `ervDevices[].presets[].id` | Read only data, do not change it. |
|
|
318
|
-
| `ervDevices[].presets[].name` | Here You can
|
|
319
|
-
| `ervDevices[].presets[].displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 -
|
|
330
|
+
| `ervDevices[].presets[].name` | Here You can change the `Preset Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
331
|
+
| `ervDevices[].presets[].displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 - Motion Sensor`, `2 - Occupancy Sensor`, `3 - Contact Sensor`, `4 - Switch + Motion Sensor`, `5 - Switch +Occupancy Sensor`, `6 - Switch +Contact Sensor`. |
|
|
320
332
|
| `ervDevices[].schedules[]` | Array of ERV device `Schedules` created automatically after login to MELCloud Home from plugin config UI. |
|
|
321
333
|
| `ervDevices[].schedules[].id` | Read only data, do not change it. |
|
|
322
|
-
| `ervDevices[].schedules[].name` | Here You can
|
|
323
|
-
| `ervDevices[].schedules[].displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 - Motion Sensor`, `2 - Occupancy Sensor`, `3 - Contact Sensor`. |
|
|
334
|
+
| `ervDevices[].schedules[].name` | Here You can change the `Schedule Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
335
|
+
| `ervDevices[].schedules[].displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 - Motion Sensor`, `2 - Occupancy Sensor`, `3 - Contact Sensor`, `4 - Switch + Motion Sensor`, `5 - Switch +Occupancy Sensor`, `6 - Switch +Contact Sensor`. |
|
|
336
|
+
| `ervDevices[].scenes[].id` | Read only data, do not change it. |
|
|
337
|
+
| `ervDevices[].scenes[].name` | Here You can change the `Scene Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
338
|
+
| `ervDevices[].scenes[].displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 - Motion Sensor`, `2 - Occupancy Sensor`, `3 - Contact Sensor`, `4 - Switch + Motion Sensor`, `5 - Switch +Occupancy Sensor`, `6 - Switch +Contact Sensor`. |
|
|
324
339
|
| `ervDevices[].buttonsSensors[]` | Array of buttons sensors. |
|
|
325
340
|
| `ervDevices[].buttonsSensors[].name` | Here set `Button Name` which You want expose to the `Homebridge/HomeKit`. |
|
|
326
341
|
| `ervDevices[].buttonsSensors[].mode` | Here select button mode. |
|