homebridge-melcloud-control 4.2.1-beta.0 → 4.2.1-beta.1

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
@@ -27,14 +27,16 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
27
27
 
28
28
  ### About The Plugin
29
29
 
30
- * All devices are detected automatically.
31
- * Control devices over MELCloud and MELCloud Home.
30
+ * Support devices connected to MELCloud or MELCloud Home.
32
31
  * Support multiple accounts, buildings, floors, areas.
33
32
  * Support temperature display units `Celsius/Fahrenheit`.
34
33
  * Support assing inividual operating mode for `Heat/Cool/Auto`.
35
- * Support direct `Presets` control using extra `Buttons`, switch it to `OFF` restore previous device state.
34
+ * Support direct `Presets` control, only MELCloud.
35
+ * Support direct `Schedules` control, only MELCloud Home.
36
+ * Support direct `Frost protection` control, only MELCloud Home.
37
+ * Support direct `Overheat Protection` control, only MELCloud Home.
38
+ * Support direct `Holiday Mode` control.
36
39
  * Support direct `Functions` control using extra `Buttons`, switch it to `OFF` restore previous device state.
37
- * Support detect all device states using extra `Sensors`.
38
40
  * Support automations, shortcuts and Siri.
39
41
  * Support 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).
40
42
  * Control devices over local network You need use ESP module and [Tasmota Control](https://github.com/grzegorz914/homebridge-tasmota-control) plugin.
@@ -5,7 +5,7 @@
5
5
  "fixArrays": true,
6
6
  "strictValidation": true,
7
7
  "customUi": true,
8
- "headerDisplay": "This plugin works with Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation connected to MELCloud service. Devices are exposed to HomeKit as separate accessories and each needs to be manually [paired](https://github.com/grzegorz914/homebridge-melcloud-control/wiki#adding-to-homekit).",
8
+ "headerDisplay": "This plugin works with Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation connected to MELCloud and MELCloud Home. Devices are exposed to HomeKit as separate accessories and each needs to be manually [paired](https://github.com/grzegorz914/homebridge-melcloud-control/wiki#adding-to-homekit).",
9
9
  "footerDisplay": "For documentation please see [GitHub repository](https://github.com/grzegorz914/homebridge-melcloud-control).",
10
10
  "schema": {
11
11
  "type": "object",
@@ -506,7 +506,7 @@
506
506
  "title": "Prefix",
507
507
  "type": "boolean",
508
508
  "default": false,
509
- "description": "Enable/disable the accessory name as a prefix for button/sensor name.",
509
+ "description": "Enable/disable the accessory name as a prefix for preset name.",
510
510
  "condition": {
511
511
  "functionBody": "return model.accounts[arrayIndices[0]].ataDevices[arrayIndices[1]].presets[arrayIndices[2]].displayType > 0;"
512
512
  }
@@ -575,7 +575,7 @@
575
575
  "title": "Prefix",
576
576
  "type": "boolean",
577
577
  "default": false,
578
- "description": "Enable/disable the accessory name as a prefix for button/sensor name.",
578
+ "description": "Enable/disable the accessory name as a prefix for schedule name.",
579
579
  "condition": {
580
580
  "functionBody": "return model.accounts[arrayIndices[0]].ataDevices[arrayIndices[1]].schedules[arrayIndices[2]].displayType > 0;"
581
581
  }
@@ -1200,7 +1200,7 @@
1200
1200
  "title": "Prefix",
1201
1201
  "type": "boolean",
1202
1202
  "default": false,
1203
- "description": "Enable/disable the accessory name as a prefix for button/sensor name.",
1203
+ "description": "Enable/disable the accessory name as a prefix for preset name.",
1204
1204
  "condition": {
1205
1205
  "functionBody": "return model.accounts[arrayIndices[0]].atwDevices[arrayIndices[1]].presets[arrayIndices[2]].displayType > 0;"
1206
1206
  }
@@ -1269,7 +1269,7 @@
1269
1269
  "title": "Prefix",
1270
1270
  "type": "boolean",
1271
1271
  "default": false,
1272
- "description": "Enable/disable the accessory name as a prefix for button/sensor name.",
1272
+ "description": "Enable/disable the accessory name as a prefix for schedule name.",
1273
1273
  "condition": {
1274
1274
  "functionBody": "return model.accounts[arrayIndices[0]].atwDevices[arrayIndices[1]].schedules[arrayIndices[2]].displayType > 0;"
1275
1275
  }
@@ -1676,7 +1676,7 @@
1676
1676
  "title": "Prefix",
1677
1677
  "type": "boolean",
1678
1678
  "default": false,
1679
- "description": "Enable/disable the accessory name as a prefix for button/sensor name.",
1679
+ "description": "Enable/disable the accessory name as a prefix for preset name.",
1680
1680
  "condition": {
1681
1681
  "functionBody": "return model.accounts[arrayIndices[0]].ervDevices[arrayIndices[1]].presets[arrayIndices[2]].displayType > 0;"
1682
1682
  }
@@ -1745,7 +1745,7 @@
1745
1745
  "title": "Prefix",
1746
1746
  "type": "boolean",
1747
1747
  "default": false,
1748
- "description": "Enable/disable the accessory name as a prefix for button/sensor name.",
1748
+ "description": "Enable/disable the accessory name as a prefix for schedule name.",
1749
1749
  "condition": {
1750
1750
  "functionBody": "return model.accounts[arrayIndices[0]].ervDevices[arrayIndices[1]].schedules[arrayIndices[2]].displayType > 0;"
1751
1751
  }
@@ -1953,7 +1953,7 @@
1953
1953
  "title": "Device Info",
1954
1954
  "type": "boolean",
1955
1955
  "default": true,
1956
- "description": "This enable logging device info by every connections device to the network."
1956
+ "description": "This enable logging device info on plugin start."
1957
1957
  },
1958
1958
  "success": {
1959
1959
  "title": "Log Success",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "MELCloud Control",
3
3
  "name": "homebridge-melcloud-control",
4
- "version": "4.2.1-beta.0",
4
+ "version": "4.2.1-beta.1",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",