homebridge-melcloud-control 4.7.9-beta.8 → 4.7.9

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
@@ -24,13 +24,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
24
  - For plugin < v4.6.0 use Homebridge UI <= v5.5.0
25
25
  - For plugin >= v4.6.0 use Homebridge UI >= v5.13.0
26
26
 
27
- # [4.7.9] - (02.02.2026)
27
+ # [4.7.9] - (18.02.2026)
28
28
 
29
29
  ## Changes
30
30
 
31
31
  - fix wrong display zone 2 for ATW (MELCloud Home)
32
- - fix set ATW params
32
+ - fix set ATW different params
33
+ - fix get and report wrong ATW modes
34
+ - external integration MQTT and RESTFul updated
33
35
  - bump dependencies
36
+ - config schema updated
37
+ - redme update
34
38
  - cleanup
35
39
 
36
40
  # [4.7.8] - (02.02.2026)
package/README.md CHANGED
@@ -15,6 +15,8 @@
15
15
 
16
16
  Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation Lossnay, manufactured by Mistsubishi and connected to MELCloud or MELCloud Home.
17
17
 
18
+ <a href="https://buycoffee.to/grzegorz914" target="_blank"><img src="https://buycoffee.to/static/img/share/share-button-primary.png" style="width: 234px; height: 61px" alt="Postaw mi kawę na buycoffee.to"></a>
19
+
18
20
  </span>
19
21
 
20
22
  ## Package Requirements
@@ -102,13 +104,13 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
102
104
  * Heater Cooler:
103
105
  * Heat Pump:
104
106
  * Power `ON/OFF`.
105
- * Operating mode `HEAT/COOL`.
107
+ * Operating mode `AUTO/HEAT/COOL` - `POWER OFF/ON/ON`.
106
108
  * Outdoor temperature `GET`.
107
109
  * Physical lock controls all Zones and Hot Water Tank `LOCK/UNLOCK`.
108
110
  * Temperature display unit `°F/°C`.
109
111
  * Zone 1 and 2:
110
- * Operating mode heat `AUTO/HEAT/COOL` - `CURVE/HEAT THERMOSTAT/HEAT FLOW`.
111
- * Operating mode cool `HEAT/COOL` - `COOL THERMOSTAT/COOL FLOW`.
112
+ * Operating mode heat `AUTO/HEAT/COOL` - `CURVE/HEAT ROOM/HEAT FLOW`.
113
+ * Operating mode cool `HEAT/COOL` - `FLOOR DRY UP/COOL ROOM/COOL FLOW`.
112
114
  * Temperature `HEATING/COOLING`.
113
115
  * Physical lock controls `LOCK/UNLOCK`.
114
116
  * Hot Water Tank:
@@ -118,12 +120,12 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
118
120
  * Thermostat:
119
121
  * Heat Pump:
120
122
  * Power `ON/OFF`.
121
- * Operating mode `HEAT/COOL`.
123
+ * Operating mode `AUTO/HEAT/COOL` - `POWER OFF/ON/ON`.
122
124
  * Outdoor temperature `GET`.
123
125
  * Temperature display unit `°F/°C`.
124
126
  * Zone 1 and 2:
125
- * Operating mode heat `HEAT/COOL/AUTO` - `HEAT THERMOSTAT/HEAT FLOW/CURVE`.
126
- * Operating mode cool `HEAT/COOL` - `COOL THERMOSTAT/COOL FLOW`.
127
+ * Operating mode heat `HEAT/COOL/AUTO` - `HEAT ROOM/HEAT FLOW/CURVE`.
128
+ * Operating mode cool `HEAT/COOL/AUTO` - `COOL ROOM/COOL FLOW/FLOOR DRY UP`.
127
129
  * Temperature `HEATING/COOLING`.
128
130
  * Hot Water Tank:
129
131
  * Operating mode `HEAT/AUTO` - `HEAT NOW, AUTO`.
@@ -385,11 +387,9 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
385
387
  | --- | --- | --- | --- | --- | --- |
386
388
  | Air Conditioner | | | | | |
387
389
  | POST | `http//ip:port` | `Power` | `true`, `false` | boolean | Power state. |
