homebridge-melcloud-control 4.1.3-beta.2 → 4.1.3-beta.21

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/README.md CHANGED
@@ -65,7 +65,8 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
65
65
  * Vane V mode `AUTO/1/2/3/4/5/SWING`.
66
66
  * Fan speed mode `AUTO/1/2/3/4/5`.
67
67
  * Presets `SET/UNSET`.
68
- * Schedules `ON/OFF`.
68
+ * Holiday mode `ON/OFF`.
69
+ * Schedule `ON/OFF`.
69
70
  * Sensors:
70
71
  * For automation and notifications.
71
72
  * Power `ON/OFF`.
@@ -80,7 +81,8 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
80
81
  * Frost protection.
81
82
  * Overheat protection.
82
83
  * Holiday mode.
83
- * Shedule.
84
+ * Shedule control.
85
+ * Shedule active
84
86
  * Error
85
87
  * Heat Pump:
86
88
  * Heater Cooler:
@@ -118,6 +120,8 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
118
120
  * Operating mode `HEAT/COOL/CURVE/HOLIDAY/AUTO HOT WATER/ECO HOT WATER/FORCE HOT WATER`.
119
121
  * Physical lock controls `LOCK/UNLOCK`.
120
122
  * Presets `SET/UNSET`.
123
+ * Holiday mode `ON/OFF`.
124
+ * Schedule `ON/OFF`.
121
125
  * Sensors:
122
126
  * For automation and notifications.
123
127
  * Power `ON/OFF`.
@@ -130,6 +134,9 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
130
134
  * Water tank temperature.
131
135
  * Flow Temperature Zone 1, 2, Hot Water.
132
136
  * Return Temperature Zone 1, 2, Hot Water.
137
+ * Holiday mode.
138
+ * Shedule control.
139
+ * Shedule active
133
140
  * Error
134
141
  * Energy Recovery Ventilation Lossnay:
135
142
  * Heater Cooler:
@@ -147,6 +154,8 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
147
154
  * Operating mode `LOSSNAY/BYPASS/AUTO/NIGHT PURGE`.
148
155
  * Fan speed mode `AUTO/1/2/3/4`.
149
156
  * Presets `SET/UNSET`.
157
+ * Holiday mode `ON/OFF`.
158
+ * Schedule `ON/OFF`.
150
159
  * Sensors:
151
160
  * For automation and notifications.
152
161
  * Power `ON/OFF`.
@@ -160,6 +169,9 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
160
169
  * Filter maintenance.
161
170
  * CO2 detected and level.
162
171
  * PM2.5 air quality and level.
172
+ * Holiday mode.
173
+ * Shedule control.
174
+ * Shedule active
163
175
  * Error
164
176
 
165
177
  ### HOME app current device mode display
@@ -227,11 +239,10 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
227
239
  | `ataDevices[].autoDryFanMode` | Here select the operatiing mode for `Auto`, if this mode is not supported, it will be disabled.. |
228
240
  | `ataDevices[].temperatureSensor` | This enable extra `Room` temperature sensor to use with automations in HomeKit app. |
229
241
  | `ataDevices[].temperatureOutdoorSensor` | This enable extra `Outdoor` temperature sensor to use with automations in HomeKit app. |
230
- | `ataDevices[].frostProtectionSensor` | This enable extra `Frost Protectio` sensor to use with automations in HomeKit app. |
231
- | `ataDevices[].overHeatProtectionSensor` | This enable extra `Overheat Protection` sensor to use with automations in HomeKit app. |
232
- | `ataDevices[].holidayModeSensor` | This enable extra `Holiday Mode` sensor to use with automations in HomeKit app. |
233
- | `ataDevices[].scheduleSensor` | This enable extra `Shedule` sensor to use with automations in HomeKit app. |
234
242
  | `ataDevices[].errorSensor` | This enable `Error` sensor to use with automations in HomeKit app. |
