homebridge-melcloud-control 4.1.0-beta.0 → 4.1.0-beta.2

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 CHANGED
@@ -21,6 +21,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
21
 
22
22
  - Do not use Homebridge UI > v5.5.0 because of break config.json
23
23
 
24
+ ## [4.1.0] - (10.11.2025)
25
+
26
+ ## Changes
27
+
28
+ - added frost protection sensor for MELCLoud Home ATA devices
29
+ - added overheat protection sensor for MELCLoud Home ATA devices
30
+ - added holiday mode sensor for MELCLoud Home ATA devices
31
+ - readme updated
32
+ - cleanup
33
+
24
34
  ## [4.0.3] - (08.11.2025)
25
35
 
26
36
  ## Changes
@@ -401,14 +401,14 @@
401
401
  "default": false,
402
402
  "description": "This enable extra frost protection sensor to use with automations in HomeKit app."
403
403
  },
404
- "overheatProtection": {
405
- "title": "Frost Protection",
404
+ "overheatProtectionSensor": {
405
+ "title": "Overheat Protection",
406
406
  "type": "boolean",
407
407
  "default": false,
408
408
  "description": "This enable extra overheat protection sensor to use with automations in HomeKit app."
409
409
  },
410
410
  "holidayModeSensor": {
411
- "title": "Frost Protection",
411
+ "title": "Holiday Mode",
412
412
  "type": "boolean",
413
413
  "default": false,
414
414
  "description": "This enable extra holiday mode sensor to use with automations in HomeKit app."
@@ -1891,6 +1891,7 @@
1891
1891
  {
1892
1892
  "title": "Settings",
1893
1893
  "type": "section",
1894
+ "description": "Section for setup device settings",
1894
1895
  "expandable": true,
1895
1896
  "expanded": false,
1896
1897
  "items": [
@@ -1907,6 +1908,7 @@
1907
1908
  {
1908
1909
  "title": "Presets",
1909
1910
  "type": "section",
1911
+ "description": "Section for setup device presets",
1910
1912
  "expandable": true,
1911
1913
  "expanded": false,
1912
1914
  "items": [
@@ -1938,6 +1940,7 @@
1938
1940
  {
1939
1941
  "title": "Temperature",
1940
1942
  "type": "section",
1943
+ "description": "Section for setup temperature sensors",
1941
1944
  "expandable": true,
1942
1945
  "expanded": false,
1943
1946
  "items": [
@@ -1948,11 +1951,12 @@
1948
1951
  {
1949
1952
  "title": "System",
1950
1953
  "type": "section",
1954
+ "description": "Section for setup system sensors",
1951
1955
  "expandable": true,
1952
1956
  "expanded": false,
1953
1957
  "items": [
1954
1958
  "accounts[].ataDevices[].frostProtectionSensor",
1955
- "accounts[].ataDevices[].overheatProtection",
1959
+ "accounts[].ataDevices[].overheatProtectionSensor",
1956
1960
  "accounts[].ataDevices[].holidayModeSensor",
1957
1961
  "accounts[].ataDevices[].errorSensor"
1958
1962
  ]
@@ -1960,6 +1964,7 @@
1960
1964
  {
1961
1965
  "title": "Custom",
1962
1966
  "type": "section",
1967
+ "description": "Section for creating custom buttons/sensors",
1963
1968
  "expandable": true,
1964
1969
  "expanded": false,
1965
1970
  "items": [
@@ -2013,6 +2018,7 @@
2013
2018
  {
2014
2019
  "type": "section",
2015
2020
  "title": "Settings",
2021
+ "description": "Section for setup device settings",
2016
2022
  "expandable": true,
2017
2023
  "expanded": false,
2018
2024
  "items": [
@@ -2027,6 +2033,7 @@
2027
2033
  {
2028
2034
  "title": "Presets",
2029
2035
  "type": "section",
2036
+ "description": "Section for setup device presets",
2030
2037
  "expandable": true,
2031
2038
  "expanded": false,
2032
2039
  "items": [
@@ -2059,6 +2066,7 @@
2059
2066
  {
2060
2067
  "title": "Temperature",
2061
2068
  "type": "section",
2069
+ "description": "Section for setup temperature sensors",
2062
2070
  "expandable": true,
2063
2071
  "expanded": false,
2064
2072
  "items": [
@@ -2076,6 +2084,7 @@
2076
2084
  {
2077
2085
  "title": "Custom",
2078
2086
  "type": "section",
2087
+ "description": "Section for creating custom buttons/sensors",
2079
2088
  "expandable": true,
2080
2089
  "expanded": false,
2081
2090
  "items": [
@@ -2128,6 +2137,7 @@
2128
2137
  "accounts[].ervDevices[].displayType",
2129
2138
  {
2130
2139
  "title": "Settings",
2140
+ "description": "Section for setup device settings",
2131
2141
  "type": "section",
2132
2142
  "expandable": true,
2133
2143
  "expanded": false,
@@ -2142,6 +2152,7 @@
2142
2152
  {
2143
2153
  "title": "Presets",
2144
2154
  "type": "section",
2155
+ "description": "Section for setup device presets",
2145
2156
  "expandable": true,
2146
2157
  "expanded": false,
2147
2158
  "items": [
@@ -2174,6 +2185,7 @@
2174
2185
  {
2175
2186
  "title": "Temperature",
2176
2187
  "type": "section",
2188
+ "description": "Section for setup temperature sensors",
2177
2189
  "expandable": true,
2178
2190
  "expanded": false,
2179
2191
  "items": [
@@ -2185,6 +2197,7 @@
2185
2197
  {
2186
2198
  "title": "Custom",
2187
2199
  "type": "section",
2200
+ "description": "Section for creating custom buttons/sensors",
2188
2201
  "expandable": true,
2189
2202
  "expanded": false,
2190
2203
  "items": [
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.0-beta.0",
4
+ "version": "4.1.0-beta.2",
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
@@ -624,8 +624,8 @@ class DeviceAta extends EventEmitter {
624
624
 
625
625
  //overheat sensor
626
626
  if (this.overheatProtectionSensor && this.accessory.overheatProtectionEnabled) {
627
- if (this.logDebug) this.emit('debug', `Prepare frost protection service`);
628
- this.overheatProtectionSensorService = new Service.ContactSensor(`${serviceName} Overheat Protection`, `Overheat Sensor ${deviceId}`);
627
+ if (this.logDebug) this.emit('debug', `Prepare overheat protection service`);
628
+ this.overheatProtectionSensorService = new Service.ContactSensor(`${serviceName} Overheat Protection`, `Overheat Protection Sensor ${deviceId}`);
629
629
  this.overheatProtectionSensorService.addOptionalCharacteristic(Characteristic.ConfiguredName);
630
630
  this.overheatProtectionSensorService.setCharacteristic(Characteristic.ConfiguredName, `${accessoryName} Overheat Protection`);
631
631
  this.overheatProtectionSensorService.getCharacteristic(Characteristic.ContactSensorState)
@@ -638,7 +638,7 @@ class DeviceAta extends EventEmitter {
638
638
 
639
639
  //holiday mode sensor
640
640
  if (this.holidayModeSensor && this.accessory.holidayModeEnabled) {
641
- if (this.logDebug) this.emit('debug', `Prepare frost protection service`);
641
+ if (this.logDebug) this.emit('debug', `Prepare holiday mode service`);
642
642
  this.holidayModeSensorService = new Service.ContactSensor(`${serviceName} Holiday Mode`, `Holiday Mode Sensor ${deviceId}`);
643
643
  this.holidayModeSensorService.addOptionalCharacteristic(Characteristic.ConfiguredName);
644
644
  this.holidayModeSensorService.setCharacteristic(Characteristic.ConfiguredName, `${accessoryName} Holiday Mode`);