388
- | | `http//ip:port` | `HideVaneControls` | `true`, `false` | boolean | Hide vane controls. |
389
- | | `http//ip:port` | `HideDryModeControl` | `true`, `false` | boolean | Hide dry mode control. |
390
- | | `http//ip:port` | `ProhibitSetTemperature` | `true`, `false` | boolean | Lock set temperature. |
391
- | | `http//ip:port` | `ProhibitOperationMode` | `true`, `false` | boolean | Lock set operating mode. |
392
- | | `http//ip:port` | `ProhibitPower` | `true`, `false` | boolean | Lock set power. |
390
+ | | `http//ip:port` | `ProhibitSetTemperature` | `true`, `false` | boolean | Lock set temperature (Only MELCloud). |
391
+ | | `http//ip:port` | `ProhibitOperationMode` | `true`, `false` | boolean | Lock set operating mode (Only MELCloud). |
392
+ | | `http//ip:port` | `ProhibitPower` | `true`, `false` | boolean | Lock set power (Only MELCloud). |
393
393
  | | `http//ip:port` | `OperationMode` | `1 - Heat`, `2 - Dry`, `3 - Cool`, `7 - Fan`, `8 - Auto` | integer | Operating mode. |
394
394
  | | `http//ip:port` | `FanSpeed` | `0 - Auto`, `1`, `2`, `3`, `4`, `5`, `6` | integer | Fan speed. |
395
395
  | | `http//ip:port` | `VaneHorizontalDirection` | `0`, `1`, `2`, `3`, `4`, `5`, `8 - Split`, `12 - Swing` | integer | Vane H mode. |
@@ -397,43 +397,40 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
397
397
  | | `http//ip:port` | `SetTemperature` | `0.0` | float | Room temperature. |
398
398
  | | `http//ip:port` | `DefaultCoolingSetTemperature` | `0.0` | float | Default cooling temperature. |
399
399
  | | `http//ip:port` | `DefaultHeatingSetTemperature` | `0.0` | float | Default heating temperature. |
400
- | | `http//ip:port` | `FrostProtection` | `true`, `false` | boolean | Frost protectin. |
401
- | | `http//ip:port` | `OverheatProtection` | `true`, `false` | boolean | Overheat protection. |
400
+ | | `http//ip:port` | `FrostProtection` | `true`, `false` | boolean | Frost protectin (Only MELCloud Home). |
401
+ | | `http//ip:port` | `OverheatProtection` | `true`, `false` | boolean | Overheat protection (Only MELCloud Home). |
402
+ | | `http//ip:port` | `Schedules` | `true`, `false` | boolean | Schedules (Only MELCloud Home). |
402
403
  | | `http//ip:port` | `HolidayMode` | `true`, `false` | boolean | Holiday mode. |
403
- | | `http//ip:port` | `Schedules` | `true`, `false` | boolean | Schedules. |
404
404
  | Heat Pump | | | | | |
405
405
  | POST | `http//ip:port` | `Power` | `true`, `false` | boolean | Power state. |
406
+ | | `http//ip:port` | `OperationModeZone1` | `0 - Heat Room`, `1 - Heat Flow`, `2 - Heat Curve`, `3 - Cool Room`, `4 - Cool Flow`, `5 - Flor Dry Up` | integer | Operating mode zone 1. |
407
+ | | `http//ip:port` | `SetTemperatureZone1` | `0.0` | float | Temperature zone 1. |
408
+ | | `http//ip:port` | `SetHeatFlowTemperatureZone1` | `0.0` | float | Heat flow temperature zone 1. |
409
+ | | `http//ip:port` | `SetCoolFlowTemperatureZone1` | `0.0` | float | Cool flow temperature zone 1. |
410
+ | | `http//ip:port` | `ProhibitZone1` | `true`, `false` | boolean | Lock control zone 1 (Only MELCloud). |
406
411
  | | `http//ip:port` | `ForcedHotWaterMode` | `true`, `false` | boolean | Force hot water. |
407
- | | `http//ip:port` | `EcoHotWater` | `true`, `false` | boolean | Eco hot water. |
408
- | | `http//ip:port` | `ProhibitZone1` | `true`, `false` | boolean | Lock control zone 1. |
409
- | | `http//ip:port` | `ProhibitZone2` | `true`, `false` | boolean | Lock control zone 2. |
412
+ | | `http//ip:port` | `EcoHotWater` | `true`, `false` | boolean | Eco hot water (Only MELCloud). |
413
+ | | `http//ip:port` | `SetTankWaterTemperature` | `0.0` | float | Hot water temperature. |
410
414
  | | `http//ip:port` | `ProhibitHotWater` | `true`, `false` | boolean | Lock control hot water. |
