homebridge-melcloud-control 4.7.9-beta.13 → 4.7.9-beta.14
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/package.json +1 -1
- package/src/deviceata.js +1 -1
- package/src/deviceatw.js +5 -5
- package/src/deviceerv.js +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "MELCloud Control",
|
|
3
3
|
"name": "homebridge-melcloud-control",
|
|
4
|
-
"version": "4.7.9-beta.
|
|
4
|
+
"version": "4.7.9-beta.14",
|
|
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
|
@@ -2027,7 +2027,7 @@ class DeviceAta extends EventEmitter {
|
|
|
2027
2027
|
if (supportsSwingFunction) this.emit('info', `Air direction: ${AirConditioner.AirDirectionMapEnumToString[currentSwingMode]}`);
|
|
2028
2028
|
this.emit('info', `Temperature display unit: ${obj.temperatureUnit}`);
|
|
2029
2029
|
this.emit('info', `Lock physical controls: ${obj.lockPhysicalControl ? 'Locked' : 'Unlocked'}`);
|
|
2030
|
-
if (!accountTypeMelCloud) this.emit('info', `
|
|
2030
|
+
if (!accountTypeMelCloud) this.emit('info', `WiFi signal strength: ${deviceData.Rssi}dBm`);
|
|
2031
2031
|
}
|
|
2032
2032
|
})
|
|
2033
2033
|
.on('success', (success) => this.emit('success', success))
|
package/src/deviceatw.js
CHANGED
|
@@ -1832,10 +1832,10 @@ class DeviceAtw extends EventEmitter {
|
|
|
1832
1832
|
|
|
1833
1833
|
//zones sensors
|
|
1834
1834
|
let currentZoneSensorCase = 0;
|
|
1835
|
-
const caseHeatPumpSensor = this.temperatureRoomSensor || this.temperatureFlowSensor || this.temperatureReturnSensor ? currentZoneSensorCase++ : -1;
|
|
1836
|
-
const caseZone1Sensor = this.temperatureRoomZone1Sensor || this.temperatureFlowZone1Sensor || this.temperatureReturnZone1Sensor ? currentZoneSensorCase++ : -1;
|
|
1837
|
-
const caseHotWaterSensor = (this.temperatureWaterTankSensor || this.temperatureFlowWaterTankSensor || this.temperatureReturnWaterTankSensor) &&
|
|
1838
|
-
const caseZone2Sensor = (this.temperatureRoomZone2Sensor || this.temperatureFlowZone2Sensor || this.temperatureReturnZone2Sensor) &&
|
|
1835
|
+
const caseHeatPumpSensor = (this.temperatureRoomSensor || this.temperatureFlowSensor || this.temperatureReturnSensor) && supportsHeatPump ? currentZoneSensorCase++ : -1;
|
|
1836
|
+
const caseZone1Sensor = (this.temperatureRoomZone1Sensor || this.temperatureFlowZone1Sensor || this.temperatureReturnZone1Sensor) && supportsZone1 ? currentZoneSensorCase++ : -1;
|
|
1837
|
+
const caseHotWaterSensor = (this.temperatureWaterTankSensor || this.temperatureFlowWaterTankSensor || this.temperatureReturnWaterTankSensor) && supportsHotWaterTank ? currentZoneSensorCase++ : -1;
|
|
1838
|
+
const caseZone2Sensor = (this.temperatureRoomZone2Sensor || this.temperatureFlowZone2Sensor || this.temperatureReturnZone2Sensor) && supportsZone2 ? currentZoneSensorCase++ : -1;
|
|
1839
1839
|
const zonesSensorsCount = currentZoneSensorCase;
|
|
1840
1840
|
|
|
1841
1841
|
//heat pump
|
|
@@ -2296,7 +2296,7 @@ class DeviceAtw extends EventEmitter {
|
|
|
2296
2296
|
if (supportsOutdoorTemperature) this.emit('info', `${name}, Outdoor temperature: ${outdoorTemperature}${obj.temperatureUnit}`);
|
|
2297
2297
|
this.emit('info', `${name}, Temperature display unit: ${obj.temperatureUnit}`);
|
|
2298
2298
|
this.emit('info', `${name}, Lock physical controls: ${lockPhysicalControl ? 'Locked' : 'Unlocked'}`);
|
|
2299
|
-
if (!accountTypeMelCloud) this.emit('info', `${name},
|
|
2299
|
+
if (!accountTypeMelCloud) this.emit('info', `${name}, WiFi signal strength: ${deviceData.Rssi}dBm`);
|
|
2300
2300
|
break;
|
|
2301
2301
|
case caseZone1: //Zone 1 - HEAT ROOM, HEAT FLOW, HEAT CURVE, COOL ROOM, COOL FLOW, FLOOR DRY UP
|
|
2302
2302
|
operationModeText = idleZone1 ? HeatPump.OperationModeZoneMapEnumToStringInfo[6] : HeatPump.OperationModeZoneMapEnumToStringInfo[operationModeZone1];
|
package/src/deviceerv.js
CHANGED
|
@@ -1568,7 +1568,7 @@ class DeviceErv extends EventEmitter {
|
|
|
1568
1568
|
if (supportsCO2Sensor) this.emit('info', `CO2 level: ${roomCO2Level} ppm`);
|
|
1569
1569
|
if (supportsPM25Sensor) this.emit('info', `PM2.5 air quality: ${Ventilation.PM25AirQualityMapEnumToString[pM25AirQuality]}`);
|
|
1570
1570
|
if (supportsPM25Sensor) this.emit('info', `PM2.5 level: ${pM25Level} µg/m`);
|
|
1571
|
-
if (!accountTypeMelCloud) this.emit('info', `
|
|
1571
|
+
if (!accountTypeMelCloud) this.emit('info', `WiFi signal strength: ${deviceData.Rssi}dBm`);
|
|
1572
1572
|
}
|
|
1573
1573
|
})
|
|
1574
1574
|
.on('success', (success) => this.emit('success', success))
|