243
+ | `ataDevices[].frostProtectionSupport` | This enable extra `Frost Protectio` control and sensors to use with automations in HomeKit app. |
244
+ | `ataDevices[].overheatProtectionSupport` | This enable extra `Overheat Protection` control and sensors to use with automations in HomeKit app. |
245
+ | `ataDevices[].holidayModeSupport` | This enable extra `Holiday Mode` control and sensors to use with automations in HomeKit app. |
235
246
  | `ataDevices[].refreshInterval` | Here set the background devices state refresh time in (sec), default `5s`. |
236
247
  | `ataDevices[].presets[]` | Array of ATA device `Presets` created automatically after login to MELCloud from plugin config UI. |
237
248
  | `ataDevices[].presets[].id` | Read only data, do not change it. |
@@ -240,7 +251,7 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
240
251
  | `ataDevices[].schedules[]` | Array of ATA device `Schedules` created automatically after login to MELCloud Home from plugin config UI. |
241
252
  | `ataDevices[].schedules[].id` | Read only data, do not change it. |
242
253
  | `ataDevices[].schedules[].name` | Here You can schange the `Schedule Name` which is exposed to the `Homebridge/HomeKit`. |
243
- | `ataDevices[].schedules[].displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 - Outlet`, `2 - Switch`, `3 - Motion Sensor`, `4 - Occupancy Sensor`, `5 - Contact Sensor`. |
254
+ | `ataDevices[].schedules[].displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 - Motion Sensor`, `2 - Occupancy Sensor`, `3 - Contact Sensor`. |
244
255
  | `ataDevices[].buttonsSensors[]` | Array of buttons sensors. |
245
256
  | `ataDevices[].buttonsSensors[].name` | Here set `Button Name` which You want expose to the `Homebridge/HomeKit`. |
246
257
  | `ataDevices[].buttonsSensors[].mode` | Here select button mode, VH - Vane Horizontal, VV - Vane Horizontal. |
@@ -263,6 +274,7 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
263
274
  | `atwDevices[].temperatureFlowZone2Sensor` | This enable extra `Flow Zone 2` temperature sensor to use with automations in HomeKit app. |
264
275
  | `atwDevices[].temperatureReturnZone2Sensor` | This enable extra `Return Zone 2` temperature sensor to use with automations in HomeKit app. |
265
276
  | `atwDevices[].errorSensor` | This enable `Error` sensors to use with automations in HomeKit app. |
277
+ | `atwDevices[].holidayModeSupport` | This enable extra `Holiday Mode` control and sensors to use with automations in HomeKit app. |
266
278
  | `atwDevices[].refreshInterval` | Here set the background devices state refresh time in (sec), default `5s`. |
267
279
  | `atwDevices[].presets[]` | Array of ATW device `Presets` created automatically after login to MELCloud from plugin config UI. |
268
280
  | `atwDevices[].presets[].id` | Read only data, do not change it. |
@@ -271,7 +283,7 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
271
283
  | `atwDevices[].schedules[]` | Array of ATW device `Schedules` created automatically after login to MELCloud Home from plugin config UI. |
272
284
  | `atwDevices[].schedules[].id` | Read only data, do not change it. |
273
285
  | `atwDevices[].schedules[].name` | Here You can schange the `Schedule Name` which is exposed to the `Homebridge/HomeKit`. |
274
- | `atwDevices[].schedules[].displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 - Outlet`, `2 - Switch`, `3 - Motion Sensor`, `4 - Occupancy Sensor`, `5 - Contact Sensor`. |
286
+ | `atwDevices[].schedules[].displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 - Motion Sensor`, `2 - Occupancy Sensor`, `3 - Contact Sensor`. |
275
287
  | `atwDevices[].buttonsSensors[]` | Array of buttons sensors. |
276
288
  | `atwDevices[].buttonsSensors[].name` | Here set `Button Name` which You want expose to the `Homebridge/HomeKit`. |
277
289
  | `atwDevices[].buttonsSensors[].mode` | Here select button mode. |
@@ -287,6 +299,7 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
287
299
  | `ervDevices[].temperatureOutdoorSensor` | This enable extra `Outdoor` temperature sensor to use with automations in HomeKit app. |
288
300
  | `ervDevices[].temperatureSupplySensor` | This enable extra `Supply` temperature sensor to use with automations in HomeKit app. |