411
- | | `http//ip:port` | `OperationMode` | `0 - Auto`, `1 - Heat`, `2 - Cool` | integer | Operating mode heat pump. |
412
- | | `http//ip:port` | `OperationModeZone1` | `0 - Heat Thermostat`, `1 - Heat Flow`, `2 - Heat Curve`, `3 - Cool Thermostat`, `4 - Cool Flow`, `5 - Flor Dry Up` | integer | Operating mode zone 1. |
413
- | | `http//ip:port` | `OperationModeZone2` | `0 - Heat Thermostat`, `1 - Heat Flow`, `2 - Heat Curve`, `3 - Cool Thermostat`, `4 - Cool Flow`, `5 - Flor Dry Up` | integer | Operating mode zone 2. |
414
- | | `http//ip:port` | `SetTemperatureZone1` | `0.0` | float | Temperature zone 1. |
415
+ | | `http//ip:port` | `OperationModeZone2` | `0 - Heat Room`, `1 - Heat Flow`, `2 - Heat Curve`, `3 - Cool Room`, `4 - Cool Flow`, `5 - Flor Dry Up` | integer | Operating mode zone 2. |
415
416
  | | `http//ip:port` | `SetTemperatureZone2` | `0.0` | float | Temperature zone 2. |
416
- | | `http//ip:port` | `SetHeatFlowTemperatureZone1` | `0.0` | float | Heat flow temperature zone 1. |
417
417
  | | `http//ip:port` | `SetHeatFlowTemperatureZone2` | `0.0` | float | Heat flow temperature zone 2. |
418
- | | `http//ip:port` | `SetCoolFlowTemperatureZone1` | `0.0` | float | Cool flow temperature zone 1. |
419
418
  | | `http//ip:port` | `SetCoolFlowTemperatureZone2` | `0.0` | float | Cool flow temperature zone 2. |
420
- | | `http//ip:port` | `SetTankWaterTemperature` | `0.0` | float | Hot water temperature. |
419
+ | | `http//ip:port` | `ProhibitZone2` | `true`, `false` | boolean | Lock control zone 2 (Only MELCloud). |
420
+ | | `http//ip:port` | `FrostProtection` | `true`, `false` | boolean | Frost protectin (Only MELCloud Home). |
421
+ | | `http//ip:port` | `Schedules` | `true`, `false` | boolean | Schedules (Only MELCloud Home). |
421
422
  | | `http//ip:port` | `HolidayMode` | `true`, `false` | boolean | Holiday mode. |
422
- | | `http//ip:port` | `Schedules` | `true`, `false` | boolean | Schedules. |
423
423
  | Energy Recovery Ventilation | | | | | |
424
424
  | POST | `http//ip:port` | `Power` | `true`, `false` | boolean | Power state. |
425
425
  | | `http//ip:port` | `NightPurgeMode` | `true`, `false` | boolean | Night purge mode. |
426
- | | `http//ip:port` | `HideRoomTemperature` | `true`, `false` | boolean | Hide room temperature. |
427
- | | `http//ip:port` | `HideSupplyTemperature` | `true`, `false` | boolean | Hide supply temperature. |
428
- | | `http//ip:port` | `HideOutdoorTemperature` | `true`, `false` | boolean | Hide outdoor temperature. |
429
426
  | | `http//ip:port` | `OperationMode` | `1 - Heat`, `3 - Cool`, `7 - Fan`, `8 - Auto` | integer | Operating mode. |
430
427
  | | `http//ip:port` | `VentilationMode` | `0 - Lossnay`, `1 - Bypass`, `2 - Auto` | integer | Ventilation mode. |
431
428
  | | `http//ip:port` | `SetFanSpeed` | `0 - Auto`, `1`, `2`, `3`, `4` | integer | Fan speed. |
432
429
  | | `http//ip:port` | `SetTemperature` | `0.0` | float | Room temperature. |
433
430
  | | `http//ip:port` | `DefaultCoolingSetTemperature` | `0.0` | float | Default cooling temperature. |
434
431
  | | `http//ip:port` | `DefaultHeatingSetTemperature` | `0.0` | float | Default heating temperature. |
432
+ | | `http//ip:port` | `Schedules` | `true`, `false` | boolean | Schedules (Only MELCloud Home). |
435
433
  | | `http//ip:port` | `HolidayMode` | `true`, `false` | boolean | Holiday mode. |
