homebridge-melcloud-control 3.10.0-beta.21 → 3.10.0-beta.23
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 +79 -77
- package/config.schema.json +9 -9
- package/package.json +1 -1
- package/src/deviceata.js +4 -4
- package/src/deviceatw.js +4 -4
- package/src/deviceerv.js +4 -4
package/README.md
CHANGED
|
@@ -207,92 +207,94 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
|
|
|
207
207
|
| `user` | Here set the MELCloud username. |
|
|
208
208
|
| `passwd` | Here set the MELCloud password. |
|
|
209
209
|
| `language` | Here select the MELCloud language. |
|
|
210
|
-
| `ataDevices` | Array of ATA devices created automatically after login to MELCloud from plugin config UI. |
|
|
211
|
-
| `ataDevices.id` | Read only data, do not change it. |
|
|
212
|
-
| `ataDevices.type` | Read only data, do not change it. |
|
|
213
|
-
| `ataDevices.typeString` | Read only data, do not change it. |
|
|
214
|
-
| `ataDevices.name` | Here You can schange the `Accessory Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
215
|
-
| `ataDevices.displayMode` | Here select device control mode `None/Disabled`, `Heater/Cooler`, `Thermostat`. |
|
|
216
|
-
| `ataDevices.heatDryFanMode` | Here select the operatiing mode for `Heat`, if this mode is not supported, it will be disabled. |
|
|
217
|
-
| `ataDevices.coolDryFanMode` | Here select the operatiing mode for `Cool`, if this mode is not supported, it will be disabled. |
|
|
218
|
-
| `ataDevices.autoDryFanMode` | Here select the operatiing mode for `Auto`, if this mode is not supported, it will be disabled.. |
|
|
219
|
-
| `ataDevices.temperatureSensor` | This enable extra `Room` temperature sensors to use with automations in HomeKit app. |
|
|
220
|
-
| `ataDevices.temperatureSensorOutdoor` | This enable extra `Outdoor` temperature sensors to use with automations in HomeKit app. |
|
|
221
|
-
| `ataDevices.refreshInterval` | Here set the background devices state refresh time in (sec), default `5s`. |
|
|
222
|
-
| `ataDevices.presets` | Array of ATA device Presets created automatically after login to MELCloud from plugin config UI. |
|
|
223
|
-
| `ataDevices.presets.id` | Read only data, do not change it. |
|
|
224
|
-
| `ataDevices.presets.name` | Here You can schange the `Preset Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
225
|
-
| `ataDevices.presets.displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 - Outlet`, `2 - Switch`, `3 - Motion Sensor`, `4 - Occupancy Sensor`, `5 - Contact Sensor`. |
|
|
226
|
-
| `buttonsSensors` | Array of buttons sensors. |
|
|
227
|
-
| `buttonsSensors.name` | Here set `Button Name` which You want expose to the `Homebridge/HomeKit`. |
|
|
228
|
-
| `buttonsSensors.mode` | Here select button mode, VH - Vane Horizontal, VV - Vane Horizontal. |
|
|
229
|
-
| `buttonsSensors.displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 - Outlet`, `2 - Switch`, `3 - Motion Sensor`, `4 - Occupancy Sensor`, `5 - Contact Sensor`. |
|
|
230
|
-
| `buttonsSensors.namePrefix` | Here enable/disable the accessory name as a prefix for button/sensor name. |
|
|
231
|
-
| `atwDevices` | Array of ATA devices created automatically after login to MELCloud from plugin config UI. |
|
|
232
|
-
| `atwDevices.id` | Read only data, do not change it. |
|
|
233
|
-
| `atwDevices.type` | Read only data, do not change it. |
|
|
234
|
-
| `atwDevices.typeString` | Read only data, do not change it. |
|
|
235
|
-
| `atwDevices.name` | Here You can schange the `Accessory Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
236
|
-
| `atwDevices.displayMode` | Here select main control mode `None/Disabled`, `Heater/Cooler`, `Thermostat`. |
|
|
237
|
-
| `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`. |
|
|
238
|
-
| `atwDevices.temperatureSensor` | This enable extra `Room` temperature sensors to use with automations in HomeKit app. |
|
|
239
|
-
| `atwDevices.temperatureSensorFlow` | This enable extra `Flow` temperature sensors to use with automations in HomeKit app. |
|
|
240
|
-
| `atwDevices.temperatureSensorReturn` | This enable extra `Return` temperature sensors to use with automations in HomeKit app. |
|
|
241
|
-
| `atwDevices.temperatureSensorFlowZone1` | This enable extra `Flow Zone 1` temperature sensors to use with automations in HomeKit app. |
|
|
242
|
-
| `atwDevices.temperatureSensorReturnZone1` | This enable extra `Return Zone 1` temperature sensors to use with automations in HomeKit app. |
|
|
243
|
-
| `atwDevices.temperatureSensorFlowWaterTank` | This enable extra `Flow Water Tank` temperature sensors to use with automations in HomeKit app. |
|
|
244
|
-
| `atwDevices.temperatureSensorReturnWaterTank` | This enable extra `Return Water Tank` temperature sensors to use with automations in HomeKit app. |
|
|
245
|
-
| `atwDevices.temperatureSensorFlowZone2` | This enable extra `Flow Zone 2` temperature sensors to use with automations in HomeKit app. |
|
|
246
|
-
| `atwDevices.temperatureSensorReturnZone2` | This enable extra `Return Zone 2` temperature sensors to use with automations in HomeKit app. |
|
|
247
|
-
| `atwDevices.refreshInterval` | Here set the background devices state refresh time in (sec), default `5s`. |
|
|
248
|
-
| `atwDevices.presets` | Array of ATA device Presets created automatically after login to MELCloud from plugin config UI. |
|
|
249
|
-
| `atwDevices.presets.id` | Read only data, do not change it. |
|
|
250
|
-
| `atwDevices.presets.name` | Here You can schange the `Preset Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
251
|
-
| `atwDevices.presets.displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 - Outlet`, `2 - Switch`, `3 - Motion Sensor`, `4 - Occupancy Sensor`, `5 - Contact Sensor`. |
|
|
252
|
-
| `buttonsSensors` | Array of buttons sensors. |
|
|
253
|
-
| `buttonsSensors.name` | Here set `Button Name` which You want expose to the `Homebridge/HomeKit`. |
|
|
254
|
-
| `buttonsSensors.mode` | Here select button mode. |
|
|
255
|
-
| `buttonsSensors.displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 - Outlet`, `2 - Switch`, `3 - Motion Sensor`, `4 - Occupancy Sensor`, `5 - Contact Sensor`. |
|
|
256
|
-
| `buttonsSensors.namePrefix` | Here enable/disable the accessory name as a prefix for button/sensor name. |
|
|
257
|
-
| `ervDevices` | Array of ATA devices created automatically after login to MELCloud from plugin config UI. |
|
|
258
|
-
| `ervDevices.id` | Read only data, do not change it. |
|
|
259
|
-
| `ervDevices.type` | Read only data, do not change it. |
|
|
260
|
-
| `ervDevices.typeString` | Read only data, do not change it. |
|
|
261
|
-
| `ervDevices.name` | Here You can schange the `Accessory Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
262
|
-
| `ervDevices.displayMode` | Here select main control mode `None/Disabled`, `Heater/Cooler`, `Thermostat`. |
|
|
263
|
-
| `ervDevices.temperatureSensor` | This enable extra `Room` temperature sensors to use with automations in HomeKit app. |
|
|
264
|
-
| `ervDevices.temperatureSensorOutdoor` | This enable extra `Outdoor` temperature sensors to use with automations in HomeKit app. |
|
|
265
|
-
| `ervDevices.temperatureSensorSupply` | This enable extra `Supply` temperature sensors to use with automations in HomeKit app. |
|
|
266
|
-
| `ervDevices.refreshInterval` | Here set the background devices state refresh time in (sec), default `5s`. |
|
|
267
|
-
| `ervDevices.presets` | Array of ATA device Presets created automatically after login to MELCloud from plugin config UI. |
|
|
268
|
-
| `ervDevices.presets.id` | Read only data, do not change it. |
|
|
269
|
-
| `ervDevices.presets.name` | Here You can schange the `Preset Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
270
|
-
| `ervDevices.presets.displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 - Outlet`, `2 - Switch`, `3 - Motion Sensor`, `4 - Occupancy Sensor`, `5 - Contact Sensor`. |
|
|
271
|
-
| `buttonsSensors` | Array of buttons sensors. |
|
|
272
|
-
| `buttonsSensors.name` | Here set `Button Name` which You want expose to the `Homebridge/HomeKit`. |
|
|
273
|
-
| `buttonsSensors.mode` | Here select button mode. |
|
|
274
|
-
| `buttonsSensors.displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 - Outlet`, `2 - Switch`, `3 - Motion Sensor`, `4 - Occupancy Sensor`, `5 - Contact Sensor`. |
|
|
275
|
-
| `buttonsSensors.namePrefix` | Here enable/disable the accessory name as a prefix for button/sensor name. |
|
|
210
|
+
| `ataDevices[]` | Array of ATA devices created automatically after login to MELCloud from plugin config UI. |
|
|
211
|
+
| `ataDevices[].id` | Read only data, do not change it. |
|
|
212
|
+
| `ataDevices[].type` | Read only data, do not change it. |
|
|
213
|
+
| `ataDevices[].typeString` | Read only data, do not change it. |
|
|
214
|
+
| `ataDevices[].name` | Here You can schange the `Accessory Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
215
|
+
| `ataDevices[].displayMode` | Here select device control mode `None/Disabled`, `Heater/Cooler`, `Thermostat`. |
|
|
216
|
+
| `ataDevices[].heatDryFanMode` | Here select the operatiing mode for `Heat`, if this mode is not supported, it will be disabled. |
|
|
217
|
+
| `ataDevices[].coolDryFanMode` | Here select the operatiing mode for `Cool`, if this mode is not supported, it will be disabled. |
|
|
218
|
+
| `ataDevices[].autoDryFanMode` | Here select the operatiing mode for `Auto`, if this mode is not supported, it will be disabled.. |
|
|
219
|
+
| `ataDevices[].temperatureSensor` | This enable extra `Room` temperature sensors to use with automations in HomeKit app. |
|
|
220
|
+
| `ataDevices[].temperatureSensorOutdoor` | This enable extra `Outdoor` temperature sensors to use with automations in HomeKit app. |
|
|
221
|
+
| `ataDevices[].refreshInterval` | Here set the background devices state refresh time in (sec), default `5s`. |
|
|
222
|
+
| `ataDevices[].presets[]` | Array of ATA device Presets created automatically after login to MELCloud from plugin config UI. |
|
|
223
|
+
| `ataDevices[].presets[].id` | Read only data, do not change it. |
|
|
224
|
+
| `ataDevices[].presets[].name` | Here You can schange the `Preset Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
225
|
+
| `ataDevices[].presets[].displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 - Outlet`, `2 - Switch`, `3 - Motion Sensor`, `4 - Occupancy Sensor`, `5 - Contact Sensor`. |
|
|
226
|
+
| `ataDevices[].buttonsSensors[]` | Array of buttons sensors. |
|
|
227
|
+
| `ataDevices[].buttonsSensors[].name` | Here set `Button Name` which You want expose to the `Homebridge/HomeKit`. |
|
|
228
|
+
| `ataDevices[].buttonsSensors[].mode` | Here select button mode, VH - Vane Horizontal, VV - Vane Horizontal. |
|
|
229
|
+
| `ataDevices[].buttonsSensors[].displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 - Outlet`, `2 - Switch`, `3 - Motion Sensor`, `4 - Occupancy Sensor`, `5 - Contact Sensor`. |
|
|
230
|
+
| `ataDevices[].buttonsSensors[].namePrefix` | Here enable/disable the accessory name as a prefix for button/sensor name. |
|
|
231
|
+
| `atwDevices[]` | Array of ATA devices created automatically after login to MELCloud from plugin config UI. |
|
|
232
|
+
| `atwDevices[].id` | Read only data, do not change it. |
|
|
233
|
+
| `atwDevices[].type` | Read only data, do not change it. |
|
|
234
|
+
| `atwDevices[].typeString` | Read only data, do not change it. |
|
|
235
|
+
| `atwDevices[].name` | Here You can schange the `Accessory Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
236
|
+
| `atwDevices[].displayMode` | Here select main control mode `None/Disabled`, `Heater/Cooler`, `Thermostat`. |
|
|
237
|
+
| `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`. |
|
|
238
|
+
| `atwDevices[].temperatureSensor` | This enable extra `Room` temperature sensors to use with automations in HomeKit app. |
|
|
239
|
+
| `atwDevices[].temperatureSensorFlow` | This enable extra `Flow` temperature sensors to use with automations in HomeKit app. |
|
|
240
|
+
| `atwDevices[].temperatureSensorReturn` | This enable extra `Return` temperature sensors to use with automations in HomeKit app. |
|
|
241
|
+
| `atwDevices[].temperatureSensorFlowZone1` | This enable extra `Flow Zone 1` temperature sensors to use with automations in HomeKit app. |
|
|
242
|
+
| `atwDevices[].temperatureSensorReturnZone1` | This enable extra `Return Zone 1` temperature sensors to use with automations in HomeKit app. |
|
|
243
|
+
| `atwDevices[].temperatureSensorFlowWaterTank` | This enable extra `Flow Water Tank` temperature sensors to use with automations in HomeKit app. |
|
|
244
|
+
| `atwDevices[].temperatureSensorReturnWaterTank` | This enable extra `Return Water Tank` temperature sensors to use with automations in HomeKit app. |
|
|
245
|
+
| `atwDevices[].temperatureSensorFlowZone2` | This enable extra `Flow Zone 2` temperature sensors to use with automations in HomeKit app. |
|
|
246
|
+
| `atwDevices[].temperatureSensorReturnZone2` | This enable extra `Return Zone 2` temperature sensors to use with automations in HomeKit app. |
|
|
247
|
+
| `atwDevices[].refreshInterval` | Here set the background devices state refresh time in (sec), default `5s`. |
|
|
248
|
+
| `atwDevices[].presets[]` | Array of ATA device Presets created automatically after login to MELCloud from plugin config UI. |
|
|
249
|
+
| `atwDevices[].presets[].id` | Read only data, do not change it. |
|
|
250
|
+
| `atwDevices[].presets[].name` | Here You can schange the `Preset Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
251
|
+
| `atwDevices[].presets[].displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 - Outlet`, `2 - Switch`, `3 - Motion Sensor`, `4 - Occupancy Sensor`, `5 - Contact Sensor`. |
|
|
252
|
+
| `atwDevices[].buttonsSensors[]` | Array of buttons sensors. |
|
|
253
|
+
| `atwDevices[].buttonsSensors[].name` | Here set `Button Name` which You want expose to the `Homebridge/HomeKit`. |
|
|
254
|
+
| `atwDevices[].buttonsSensors[].mode` | Here select button mode. |
|
|
255
|
+
| `atwDevices[].buttonsSensors[].displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 - Outlet`, `2 - Switch`, `3 - Motion Sensor`, `4 - Occupancy Sensor`, `5 - Contact Sensor`. |
|
|
256
|
+
| `atwDevices[].buttonsSensors[].namePrefix` | Here enable/disable the accessory name as a prefix for button/sensor name. |
|
|
257
|
+
| `ervDevices[]` | Array of ATA devices created automatically after login to MELCloud from plugin config UI. |
|
|
258
|
+
| `ervDevices[].id` | Read only data, do not change it. |
|
|
259
|
+
| `ervDevices[].type` | Read only data, do not change it. |
|
|
260
|
+
| `ervDevices[].typeString` | Read only data, do not change it. |
|
|
261
|
+
| `ervDevices[].name` | Here You can schange the `Accessory Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
262
|
+
| `ervDevices[].displayMode` | Here select main control mode `None/Disabled`, `Heater/Cooler`, `Thermostat`. |
|
|
263
|
+
| `ervDevices[].temperatureSensor` | This enable extra `Room` temperature sensors to use with automations in HomeKit app. |
|
|
264
|
+
| `ervDevices[].temperatureSensorOutdoor` | This enable extra `Outdoor` temperature sensors to use with automations in HomeKit app. |
|
|
265
|
+
| `ervDevices[].temperatureSensorSupply` | This enable extra `Supply` temperature sensors to use with automations in HomeKit app. |
|
|
266
|
+
| `ervDevices[].refreshInterval` | Here set the background devices state refresh time in (sec), default `5s`. |
|
|
267
|
+
| `ervDevices[].presets[]` | Array of ATA device Presets created automatically after login to MELCloud from plugin config UI. |
|
|
268
|
+
| `ervDevices[].presets[].id` | Read only data, do not change it. |
|
|
269
|
+
| `ervDevices[].presets[].name` | Here You can schange the `Preset Name` which is exposed to the `Homebridge/HomeKit`. |
|
|
270
|
+
| `ervDevices[].presets[].displayType` | Here select display type in HomeKit, `0 - None/Disabled`, `1 - Outlet`, `2 - Switch`, `3 - Motion Sensor`, `4 - Occupancy Sensor`, `5 - Contact Sensor`. |
|
|
271
|
+
| `ervDevices[].buttonsSensors[]` | Array of buttons sensors. |
|
|
272
|
+
| `ervDevices[].buttonsSensors[].name` | Here set `Button Name` which You want expose to the `Homebridge/HomeKit`. |
|
|
273
|
+
| `ervDevices[].buttonsSensors[].mode` | Here select button mode. |
|
|
274
|
+
| `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`. |
|
|
275
|
+
| `ervDevices[].buttonsSensors[].namePrefix` | Here enable/disable the accessory name as a prefix for button/sensor name. |
|
|
276
276
|
| `refreshInterval` | Here set the background account data refresh time in (sec), default `120s`. |
|
|
277
|
-
| `
|
|
278
|
-
| `
|
|
279
|
-
| `
|
|
280
|
-
| `
|
|
281
|
-
| `
|
|
282
|
-
| `
|
|
283
|
-
| `
|
|
277
|
+
| `log{}` | Log object. |
|
|
278
|
+
| `log.deviceInfo` | If enabled, log device info will be displayed by every connections device to the network. |
|
|
279
|
+
| `log.sSuccess` | If enabled, success log will be displayed in console. |
|
|
280
|
+
| `log.info` | If enabled, info log will be displayed in console. |
|
|
281
|
+
| `log.warn` | If enabled, warn log will be displayed in console. |
|
|
282
|
+
| `log.error` | If enabled, error log will be displayed in console. |
|
|
283
|
+
| `log.debug` | If enabled, debug log will be displayed in console. |
|
|
284
|
+
| `restFul{}` | RSTful object. |
|
|
284
285
|
| `restFul.enable` | If enabled, RESTful server will start automatically and respond to any path request. |
|
|
285
286
|
| `restFul.debug` | If enabled, deep log will be present in homebridge console for RESTFul server. |
|
|
286
|
-
| `mqtt` |
|
|
287
|
+
| `mqtt{}` | MQTT object. |
|
|
287
288
|
| `mqtt.enable` | If enabled, MQTT Broker will start automatically and publish all awailable PV data. |
|
|
288
289
|
| `mqtt.host` | Here set the `IP Address` or `Hostname` for MQTT Broker. |
|
|
289
290
|
| `mqtt.port` | Here set the `Port` for MQTT Broker, default 1883. |
|
|
290
291
|
| `mqtt.clientId` | Here optional set the `Client Id` of MQTT Broker. |
|
|
291
292
|
| `mqtt.prefix` | Here set the `Prefix` for `Topic` or leave empty. |
|
|
292
|
-
| `mqtt.auth` | If enabled, MQTT Broker will use authorization credentials. |
|
|
293
|
-
| `mqtt.user` | Here set the MQTT Broker user. |
|
|
294
|
-
| `mqtt.passwd` | Here set the MQTT Broker password. |
|
|
295
293
|
| `mqtt.debug` | If enabled, deep log will be present in homebridge console for MQTT. |
|
|
294
|
+
| `mqtt.auth{}` | MQTT authorization object. |
|
|
295
|
+
| `mqtt.auth.enable` | Here enable authorization for MQTT Broker. |
|
|
296
|
+
| `mqtt.auth.user` | Here set the MQTT Broker user. |
|
|
297
|
+
| `mqtt.auth.passwd` | Here set the MQTT Broker password. |
|
|
296
298
|
|
|
297
299
|
### RESTful Integration
|
|
298
300
|
|
package/config.schema.json
CHANGED
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
"default": "Air Conditioner"
|
|
232
232
|
},
|
|
233
233
|
"displayMode": {
|
|
234
|
-
"title": "
|
|
234
|
+
"title": "Display Type",
|
|
235
235
|
"type": "integer",
|
|
236
236
|
"minimum": 0,
|
|
237
237
|
"maximum": 2,
|
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
"description": "Your own name displayed in Homebridge/HomeKit app."
|
|
398
398
|
},
|
|
399
399
|
"displayType": {
|
|
400
|
-
"title": "Type",
|
|
400
|
+
"title": "Display Type",
|
|
401
401
|
"type": "integer",
|
|
402
402
|
"minimum": 0,
|
|
403
403
|
"maximum": 5,
|
|
@@ -461,7 +461,7 @@
|
|
|
461
461
|
"type": "object",
|
|
462
462
|
"properties": {
|
|
463
463
|
"displayType": {
|
|
464
|
-
"title": "Type",
|
|
464
|
+
"title": "Display Type",
|
|
465
465
|
"type": "integer",
|
|
466
466
|
"minimum": 0,
|
|
467
467
|
"maximum": 5,
|
|
@@ -785,7 +785,7 @@
|
|
|
785
785
|
"default": "Heat Pump"
|
|
786
786
|
},
|
|
787
787
|
"displayMode": {
|
|
788
|
-
"title": "
|
|
788
|
+
"title": "Display Type",
|
|
789
789
|
"type": "integer",
|
|
790
790
|
"minimum": 0,
|
|
791
791
|
"maximum": 2,
|
|
@@ -991,7 +991,7 @@
|
|
|
991
991
|
"type": "integer"
|
|
992
992
|
},
|
|
993
993
|
"displayType": {
|
|
994
|
-
"title": "Type",
|
|
994
|
+
"title": "Display Type",
|
|
995
995
|
"type": "integer",
|
|
996
996
|
"minimum": 0,
|
|
997
997
|
"maximum": 5,
|
|
@@ -1061,7 +1061,7 @@
|
|
|
1061
1061
|
"type": "object",
|
|
1062
1062
|
"properties": {
|
|
1063
1063
|
"displayType": {
|
|
1064
|
-
"title": "Type",
|
|
1064
|
+
"title": "Display Type",
|
|
1065
1065
|
"type": "integer",
|
|
1066
1066
|
"minimum": 0,
|
|
1067
1067
|
"maximum": 5,
|
|
@@ -1305,7 +1305,7 @@
|
|
|
1305
1305
|
"default": "Ventilation"
|
|
1306
1306
|
},
|
|
1307
1307
|
"displayMode": {
|
|
1308
|
-
"title": "
|
|
1308
|
+
"title": "Display Type",
|
|
1309
1309
|
"type": "integer",
|
|
1310
1310
|
"minimum": 0,
|
|
1311
1311
|
"maximum": 2,
|
|
@@ -1370,7 +1370,7 @@
|
|
|
1370
1370
|
"readonly": true
|
|
1371
1371
|
},
|
|
1372
1372
|
"displayType": {
|
|
1373
|
-
"title": "Type",
|
|
1373
|
+
"title": "Display Type",
|
|
1374
1374
|
"type": "integer",
|
|
1375
1375
|
"minimum": 0,
|
|
1376
1376
|
"maximum": 5,
|
|
@@ -1440,7 +1440,7 @@
|
|
|
1440
1440
|
"type": "object",
|
|
1441
1441
|
"properties": {
|
|
1442
1442
|
"displayType": {
|
|
1443
|
-
"title": "Type",
|
|
1443
|
+
"title": "Display Type",
|
|
1444
1444
|
"type": "integer",
|
|
1445
1445
|
"minimum": 0,
|
|
1446
1446
|
"maximum": 5,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "MELCloud Control",
|
|
3
3
|
"name": "homebridge-melcloud-control",
|
|
4
|
-
"version": "3.10.0-beta.
|
|
4
|
+
"version": "3.10.0-beta.23",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|
package/src/deviceata.js
CHANGED
|
@@ -24,10 +24,10 @@ class DeviceAta extends EventEmitter {
|
|
|
24
24
|
this.autoDryFanMode = device.autoDryFanMode || 1; //NONE, AUTO, DRY, FAN
|
|
25
25
|
this.presets = device.presets || [];
|
|
26
26
|
this.buttons = device.buttonsSensors || [];
|
|
27
|
-
this.logDeviceInfo = account.
|
|
28
|
-
this.logInfo = account.log
|
|
29
|
-
this.logWarn = account.log
|
|
30
|
-
this.logDebug = account.log
|
|
27
|
+
this.logDeviceInfo = account.log?.deviceInfo || false;
|
|
28
|
+
this.logInfo = account.log?.info || false;
|
|
29
|
+
this.logWarn = account.log?.warn || false;
|
|
30
|
+
this.logDebug = account.log?.debug || false;
|
|
31
31
|
this.contextKey = contextKey;
|
|
32
32
|
this.accountName = accountName;
|
|
33
33
|
this.deviceId = deviceId;
|
package/src/deviceatw.js
CHANGED
|
@@ -29,10 +29,10 @@ class DeviceAtw extends EventEmitter {
|
|
|
29
29
|
this.temperatureSensorReturnZone2 = device.temperatureSensorReturnZone2 || false;
|
|
30
30
|
this.presets = device.presets || [];
|
|
31
31
|
this.buttons = device.buttonsSensors || [];
|
|
32
|
-
this.logDeviceInfo = account.
|
|
33
|
-
this.logInfo = account.log
|
|
34
|
-
this.logWarn = account.log
|
|
35
|
-
this.logDebug = account.log
|
|
32
|
+
this.logDeviceInfo = account.log?.deviceInfo || false;
|
|
33
|
+
this.logInfo = account.log?.info || false;
|
|
34
|
+
this.logWarn = account.log?.warn || false;
|
|
35
|
+
this.logDebug = account.log?.debug || false;
|
|
36
36
|
this.contextKey = contextKey;
|
|
37
37
|
this.accountName = accountName;
|
|
38
38
|
this.deviceId = deviceId;
|
package/src/deviceerv.js
CHANGED
|
@@ -22,10 +22,10 @@ class DeviceErv extends EventEmitter {
|
|
|
22
22
|
this.temperatureSensorSupply = device.temperatureSensorSupply || false;
|
|
23
23
|
this.presets = device.presets || [];
|
|
24
24
|
this.buttons = device.buttonsSensors || [];
|
|
25
|
-
this.logDeviceInfo = account.
|
|
26
|
-
this.logInfo = account.log
|
|
27
|
-
this.logWarn = account.log
|
|
28
|
-
this.logDebug = account.log
|
|
25
|
+
this.logDeviceInfo = account.log?.deviceInfo || false;
|
|
26
|
+
this.logInfo = account.log?.info || false;
|
|
27
|
+
this.logWarn = account.log?.warn || false;
|
|
28
|
+
this.logDebug = account.log?.debug || false;
|
|
29
29
|
this.contextKey = contextKey;
|
|
30
30
|
this.accountName = accountName;
|
|
31
31
|
this.deviceId = deviceId;
|