289
301
  | `ervDevices[].errorSensor` | This enable `Error` sensors to use with automations in HomeKit app. |
302
+ | `ervDevices[].holidayModeSupport` | This enable extra `Holiday Mode` control and sensors to use with automations in HomeKit app. |
290
303
  | `ervDevices[].refreshInterval` | Here set the background devices state refresh time in (sec), default `5s`. |
291
304
  | `ervDevices[].presets[]` | Array of ERV device `Presets` created automatically after login to MELCloud from plugin config UI. |
292
305
  | `ervDevices[].presets[].id` | Read only data, do not change it. |
@@ -295,13 +308,13 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
295
308
  | `ervDevices[].schedules[]` | Array of ERV device `Schedules` created automatically after login to MELCloud Home from plugin config UI. |
296
309
  | `ervDevices[].schedules[].id` | Read only data, do not change it. |
297
310
  | `ervDevices[].schedules[].name` | Here You can schange the `Schedule Name` which is exposed to the `Homebridge/HomeKit`. |
298
- | `ervDevices[].schedules[].displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 - Outlet`, `2 - Switch`, `3 - Motion Sensor`, `4 - Occupancy Sensor`, `5 - Contact Sensor`. |
311
+ | `ervDevices[].schedules[].displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 - Motion Sensor`, `2 - Occupancy Sensor`, `3 - Contact Sensor`. |
299
312
  | `ervDevices[].buttonsSensors[]` | Array of buttons sensors. |
300
313
  | `ervDevices[].buttonsSensors[].name` | Here set `Button Name` which You want expose to the `Homebridge/HomeKit`. |
301
314
  | `ervDevices[].buttonsSensors[].mode` | Here select button mode. |
302
315
  | `ervDevices[].buttonsSensors[].displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 - Outlet`, `2 - Switch`, `3 - Motion Sensor`, `4 - Occupancy Sensor`, `5 - Contact Sensor`. |
303
316
  | `ervDevices[].buttonsSensors[].namePrefix` | Here enable/disable the accessory name as a prefix for button/sensor name. |
304
- | `refreshInterval` | Here set the background account data refresh time in (sec), default `120s`. |
317
+ | `refreshInterval` | Here set the background account data refresh time in (sec) , only for old MELCLoud, default `120s`. |
305
318
  | `log{}` | Log object. |
306
319
  | `log.deviceInfo` | If enabled, log device info will be displayed by every connections device to the network. |
307
320
  | `log.success` | If enabled, success log will be displayed in console. |
@@ -395,48 +395,39 @@
395
395
  "default": false,
396
396
  "description": "This enable extra outdoor temperature sensor to use with automations in HomeKit app."
397
397
  },