436
- | | `http//ip:port` | `Schedules` | `true`, `false` | boolean | Schedules. |
437
434
 
438
435
  ### MQTT Integration
439
436
 
@@ -447,11 +444,9 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
447
444
  | --- | --- | --- | --- | --- | --- |
448
445
  | Air Conditioner | | | | | |
449
446
  | Subscribe | `Set` | `Power` | `true`, `false` | boolean | Power state. |
450
- | | `Set` | `HideVaneControls` | `true`, `false` | boolean | Hide vane controls. |
451
- | | `Set` | `HideDryModeControl` | `true`, `false` | boolean | Hide dry mode control. |
452
- | | `Set` | `ProhibitSetTemperature` | `true`, `false` | boolean | Lock set temperature. |
453
- | | `Set` | `ProhibitOperationMode` | `true`, `false` | boolean | Lock set operating mode. |
454
- | | `Set` | `ProhibitPower` | `true`, `false` | boolean | Lock set power. |
447
+ | | `Set` | `ProhibitSetTemperature` | `true`, `false` | boolean | Lock set temperature (Only MELCloud). |
448
+ | | `Set` | `ProhibitOperationMode` | `true`, `false` | boolean | Lock set operating mode (Only MELCloud). |
449
+ | | `Set` | `ProhibitPower` | `true`, `false` | boolean | Lock set power (Only MELCloud). |
455
450
  | | `Set` | `OperationMode` | `1 - Heat`, `2 - Dry`, `3 - Cool`, `7 - Fan`, `8 - Auto` | integer | Operating mode. |
456
451
  | | `Set` | `FanSpeed` | `0 - Auto`, `1`, `2`, `3`, `4`, `5`, `6` | integer | Fan speed. |
457
452
  | | `Set` | `VaneHorizontalDirection` | `0`, `1`, `2`, `3`, `4`, `5`, `8 - Split`, `12 - Swing` | integer | Vane H mode. |
@@ -459,40 +454,37 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
459
454
  | | `Set` | `SetTemperature` | `0.0` | float | Room temperature. |
460
455
  | | `Set` | `DefaultCoolingSetTemperature` | `23.0` | float | Default cooling temperature. |
461
456
  | | `Set` | `DefaultHeatingSetTemperature` | `21.0` | float | Default heating temperature. |
462
- | | `Set` | `FrostProtection` | `true`, `false` | boolean | Frost protectin. |
463
- | | `Set` | `OverheatProtection` | `true`, `false` | boolean | Overheat protection. |
457
+ | | `Set` | `FrostProtection` | `true`, `false` | boolean | Frost protectin (Only MELCloud Home). |
458
+ | | `Set` | `OverheatProtection` | `true`, `false` | boolean | Overheat protection (Only MELCloud Home). |
459
+ | | `Set` | `Schedules` | `true`, `false` | boolean | Schedules (Only MELCloud Home). |
464
460
  | | `Set` | `HolidayMode` | `true`, `false` | boolean | Holiday mode. |
465
- | | `Set` | `Schedules` | `true`, `false` | boolean | Schedules. |
466
461
  | Heat Pump | | | | | |
467
462
  | Subscribe | `Set` | `Power` | `true`, `false` | boolean | Power state. |
463
+ | | `Set` | `OperationModeZone1` | `0 - Heat Room`, `1 - Heat Flow`, `2 - Heat Curve`, `3 - Cool Room`, `4 - Cool Flow`, `5 - Flor Dry Up` | integer | Operating mode zone 1. |
464
+ | | `Set` | `SetTemperatureZone1` | `0.0` | float | Temperature zone 1. |
465
+ | | `Set` | `SetHeatFlowTemperatureZone1` | `0.0` | float | Heat flow temperature zone 1. |
466
+ | | `Set` | `SetCoolFlowTemperatureZone1` | `0.0` | float | Cool flow temperature zone 1. |
467
+ | | `Set` | `ProhibitZone1` | `true`, `false` | boolean | Lock control zone 1 (Only MELCloud). |
468
468
  | | `Set` | `ForcedHotWaterMode` | `true`, `false` | boolean | Force hot water. |
