homebridge-melcloud-control 4.4.1-beta.4 → 4.4.1-beta.40
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 +10 -0
- package/README.md +55 -55
- package/config.schema.json +54 -54
- package/homebridge-ui/public/index.html +131 -118
- package/index.js +18 -6
- package/package.json +2 -2
- package/src/constants.js +62 -50
- package/src/deviceata.js +25 -18
- package/src/deviceatw.js +6 -10
- package/src/deviceerv.js +61 -60
- package/src/functions.js +105 -111
- package/src/melcloud.js +10 -8
- package/src/melcloudata.js +41 -10
- package/src/melcloudatw.js +25 -9
- package/src/melclouderv.js +24 -8
- package/src/melcloudhome.js +40 -36
package/CHANGELOG.md
CHANGED
|
@@ -22,6 +22,16 @@ 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.4.1] - (xx.12.2025)
|
|
26
|
+
|
|
27
|
+
## Changes
|
|
28
|
+
|
|
29
|
+
- stability and performance improvements
|
|
30
|
+
- bump dependencies
|
|
31
|
+
- config schema updated
|
|
32
|
+
- redme updated
|
|
33
|
+
- cleanup
|
|
34
|
+
|
|
25
35
|
# [4.4.0] - (10.12.2025)
|
|
26
36
|
|
|
27
37
|
## Changes
|
package/README.md
CHANGED
|
@@ -22,24 +22,25 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
|
|
|
22
22
|
| Package | Installation | Role | Required |
|
|
23
23
|
| --- | --- | --- | --- |
|
|
24
24
|
| [Homebridge v2.0.0](https://github.com/homebridge/homebridge) | [Homebridge Wiki](https://github.com/homebridge/homebridge/wiki) | HomeKit Bridge | Required |
|
|
25
|
-
| [Homebridge UI <= v5.5.0](https://github.com/homebridge/homebridge-config-ui-x) | [Homebridge UI Wiki](https://github.com/homebridge/homebridge-config-ui-x/wiki) | Homebridge
|
|
26
|
-
| [MELCloud](https://github.com/grzegorz914/homebridge-melcloud-control) | [Plug-In Wiki](https://github.com/grzegorz914/homebridge-melcloud-control/wiki) |
|
|
25
|
+
| [Homebridge UI <= v5.5.0](https://github.com/homebridge/homebridge-config-ui-x) | [Homebridge UI Wiki](https://github.com/homebridge/homebridge-config-ui-x/wiki) | Homebridge User Interface | Required |
|
|
26
|
+
| [MELCloud](https://github.com/grzegorz914/homebridge-melcloud-control) | [Plug-In Wiki](https://github.com/grzegorz914/homebridge-melcloud-control/wiki) | Plug-In | Required |
|
|
27
27
|
|
|
28
28
|
### About The Plugin
|
|
29
29
|
|
|
30
|
-
* Support
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
*
|
|
30
|
+
* Support:
|
|
31
|
+
* Devices connected to MELCloud or MELCloud Home.
|
|
32
|
+
* Multiple accounts, buildings, floors, areas.
|
|
33
|
+
* Temperature display units `Celsius/Fahrenheit`.
|
|
34
|
+
* Assing individual operating mode for `Heat/Cool/Auto`.
|
|
35
|
+
* Presets, only MELCloud.
|
|
36
|
+
* Scenes, only MELCloud Home.
|
|
37
|
+
* Frost protection, only MELCloud Home.
|
|
38
|
+
* Overheat Protection, only MELCloud Home.
|
|
39
|
+
* Holiday Mode, only MELCloud Home.
|
|
40
|
+
* Physical lock controls `LOCK/UNLOCK`, only MELCloud.
|
|
41
|
+
* Functions, using extra `Buttons`, switch to `OFF` restore previous state.
|
|
42
|
+
* Automations, shortcuts and Siri.
|
|
43
|
+
* External integrations, [RESTFul](https://github.com/grzegorz914/homebridge-melcloud-control?tab=readme-ov-file#restful-integration), [MQTT](https://github.com/grzegorz914/homebridge-melcloud-control?tab=readme-ov-file#mqtt-integration).
|
|
43
44
|
* Control devices over local network You need use ESP module and [Tasmota Control](https://github.com/grzegorz914/homebridge-tasmota-control) plugin.
|
|
44
45
|
|
|
45
46
|
### Control Mode
|
|
@@ -58,18 +59,17 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
|
|
|
58
59
|
* Operating mode `POWER OFF/HEAT/COOL/AUTO`.
|
|
59
60
|
* Temperature `HEATING/COOLING/AUTO`.
|
|
60
61
|
* Temperature display unit `°F/°C`.
|
|
61
|
-
* Assign operating mode for `HEAT/AUTO`
|
|
62
62
|
* Buttons:
|
|
63
63
|
* For direct device control.
|
|
64
64
|
* Power `ON/OFF`.
|
|
65
65
|
* Operating mode `HEAT/DRY/COOL/FAN/AUTO`.
|
|
66
|
-
* Physical lock controls `LOCK/UNLOCK
|
|
66
|
+
* Physical lock controls `LOCK/UNLOCK`
|
|
67
67
|
* Vane H mode `AUTO/1/2/3/4/5/SPLIT/SWING`.
|
|
68
68
|
* Vane V mode `AUTO/1/2/3/4/5/SWING`.
|
|
69
69
|
* Fan speed mode `AUTO/1/2/3/4/5`.
|
|
70
|
-
*
|
|
71
|
-
* Frost protection `ON/OFF`.
|
|
72
|
-
* Overheat protection `ON/OFF`.
|
|
70
|
+
* Preset `SET/UNSET`
|
|
71
|
+
* Frost protection `ON/OFF/MINTEMP/MAXTEMP`.
|
|
72
|
+
* Overheat protection `ON/OFF/MINTEMP/MAXTEMP`.
|
|
73
73
|
* Holiday mode `ON/OFF`.
|
|
74
74
|
* Schedules `ON/OFF`.
|
|
75
75
|
* Scene `ON/OFF`.
|
|
@@ -81,7 +81,7 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
|
|
|
81
81
|
* Vane H mode `AUTO/1/2/3/4/5/SPLIT/SWING`.
|
|
82
82
|
* Vane V mode `AUTO/1/2/3/4/5/SWING`.
|
|
83
83
|
* Fan speed mode `AUTO/1/2/3/4/5/`.
|
|
84
|
-
*
|
|
84
|
+
* Preset `ACTIV/UNACTIV`.
|
|
85
85
|
* Room temperature.
|
|
86
86
|
* Outdoor temperature.
|
|
87
87
|
* Frost protection.
|
|
@@ -128,8 +128,8 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
|
|
|
128
128
|
* Power `ON/OFF`.
|
|
129
129
|
* Operating mode `HEAT/COOL/CURVE/HOLIDAY/AUTO HOT WATER/ECO HOT WATER/FORCE HOT WATER`.
|
|
130
130
|
* Physical lock controls `LOCK/UNLOCK`.
|
|
131
|
-
*
|
|
132
|
-
* Frost protection `ON/OFF`.
|
|
131
|
+
* Preset `SET/UNSET`.
|
|
132
|
+
* Frost protection `ON/OFF/MINTEMP/MAXTEMP`.
|
|
133
133
|
* Holiday mode `ON/OFF`.
|
|
134
134
|
* Schedules `ON/OFF`.
|
|
135
135
|
* Scene `ON/OFF`.
|
|
@@ -138,7 +138,7 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
|
|
|
138
138
|
* Power `ON/OFF`.
|
|
139
139
|
* Operating mode `HEAT/COOL/CURVE/HOLIDAY/AUTO HOT WATER/ECO HOT WATER/FORCE HOT WATER`.
|
|
140
140
|
* Physical lock controls `LOCK/UNLOCK`.
|
|
141
|
-
*
|
|
141
|
+
* Preset `ACTIV/UNACTIV`.
|
|
142
142
|
* Outdoor temperature.
|
|
143
143
|
* Zone 1 temperature.
|
|
144
144
|
* Zone 2 temperature.
|
|
@@ -168,7 +168,7 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
|
|
|
168
168
|
* Power `ON/OFF`.
|
|
169
169
|
* Operating mode `LOSSNAY/BYPASS/AUTO/NIGHT PURGE`.
|
|
170
170
|
* Fan speed mode `AUTO/1/2/3/4`.
|
|
171
|
-
*
|
|
171
|
+
* Preset `SET/UNSET`.
|
|
172
172
|
* Holiday mode `ON/OFF`.
|
|
173
173
|
* Schedules `ON/OFF`.
|
|
174
174
|
* Scene `ON/OFF`.
|
|
@@ -210,7 +210,7 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
|
|
|
210
210
|
* Target temperature is calculated as a middle value between `LO` and `HI` and the rest is calculated internally.
|
|
211
211
|
* Thermostat
|
|
212
212
|
* In this mode we can set only target temperature:
|
|
213
|
-
* Target temperature
|
|
213
|
+
* Target temperature is send to device and calculated internally:
|
|
214
214
|
* Calculation method in device internally:
|
|
215
215
|
* If the room temperature `<` Heating Setpoint, the unit will be set to HEAT with a setpoint of 23°C.
|
|
216
216
|
* In HEAT, if the room temperature `>` Heating Setpoint `+` 1°C, the unit will be set to FAN.
|
|
@@ -246,13 +246,13 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
|
|
|
246
246
|
| `user` | Here set the account username. |
|
|
247
247
|
| `passwd` | Here set the account password. |
|
|
248
248
|
| `language` | Here select the account language. |
|
|
249
|
-
| `type` | Here select the account type `0 - None/Disabled`, `1 - MELCloud`, `2 - MELCloud Home`. |
|
|
249
|
+
| `type` | Here select the account type `0 - None / Disabled`, `1 - MELCloud`, `2 - MELCloud Home`. |
|
|
250
250
|
| `ataDevices[]` | Array of ATA devices created automatically after login to MELCloud from plugin config UI. |
|
|
251
251
|
| `ataDevices[].id` | Read only data, do not change it. |
|
|
252
252
|
| `ataDevices[].type` | Read only data, do not change it. |
|
|
253
253
|
| `ataDevices[].typeString` | Read only data, do not change it. |
|
|
254
|
-
| `ataDevices[].name` | Here You can change the `Accessory Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
255
|
-
| `ataDevices[].displayType` | Here select device control mode `0 - None/Disabled`, `1 - Heater/Cooler`, `2 - Thermostat`. |
|
|
254
|
+
| `ataDevices[].name` | Here You can change the `Accessory Name` which is exposed to the `Homebridge / HomeKit`. |
|
|
255
|
+
| `ataDevices[].displayType` | Here select device control mode `0 - None / Disabled`, `1 - Heater / Cooler`, `2 - Thermostat`. |
|
|
256
256
|
| `ataDevices[].heatDryFanMode` | Here select the operatiing mode for `Heat`, if this mode is not supported, it will be disabled. |
|
|
257
257
|
| `ataDevices[].coolDryFanMode` | Here select the operatiing mode for `Cool`, if this mode is not supported, it will be disabled. |
|
|
258
258
|
| `ataDevices[].autoDryFanMode` | Here select the operatiing mode for `Auto`, if this mode is not supported, it will be disabled.. |
|
|
@@ -266,27 +266,27 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
|
|
|
266
266
|
| `ataDevices[].holidayModeSupport` | This enable extra `Holiday Mode` control and sensors to use with automations in HomeKit app. |
|
|
267
267
|
| `ataDevices[].presets[]` | Array of ATA device `Presets` created automatically after login to MELCloud from plugin config UI. |
|
|
268
268
|
| `ataDevices[].presets[].id` | Read only data, do not change it. |
|
|
269
|
-
| `ataDevices[].presets[].name` | Here You can change the `Preset Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
270
|
-
| `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`, `7 - Switch`. |
|
|
269
|
+
| `ataDevices[].presets[].name` | Here You can change the `Preset Name` which is exposed to the `Homebridge / HomeKit`. |
|
|
270
|
+
| `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`, `7 - Switch`. |
|
|
271
271
|
| `ataDevices[].schedules[]` | Array of ATA device `Schedules` created automatically after login to MELCloud Home from plugin config UI. |
|
|
272
272
|
| `ataDevices[].schedules[].id` | Read only data, do not change it. |
|
|
273
|
-
| `ataDevices[].schedules[].name` | Here You can change the `Schedule Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
274
|
-
| `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`, `7 - Switch`. |
|
|
273
|
+
| `ataDevices[].schedules[].name` | Here You can change the `Schedule Name` which is exposed to the `Homebridge / HomeKit`. |
|
|
274
|
+
| `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`, `7 - Switch`. |
|
|
275
275
|
| `ataDevices[].scenes[].id` | Read only data, do not change it. |
|
|
276
|
-
| `ataDevices[].scenes[].name` | Here You can change the `Scene Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
277
|
-
| `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`, `7 - Switch`. |
|
|
276
|
+
| `ataDevices[].scenes[].name` | Here You can change the `Scene Name` which is exposed to the `Homebridge / HomeKit`. |
|
|
277
|
+
| `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`, `7 - Switch`. |
|
|
278
278
|
| `ataDevices[].buttonsSensors[]` | Array of buttons sensors. |
|
|
279
|
-
| `ataDevices[].buttonsSensors[].name` | Here set `Button Name` which You want expose to the `Homebridge/HomeKit`. |
|
|
279
|
+
| `ataDevices[].buttonsSensors[].name` | Here set `Button Name` which You want expose to the `Homebridge / HomeKit`. |
|
|
280
280
|
| `ataDevices[].buttonsSensors[].mode` | Here select button mode, VH - Vane Horizontal, VV - Vane Horizontal. |
|
|
281
|
-
| `ataDevices[].buttonsSensors[].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`, `7 - Switch`. |
|
|
282
|
-
| `ataDevices[].buttonsSensors[].namePrefix` | Here enable
|
|
281
|
+
| `ataDevices[].buttonsSensors[].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`, `7 - Switch`. |
|
|
282
|
+
| `ataDevices[].buttonsSensors[].namePrefix` | Here enable the accessory name as a prefix for button / sensor name. |
|
|
283
283
|
| `atwDevices[]` | Array of ATA devices created automatically after login to MELCloud from plugin config UI. |
|
|
284
284
|
| `atwDevices[].id` | Read only data, do not change it. |
|
|
285
285
|
| `atwDevices[].type` | Read only data, do not change it. |
|
|
286
286
|
| `atwDevices[].typeString` | Read only data, do not change it. |
|
|
287
|
-
| `atwDevices[].name` | Here You can change the `Accessory Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
288
|
-
| `atwDevices[].displayType` | Here select main control mode `None/Disabled`, `Heater/Cooler`, `Thermostat`. |
|
|
289
|
-
| `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`. |
|
|
287
|
+
| `atwDevices[].name` | Here You can change the `Accessory Name` which is exposed to the `Homebridge / HomeKit`. |
|
|
288
|
+
| `atwDevices[].displayType` | Here select main control mode `None / Disabled`, `Heater / Cooler`, `Thermostat`. |
|
|
289
|
+
| `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`. |
|
|
290
290
|
| `atwDevices[].temperatureSensor` | This enable extra `Room` temperature sensor to use with automations in HomeKit app. |
|
|
291
291
|
| `atwDevices[].temperatureFlowSensor` | This enable extra `Flow` temperature sensor to use with automations in HomeKit app. |
|
|
292
292
|
| `atwDevices[].temperatureReturnSensor` | This enable extra `Return` temperature sensor to use with automations in HomeKit app. |
|
|
@@ -312,16 +312,16 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
|
|
|
312
312
|
| `atwDevices[].scenes[].name` | Here You can change the `Scene Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
313
313
|
| `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`, `7 - Switch`. |
|
|
314
314
|
| `atwDevices[].buttonsSensors[]` | Array of buttons sensors. |
|
|
315
|
-
| `atwDevices[].buttonsSensors[].name` | Here set `Button Name` which You want expose to the `Homebridge/HomeKit`. |
|
|
315
|
+
| `atwDevices[].buttonsSensors[].name` | Here set `Button Name` which You want expose to the `Homebridge / HomeKit`. |
|
|
316
316
|
| `atwDevices[].buttonsSensors[].mode` | Here select button mode. |
|
|
317
|
-
| `atwDevices[].buttonsSensors[].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`, `7 - Switch`. |
|
|
318
|
-
| `atwDevices[].buttonsSensors[].namePrefix` | Here enable
|
|
317
|
+
| `atwDevices[].buttonsSensors[].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`, `7 - Switch`. |
|
|
318
|
+
| `atwDevices[].buttonsSensors[].namePrefix` | Here enable the accessory name as a prefix for button / sensor name. |
|
|
319
319
|
| `ervDevices[]` | Array of ATA devices created automatically after login to MELCloud from plugin config UI. |
|
|
320
320
|
| `ervDevices[].id` | Read only data, do not change it. |
|
|
321
321
|
| `ervDevices[].type` | Read only data, do not change it. |
|
|
322
322
|
| `ervDevices[].typeString` | Read only data, do not change it. |
|
|
323
|
-
| `ervDevices[].name` | Here You can change the `Accessory Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
324
|
-
| `ervDevices[].displayType` | Here select main control mode `None/Disabled`, `Heater/Cooler`, `Thermostat`. |
|
|
323
|
+
| `ervDevices[].name` | Here You can change the `Accessory Name` which is exposed to the `Homebridge / HomeKit`. |
|
|
324
|
+
| `ervDevices[].displayType` | Here select main control mode `None / Disabled`, `Heater / Cooler`, `Thermostat`. |
|
|
325
325
|
| `ervDevices[].temperatureSensor` | This enable extra `Room` temperature sensor to use with automations in HomeKit app. |
|
|
326
326
|
| `ervDevices[].temperatureOutdoorSensor` | This enable extra `Outdoor` temperature sensor to use with automations in HomeKit app. |
|
|
327
327
|
| `ervDevices[].temperatureSupplySensor` | This enable extra `Supply` temperature sensor to use with automations in HomeKit app. |
|
|
@@ -331,20 +331,20 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
|
|
|
331
331
|
| `ervDevices[].holidayModeSupport` | This enable extra `Holiday Mode` control and sensors to use with automations in HomeKit app. |
|
|
332
332
|
| `ervDevices[].presets[]` | Array of ERV device `Presets` created automatically after login to MELCloud from plugin config UI. |
|
|
333
333
|
| `ervDevices[].presets[].id` | Read only data, do not change it. |
|
|
334
|
-
| `ervDevices[].presets[].name` | Here You can change the `Preset Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
335
|
-
| `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`, `7 - Switch`. |
|
|
334
|
+
| `ervDevices[].presets[].name` | Here You can change the `Preset Name` which is exposed to the `Homebridge / HomeKit`. |
|
|
335
|
+
| `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`, `7 - Switch`. |
|
|
336
336
|
| `ervDevices[].schedules[]` | Array of ERV device `Schedules` created automatically after login to MELCloud Home from plugin config UI. |
|
|
337
337
|
| `ervDevices[].schedules[].id` | Read only data, do not change it. |
|
|
338
|
-
| `ervDevices[].schedules[].name` | Here You can change the `Schedule Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
339
|
-
| `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`, `7 - Switch`. |
|
|
338
|
+
| `ervDevices[].schedules[].name` | Here You can change the `Schedule Name` which is exposed to the `Homebridge / HomeKit`. |
|
|
339
|
+
| `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`, `7 - Switch`. |
|
|
340
340
|
| `ervDevices[].scenes[].id` | Read only data, do not change it. |
|
|
341
|
-
| `ervDevices[].scenes[].name` | Here You can change the `Scene Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
342
|
-
| `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`, `7 - Switch`. |
|
|
341
|
+
| `ervDevices[].scenes[].name` | Here You can change the `Scene Name` which is exposed to the `Homebridge / HomeKit`. |
|
|
342
|
+
| `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`, `7 - Switch`. |
|
|
343
343
|
| `ervDevices[].buttonsSensors[]` | Array of buttons sensors. |
|
|
344
|
-
| `ervDevices[].buttonsSensors[].name` | Here set `Button Name` which You want expose to the `Homebridge/HomeKit`. |
|
|
344
|
+
| `ervDevices[].buttonsSensors[].name` | Here set `Button Name` which You want expose to the `Homebridge / HomeKit`. |
|
|
345
345
|
| `ervDevices[].buttonsSensors[].mode` | Here select button mode. |
|
|
346
|
-
| `ervDevices[].buttonsSensors[].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`, `7 - Switch`. |
|
|
347
|
-
| `ervDevices[].buttonsSensors[].namePrefix` | Here enable
|
|
346
|
+
| `ervDevices[].buttonsSensors[].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`, `7 - Switch`. |
|
|
347
|
+
| `ervDevices[].buttonsSensors[].namePrefix` | Here enable the accessory name as a prefix for button / sensor name. |
|
|
348
348
|
| `refreshInterval` | Here set the background account data refresh time in (sec) , only for old MELCLoud, default `120s`. |
|
|
349
349
|
| `log{}` | Log object. |
|
|
350
350
|
| `log.deviceInfo` | If enabled, log device info will be displayed by every connections device to the network. |
|