398
- "frostProtectionSensor": {
399
- "title": "Frost Protection",
398
+ "errorSensor": {
399
+ "title": "Error",
400
400
  "type": "boolean",
401
401
  "default": false,
402
- "description": "This enable extra frost protection sensor to use with automations in HomeKit app.",
403
- "condition": {
404
- "functionBody": "return model.accounts[arrayIndices[0]].type === 'melcloudhome';"
405
- }
402
+ "description": "This enable error sensor to use with automations in HomeKit app."
406
403
  },
407
- "overheatProtectionSensor": {
408
- "title": "Overheat Protection",
404
+ "frostProtectionSupport": {
405
+ "title": "Frost Protection Support",
409
406
  "type": "boolean",
410
407
  "default": false,
411
- "description": "This enable extra overheat protection sensor to use with automations in HomeKit app.",
408
+ "description": "This enable extra frost protection control and sensors to use with automations in HomeKit app.",
412
409
  "condition": {
413
410
  "functionBody": "return model.accounts[arrayIndices[0]].type === 'melcloudhome';"
414
411
  }
415
412
  },
416
- "holidayModeSensor": {
417
- "title": "Holiday Mode",
413
+ "overheatProtectionSupport": {
414
+ "title": "Overheat Protection Support",
418
415
  "type": "boolean",
419
416
  "default": false,
420
- "description": "This enable extra holiday mode sensor to use with automations in HomeKit app.",
417
+ "description": "This enable extra overheat protection control and sensors to use with automations in HomeKit app.",
421
418
  "condition": {
422
419
  "functionBody": "return model.accounts[arrayIndices[0]].type === 'melcloudhome';"
423
420
  }
424
421
  },
425
- "scheduleSensor": {
426
- "title": "Schedule Enabled",
422
+ "holidayModeSupport": {
423
+ "title": "Holiday Mode Support",
427
424
  "type": "boolean",
428
425
  "default": false,
429
- "description": "This enable extra schedule sensor to use with automations in HomeKit app.",
426
+ "description": "This enable extra holiday mode control and sensors to use with automations in HomeKit app.",
430
427
  "condition": {
431
428
  "functionBody": "return model.accounts[arrayIndices[0]].type === 'melcloudhome';"
432
429
  }
433
430
  },
434
- "errorSensor": {
435
- "title": "Error",
436
- "type": "boolean",
437
- "default": false,
438
- "description": "This enable error sensor to use with automations in HomeKit app."
439
- },
440
431
  "refreshInterval": {
441
432
  "title": "Refresh Interval",
442
433
  "type": "integer",
@@ -541,7 +532,7 @@
541
532
  "title": "Display Type",
542
533
  "type": "integer",
543
534
  "minimum": 0,
544
- "maximum": 5,
535
+ "maximum": 3,
545
536
  "default": 0,
546
537
  "description": "Select the characteristic type to be displayed in HomeKit app.",
547
538
  "anyOf": [
@@ -551,34 +542,22 @@
551
542
  0
552
543
  ]
553
544
  },
554
- {
555
- "title": "Outlet",
556
- "enum": [
557
- 1
558
- ]
559
- },
560
- {
561
- "title": "Switch",
562
- "enum": [
563
- 2
564
- ]
565
- },
566
545
  {
567
546
  "title": "Motion Sensor",
568
547
  "enum": [
569
- 3
548
+ 1
570
549
  ]
571
550
  },
572
551
  {
573
552
  "title": "Occupancy Sensor",
574
553
  "enum": [
575
- 4
554
+ 2
576
555
  ]
577
556
  },
578
557
  {
579
558
  "title": "Contact Sensor",
580
559
  "enum": [
581
- 5
560
+ 3
582
561
  ]
583
562
  }
584
563
  ]
@@ -1128,30 +1107,21 @@
1128
1107
  "default": false,
1129
1108
  "description": "This enable extra Return Zone 2 temperature sensor to use with automations in HomeKit app."
1130
1109
  },
1131
- "holidayModeSensor": {
1132
- "title": "Holiday Mode",
1110
+ "errorSensor": {
1111
+ "title": "Error",
1133
1112
  "type": "boolean",
1134
1113
  "default": false,
1135
- "description": "This enable extra holiday mode sensor to use with automations in HomeKit app.",
1136
- "condition": {
1137
- "functionBody": "return model.accounts[arrayIndices[0]].type === 'melcloudhome';"
1138
- }
1114
+ "description": "This enable error sensor to use with automations in HomeKit app."
1139
1115
  },
1140
- "scheduleSensor": {
1141
- "title": "Schedule Enabled",
1116
+ "holidayModeSupport": {
1117
+ "title": "Holiday Mode Support",
1142
1118
  "type": "boolean",
1143
1119
  "default": false,
1144
- "description": "This enable extra schedule sensor to use with automations in HomeKit app.",
1120
+ "description": "This enable extra holiday mode control and sensors to use with automations in HomeKit app.",
1145
1121
  "condition": {
1146
1122
  "functionBody": "return model.accounts[arrayIndices[0]].type === 'melcloudhome';"
1147
1123
  }
1148
1124
  },
1149
- "errorSensor": {
1150
- "title": "Error",
1151
- "type": "boolean",
1152
- "default": false,
1153
- "description": "This enable error sensor to use with automations in HomeKit app."
1154
- },
1155
1125
  "refreshInterval": {
1156
1126
  "title": "Refresh Interval",
1157
1127
  "type": "integer",
@@ -1256,7 +1226,7 @@
1256
1226
  "title": "Display Type",
1257
1227
  "type": "integer",
1258
1228
  "minimum": 0,
1259
- "maximum": 5,
1229
+ "maximum": 3,
1260
1230
  "default": 0,
1261
1231
  "description": "Select the characteristic type to be displayed in HomeKit app.",
1262
1232
  "anyOf": [
@@ -1266,34 +1236,22 @@
1266
1236
  0
1267
1237
  ]
1268
1238
  },
1269
- {
1270
- "title": "Outlet",
1271
- "enum": [
1272
- 1
1273
- ]
1274
- },
1275
- {
1276
- "title": "Switch",
1277
- "enum": [
1278
- 2
1279
- ]
1280
- },
1281
1239
  {
1282
1240
  "title": "Motion Sensor",
1283
1241
  "enum": [
1284
- 3
1242
+ 1
1285
1243
  ]
1286
1244
  },
1287
1245
  {
1288
1246
  "title": "Occupancy Sensor",
1289
1247
  "enum": [
1290
- 4
1248
+ 2
1291
1249
  ]
1292
1250
  },
1293
1251
  {
1294
1252
  "title": "Contact Sensor",
1295
1253
  "enum": [
1296
- 5
1254
+ 3
1297
1255
  ]
1298
1256
  }
1299
1257
  ]
@@ -1621,30 +1579,21 @@
1621
1579
  "default": false,
1622
1580
  "description": "This enable extra supply temperature sensor to use with automations in HomeKit app."
1623
1581
  },
1624
- "holidayModeSensor": {
1625
- "title": "Holiday Mode",
1582
+ "errorSensor": {
1583
+ "title": "Error",
1626
1584
  "type": "boolean",
1627
1585
  "default": false,
1628
- "description": "This enable extra holiday mode sensor to use with automations in HomeKit app.",
1629
- "condition": {
1630
- "functionBody": "return model.accounts[arrayIndices[0]].type === 'melcloudhome';"
1631
- }
1586
+ "description": "This enable error sensor to use with automations in HomeKit app."
1632
1587
  },
1633
- "scheduleSensor": {
1634
- "title": "Schedule Enabled",
1588
+ "holidayModeSupport": {
1589
+ "title": "Holiday Mode Support",
1635
1590
  "type": "boolean",
1636
1591
  "default": false,
1637
- "description": "This enable extra schedule sensor to use with automations in HomeKit app.",
1592
+ "description": "This enable extra holiday mode control and sensors to use with automations in HomeKit app.",
1638
1593
  "condition": {
1639
1594
  "functionBody": "return model.accounts[arrayIndices[0]].type === 'melcloudhome';"
1640
1595
  }
1641
1596
  },
1642
- "errorSensor": {
1643
- "title": "Error",
1644
- "type": "boolean",
1645
- "default": false,
1646
- "description": "This enable error sensor to use with automations in HomeKit app."
1647
- },
1648
1597
  "refreshInterval": {
1649
1598
  "title": "Refresh Interval",
1650
1599
  "type": "integer",
@@ -1753,7 +1702,7 @@
1753
1702
  "title": "Display Type",
1754
1703
  "type": "integer",
1755
1704
  "minimum": 0,
1756
- "maximum": 5,
1705
+ "maximum": 3,
1757
1706
  "default": 0,
1758
1707
  "description": "Select the characteristic type to be displayed in HomeKit app.",
1759
1708
  "anyOf": [
@@ -1763,34 +1712,22 @@
1763
1712
  0
1764
1713
  ]
1765
1714
  },
1766
- {
1767
- "title": "Outlet",
1768
- "enum": [
1769
- 1
1770
- ]
1771
- },
1772
- {
1773
- "title": "Switch",
1774
- "enum": [
1775
- 2
1776
- ]
1777
- },
1778
1715
  {
1779
1716
  "title": "Motion Sensor",
1780
1717
  "enum": [
1781
- 3
1718
+ 1
1782
1719
  ]
1783
1720
  },
1784
1721
  {
1785
1722
  "title": "Occupancy Sensor",
1786
1723
  "enum": [
1787
- 4
1724
+ 2
1788
1725
  ]
1789
1726
  },
1790
1727
  {
1791
1728
  "title": "Contact Sensor",
1792
1729
  "enum": [
1793
- 5
1730
+ 3
1794
1731
  ]
1795
1732
  }
1796
1733
  ]
@@ -2003,7 +1940,10 @@
2003
1940
  "default": 120,
2004
1941
  "minimum": 1,
2005
1942
  "maximum": 600,
2006
- "description": "Set the background account data refresh time in seconds."
1943
+ "description": "Set the background account data refresh time in seconds.",
1944
+ "condition": {
1945
+ "functionBody": "return model.accounts[arrayIndices[0]].type === 'melcloud';"
1946
+ }
2007
1947
  },
2008
1948
  "log": {
2009
1949
  "title": "Log",
@@ -2199,6 +2139,9 @@
2199
2139
  "accounts[].ataDevices[].heatDryFanMode",
2200
2140
  "accounts[].ataDevices[].coolDryFanMode",
2201
2141
  "accounts[].ataDevices[].autoDryFanMode",
2142
+ "accounts[].ataDevices[].frostProtectionSupport",
2143
+ "accounts[].ataDevices[].overheatProtectionSupport",
2144
+ "accounts[].ataDevices[].holidayModeSupport",
2202
2145
  "accounts[].ataDevices[].refreshInterval"
2203
2146
  ],
2204
2147
  "condition": {
@@ -2278,10 +2221,6 @@
2278
2221
  {
2279
2222
  "title": "System",
2280
2223
  "items": [
2281
- "accounts[].ataDevices[].frostProtectionSensor",
2282
- "accounts[].ataDevices[].overheatProtectionSensor",
2283
- "accounts[].ataDevices[].holidayModeSensor",
2284
- "accounts[].ataDevices[].scheduleSensor",
2285
2224
  "accounts[].ataDevices[].errorSensor"
2286
2225
  ]
2287
2226
  },
@@ -2346,6 +2285,7 @@
2346
2285
  "items": [
2347
2286
  "accounts[].atwDevices[].hideZone",
2348
2287
  "accounts[].atwDevices[].name",
2288
+ "accounts[].atwDevices[].holidayModeSupport",
2349
2289
  "accounts[].atwDevices[].refreshInterval"
2350
2290
  ],
2351
2291
  "condition": {
@@ -2432,8 +2372,6 @@
2432
2372
  {
2433
2373
  "title": "System",
2434
2374
  "items": [
2435
- "accounts[].atwDevices[].holidayModeSensor",
2436
- "accounts[].atwDevices[].scheduleSensor",
2437
2375
  "accounts[].atwDevices[].errorSensor"
2438
2376
  ]
2439
2377
  },
@@ -2497,6 +2435,7 @@
2497
2435
  "expanded": false,
2498
2436
  "items": [
2499
2437
  "accounts[].ervDevices[].name",
2438
+ "accounts[].ervDevices[].holidayModeSupport",
2500
2439
  "accounts[].ervDevices[].refreshInterval"
2501
2440
  ],
2502
2441
  "condition": {
@@ -2577,8 +2516,6 @@
2577
2516
  {
2578
2517
  "title": "System",
2579
2518
  "items": [
2580
- "accounts[].ervDevices[].holidayModeSensor",
2581
- "accounts[].ervDevices[].scheduleSensor",
2582
2519
  "accounts[].ervDevices[].errorSensor"
2583
2520
  ]
2584
2521
  },
@@ -2632,7 +2569,6 @@
2632
2569
  "title": "{{ value.name }}",
2633
2570
  "items": [
2634
2571
  {
2635
- "key": "accounts[]",
2636
2572
  "title": "Account Data Refresh",
2637
2573
  "items": [
2638
2574
  "accounts[].refreshInterval"
@@ -2651,7 +2587,6 @@
2651
2587
  ]
2652
2588
  },
2653
2589
  {
2654
- "key": "accounts[]",
2655
2590
  "title": "External Integrations",
2656
2591
  "items": [
2657
2592
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "MELCloud Control",
3
3
  "name": "homebridge-melcloud-control",
4
- "version": "4.1.3-beta.2",
4
+ "version": "4.1.3-beta.21",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",