469
- | | `Set` | `EcoHotWater` | `true`, `false` | boolean | Eco hot water. |
470
- | | `Set` | `ProhibitZone1` | `true`, `false` | boolean | Lock control zone 1. |
471
- | | `Set` | `ProhibitZone2` | `true`, `false` | boolean | Lock control zone 2. |
469
+ | | `Set` | `EcoHotWater` | `true`, `false` | boolean | Eco hot water (Only MELCloud). |
470
+ | | `Set` | `SetTankWaterTemperature` | `0.0` | float | Hot water temperature. |
472
471
  | | `Set` | `ProhibitHotWater` | `true`, `false` | boolean | Lock control hot water. |
473
- | | `Set` | `OperationMode` | `0 - Auto`, `1 - Heat`, `2 - Cool` | integer | Operating mode heat pump. |
474
- | | `Set` | `OperationModeZone1` | `0 - Heat Thermostat`, `1 - Heat Flow`, `2 - Heat Curve`, `3 - Cool Thermostat`, `4 - Cool Flow`, `5 - Flor Dry Up` | integer | Operating mode zone 1. |
475
- | | `Set` | `OperationModeZone2` | `0 - Heat Thermostat`, `1 - Heat Flow`, `2 - Heat Curve`, `3 - Cool Thermostat`, `4 - Cool Flow`, `5 - Flor Dry Up` | integer | Operating mode zone 2. |
476
- | | `Set` | `SetTemperatureZone1` | `0.0` | float | Temperature zone 1. |
472
+ | | `Set` | `OperationModeZone2` | `0 - Heat Room`, `1 - Heat Flow`, `2 - Heat Curve`, `3 - Cool Room`, `4 - Cool Flow`, `5 - Flor Dry Up` | integer | Operating mode zone 2. |
477
473
  | | `Set` | `SetTemperatureZone2` | `0.0` | float | Temperature zone 2. |
478
- | | `Set` | `SetHeatFlowTemperatureZone1` | `0.0` | float | Heat flow temperature zone 1. |
479
474
  | | `Set` | `SetHeatFlowTemperatureZone2` | `0.0` | float | Heat flow temperature zone 2. |
480
- | | `Set` | `SetCoolFlowTemperatureZone1` | `0.0` | float | Cool flow temperature zone 1. |
481
475
  | | `Set` | `SetCoolFlowTemperatureZone2` | `0.0` | float | Cool flow temperature zone 2. |
482
- | | `Set` | `SetTankWaterTemperature` | `0.0` | float | Hot water temperature. |
476
+ | | `Set` | `ProhibitZone2` | `true`, `false` | boolean | Lock control zone 2 (Only MELCloud). |
477
+ | | `Set` | `FrostProtection` | `true`, `false` | boolean | Frost protectin (Only MELCloud Home). |
478
+ | | `Set` | `Schedules` | `true`, `false` | boolean | Schedules (Only MELCloud Home). |
483
479
  | | `Set` | `HolidayMode` | `true`, `false` | boolean | Holiday mode. |
484
- | | `Set` | `Schedules` | `true`, `false` | boolean | Schedules. |
485
480
  | Energy Recovery Ventilation | | | | | |
486
481
  | Subscribe | `Set` | `Power` | `true`, `false` | boolean | Power state. |
487
482
  | | `Set` | `NightPurgeMode` | `true`, `false` | boolean | Night purge mode. |
488
- | | `Set` | `HideRoomTemperature` | `true`, `false` | boolean | Hide room temperature. |
489
- | | `Set` | `HideSupplyTemperature` | `true`, `false` | boolean | Hide supply temperature. |
490
- | | `Set` | `HideOutdoorTemperature` | `true`, `false` | boolean | Hide outdoor temperature. |
491
483
  | | `Set` | `OperationMode` | `1 - Heat`, `3 - Cool`, `7 - Fan`, `8 - Auto` | integer | Operating mode. |
492
484
  | | `Set` | `VentilationMode` | `0 - Lossnay`, `1 - Bypass`, `2 - Auto` | integer | Ventilation mode. |
493
485
  | | `Set` | `SetFanSpeed` | `0 - Auto`, `1`, `2`, `3`, `4` | integer | Fan speed. |
494
486
  | | `Set` | `SetTemperature` | `0.0` | float | Room temperature. |
495
487
  | | `Set` | `DefaultCoolingSetTemperature` | `23.0` | float | Default cooling temperature. |
496
488
  | | `Set` | `DefaultHeatingSetTemperature` | `21.0` | float | Default heating temperature. |
489
+ | | `Set` | `Schedules` | `true`, `false` | boolean | Schedules (Only MELCloud Home). |
497
490
  | | `Set` | `HolidayMode` | `true`, `false` | boolean | Holiday mode. |
498
- | | `Set` | `Schedules` | `true`, `false` | boolean | Schedules. |
@@ -781,12 +781,6 @@
781
781
  6
782
782
  ]
783
783
  },
784
- {
785
- "title": "MODE DRY CONTROL HIDE",
786
- "enum": [
787
- 7
788
- ]
789
- },
790
784
  {
791
785
  "title": "VH MODE AUTO",
792
786
  "enum": [
@@ -877,12 +871,6 @@
877
871
  26
878
872
  ]
879
873
  },
880
- {
881
- "title": "VH / VV CONTROLS HIDE",
882
- "enum": [
883
- 27
884
- ]
885
- },
886
874
  {
887
875
  "title": "FAN MODE AUTO",
888
876
  "enum": [
@@ -926,25 +914,25 @@
926
914
  ]
927
915
  },
928
916
  {
929
- "title": "LOCK CONTROL All",
917
+ "title": "LOCK CONTROL All (Only MELCloud)",
930
918
  "enum": [
931
919
  37
932
920
  ]
933
921
  },
934
922
  {
935
- "title": "LOCK CONTROL POWER",
923
+ "title": "LOCK CONTROL POWER (Only MELCloud)",
936
924
  "enum": [
937
925
  38
938
926
  ]
939
927
  },
940
928
  {
941
- "title": "LOCK CONTROL MODE",
929
+ "title": "LOCK CONTROL MODE (Only MELCloud)",
942
930
  "enum": [
943
931
  39
944
932
  ]
945
933
  },
946
934
  {
947
- "title": "LOCK CONTROL TEMPERATURE",
935
+ "title": "LOCK CONTROL TEMPERATURE (Only MELCloud)",
948
936
  "enum": [
949
937
  40
950
938
  ]
@@ -1629,13 +1617,13 @@
1629
1617
  ]
1630
1618
  },
1631
1619
  {
1632
- "title": "LOCK CONTROL ALL",
1620
+ "title": "LOCK CONTROL ALL (Only MELCloud)",
1633
1621
  "enum": [
1634
1622
  10
1635
1623
  ]
1636
1624
  },
1637
1625
  {
1638
- "title": "Z1 MODE HEAT THERMOSTAT",
1626
+ "title": "Z1 MODE HEAT ROOM",
1639
1627
  "enum": [
1640
1628
  20
1641
1629
  ]
@@ -1653,7 +1641,7 @@
1653
1641
  ]
1654
1642
  },
1655
1643
  {
1656
- "title": "Z1 MODE COOL THERMOSTAT",
1644
+ "title": "Z1 MODE COOL ROOM",
1657
1645
  "enum": [
1658
1646
  23
1659
1647
  ]
@@ -1671,7 +1659,7 @@
1671
1659
  ]
1672
1660
  },
1673
1661
  {
1674
- "title": "Z1 LOCK CONTROL",
1662
+ "title": "Z1 LOCK CONTROL (Only MELCloud)",
1675
1663
  "enum": [
1676
1664
  30
1677
1665
  ]
@@ -1683,7 +1671,7 @@
1683
1671
  ]
1684
1672
  },
1685
1673
  {
1686
- "title": "HW MODE ECO",
1674
+ "title": "HW MODE ECO (Only MELCloud)",
1687
1675
  "enum": [
1688
1676
  41
1689
1677
  ]
@@ -1695,7 +1683,7 @@
1695
1683
  ]
1696
1684
  },
1697
1685
  {
1698
- "title": "Z2 MODE HEAT THERMOSTAT",
1686
+ "title": "Z2 MODE HEAT ROOM",
1699
1687
  "enum": [
1700
1688
  60
1701
1689
  ]
@@ -1713,7 +1701,7 @@
1713
1701
  ]
1714
1702
  },
1715
1703
  {
1716
- "title": "Z2 MODE COOL THERMOSTAT",
1704
+ "title": "Z2 MODE COOL ROOM",
1717
1705
  "enum": [
1718
1706
  63
1719
1707
  ]
@@ -1731,7 +1719,7 @@
1731
1719
  ]
1732
1720
  },
1733
1721
  {
1734
- "title": "Z2 LOCK CONTROL",
1722
+ "title": "Z2 LOCK CONTROL (Only MELCloud)",
1735
1723
  "enum": [
1736
1724
  70
1737
1725
  ]
@@ -2260,24 +2248,6 @@
2260
2248
  "enum": [
2261
2249
  15
2262
2250
  ]
2263
- },
2264
- {
2265
- "title": "ROOM TEMP HIDE",
2266
- "enum": [
2267
- 16
2268
- ]
2269
- },
2270
- {
2271
- "title": "SUPPLY TEMP HIDE",
2272
- "enum": [
2273
- 17
2274
- ]
2275
- },
2276
- {
2277
- "title": "OUTDOOR TEMP HIDE",
2278
- "enum": [
2279
- 18
2280
- ]
2281
2251
  }
2282
2252
  ],
2283
2253
  "condition": {
package/index.js CHANGED
@@ -181,7 +181,7 @@ class MelCloudPlatform {
181
181
  deviceClass = new DeviceErv(api, account, device, presets, schedules, scenes, buttons, defaultTempsFile, melCloudClass, melCloudAccountData, melCloudDeviceData);
182
182
  break;
183
183
  default:
184
- if (logLevel.warn) log.warn(`${name}, ${deviceTypeString}, ${deviceName}, unknown device: ${deviceType}.`);
184
+ if (logLevel.warn) log.warn(`${name}, ${deviceTypeString}, ${deviceName}, received unknown device type: ${deviceType}.`);
185
185
  return;
186
186
  }
187
187
 
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.8",
4
+ "version": "4.7.9",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",
@@ -35,11 +35,11 @@
35
35
  "node": "^20 || ^22 || ^24 || ^25"
36
36
  },
37
37
  "dependencies": {
38
- "@homebridge/plugin-ui-utils": "^2.1.2",
38
+ "@homebridge/plugin-ui-utils": "^2.2.0",
39
39
  "mqtt": "^5.15.0",
40
- "axios": "^1.13.4",
40
+ "axios": "^1.13.5",
41
41
  "express": "^5.2.1",
42
- "puppeteer": "^24.36.1",
42
+ "puppeteer": "^24.37.3",
43
43
  "ws": "^8.19.0"
44
44
  },
45
45
  "keywords": [
@@ -56,6 +56,10 @@
56
56
  "mqtt",
57
57
  "restful"
58
58
  ],
59
+ "funding": {
60
+ "type": "Buy Coffee To",
61
+ "url": "https://buycoffee.to/grzegorz914"
62
+ },
59
63
  "contributors": [],
60
64
  "scripts": {
61
65
  "test": "echo \"Error: no test specified\" && exit 1"
package/src/constants.js CHANGED
@@ -44,7 +44,7 @@ export const ApiUrls = {
44
44
  Erv: "/api/ervunit/deviceid",
45
45
  ErvMobile: "/monitor/ervunit/deviceid",
46
46
  ScheduleEnableDisable: "/api/cloudschedule/deviceid/enabled", // {"enabled": true}
47
- SceneEnableDisable: "/api/scene/sceneid/enabledisable",
47
+ SceneEnableDisable: "/api/scene/sceneid",
48
48
  },
49
49
  Delete: {
50
50
  Schedule: "/api/cloudschedule/deviceid/scheduleid",
@@ -112,19 +112,17 @@ export const AirConditioner = {
112
112
 
113
113
  export const HeatPump = {
114
114
  ZoneNameMapEnumToString: { 0: "Heat Pump", 1: "Zone 1", 2: "Hot Water", 3: "Zone 2" },
115
- SystemMapEnumToStringInfo: { 0: "System Off", 1: "System On", 2: "Emergency Run", 3: "Test Run" },
116
- HeatPumpModeMapStringToEnum: { "Off": 0, "Heat": 1, "Cool": 2, "Auto": 3 },
117
- HeatPumpModeMapEnumToString: { 0: "Off", 1: "Heat", 2: "Cool", 3: "Auto" },
118
- HeatPumpModeMapEnumToStringInfoHeatherCooler: { 0: "On", 1: "Heat", 2: "Cool" },
119
- HeatPumpModeMapEnumToStringInfoThermostat: { 0: "Off", 1: "Heat", 2: "Cool", 3: "On" },
115
+ UnitStatusMapEnumToString: { 0: "Heat", 2: "Cool" },
116
+ SystemMapEnumToStringInfo: { 0: "Off", 1: "On", 2: "Emergency Run", 3: "Test Run" },
120
117
  DefrostMapStringToEnum: { "Normal": 0, "Standby": 1, "Defrost": 2, "Waiting Restart": 3 },
121
118
  DefrostMapEnumToString: { 0: "Normal", 1: "Standby", 2: "Defrost", 3: "Waiting Restart" },
122
- OperationModeMapStringToEnum: { "Idle": 0, "HotWater": 1, "Heating": 2, "Cooling": 3, "HotWaterStorage": 4, "FreezeStat": 5, "Legionella": 6, "HeatEco": 7, "Mode1": 8, "Mode2": 9, "Mode3": 10, "HeatUp": 11 },
123
- OperationModeMapEnumToString: { 0: "Idle", 1: "HotWater", 2: "Heating", 3: "Cooling", 4: "HotWaterStorage", 5: "FreezeStat", 6: "Legionella", 7: "HeatEco", 8: "Mode1", 9: "Mode2", 10: "Mode3", 11: "HeatUp" },
124
- OperationModeMapEnumToStringInfo: { 0: "Idle", 1: "Hot Water", 2: "Heating", 3: "Cooling", 4: "Hot Water Storage", 5: "Freeze Stat", 6: "Legionella", 7: "Heat Eco", 8: "Mode 1", 9: "Mode 2", 10: "Mode 3", 11: "Heat Up" },
125
- OperationModeZoneMapStringToEnum: { "HeatRoomTemperature": 0, "HeatFlowTemperature": 1, "HeatCurve": 2, "CoolRoomTemperature": 3, "CoolFlowTemperature": 4, "FloorDryUp": 5, "Idle": 6 },
126
- OperationModeZoneMapEnumToString: { 0: "HeatRoomTemperature", 1: "HeatFlowTemperature", 2: "HeatCurve", 3: "CoolRoomTemperature", 4: "CoolFlowTemperature", 5: "FloorDryUp", 6: "Idle" },
127
- OperationModeZoneMapEnumToStringInfo: { 0: "Heat Room Temperature", 1: "Heat Flow Temperature", 2: "Heat Curve", 3: "Cool Room Temperature", 4: "Cool Flow Temperature", 5: "Floor Dry Up", 6: "Idle" },
119
+ OperationModeHeatPumpMapEnumToStringInfo: { 0: "Off", 1: "Heat", 2: "Cool", 3: "Auto" },
120
+ OperationModeMapStringToEnum: { "Stop": 0, "HotWater": 1, "Heating": 2, "Cooling": 3, "HotWaterStorage": 4, "FreezeStat": 5, "Legionella": 6, "HeatEco": 7, "Mode1": 8, "Mode2": 9, "Mode3": 10, "HeatUp": 11 },
121
+ OperationModeMapEnumToString: { 0: "Stop", 1: "HotWater", 2: "Heating", 3: "Cooling", 4: "HotWaterStorage", 5: "FreezeStat", 6: "Legionella", 7: "HeatEco", 8: "Mode1", 9: "Mode2", 10: "Mode3", 11: "HeatUp" },
122
+ OperationModeMapEnumToStringInfo: { 0: "Stop", 1: "Hot Water", 2: "Heating", 3: "Cooling", 4: "Hot Water Storage", 5: "Freeze Stat", 6: "Legionella", 7: "Heat Eco", 8: "Mode 1", 9: "Mode 2", 10: "Mode 3", 11: "Heat Up" },
123
+ OperationModeZoneMapStringToEnum: { "HeatRoomTemperature": 0, "HeatFlowTemperature": 1, "HeatCurve": 2, "CoolRoomTemperature": 3, "CoolFlowTemperature": 4, "FloorDryUp": 5, "Stop": 6 },
124
+ OperationModeZoneMapEnumToString: { 0: "HeatRoomTemperature", 1: "HeatFlowTemperature", 2: "HeatCurve", 3: "CoolRoomTemperature", 4: "CoolFlowTemperature", 5: "FloorDryUp", 6: "Stop" },
125
+ OperationModeZoneMapEnumToStringInfo: { 0: "Heat Room Temperature", 1: "Heat Flow Temperature", 2: "Heat Curve", 3: "Cool Room Temperature", 4: "Cool Flow Temperature", 5: "Floor Dry Up", 6: "Stop" },
128
126
  OperationModeDhwMapStringToEnum: { "Normal": 0, "Eco": 1 },
129
127
  OperationModeDhwMapEnumToString: { 0: "Normal", 1: "Eco" },
130
128
  ForceDhwMapStringToEnum: { "Normal": 0, "HeatNow": 1 },