homebridge-melcloud-control 4.0.0-beta.99 → 4.0.1-beta.0

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
@@ -12,17 +12,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
  - v1 After update to v1 and above from v0 the devices need to be added to the Home app again and the old unresponsive remove!!! This devices will be removed from all automations and scenes!!!
13
13
  - v2 After update to v2 from v1 only RESTFull and MQTT config settings need to be updated in config.
14
14
  - v2.4 and above require upcomming homebridge v2
15
- - v3 After update to v3 the plugin need to be configured using Config UI X.
16
- - do not configure it manually, always using Config UI X
15
+ - v3 After update to v3 the plugin need to be configured using Homebridge UI.
16
+ - do not configure it manually, always using Homebridge UI
17
17
  - required Homebridge v2.0.0 and above
18
+ - v4 Added support for MELCloud Home.
19
+ - after update the old MELCloud config must be reconfigured, just remove all devices from config and connect to MELCloud again
18
20
 
19
- ## [4.0.0] - (xx.10.2025)
21
+ ## Warning
22
+
23
+ - Do not use Homebridge UI > v5.5.0 because of break config.json
24
+ - After update to v4.x.x the old MELCloud config must be reconfigured, just remove all devices from config and connect to MELCloud again
25
+
26
+ ## [4.0.0] - (05.11.2025)
20
27
 
21
28
  ## Changes
22
29
 
23
- - added support for MELCloud Home [#215](https://github.com/grzegorz914/homebridge-melcloud-control/issues/215)
24
- - redme updated
30
+ - added support for MELCloud Home ATA devices [#215](https://github.com/grzegorz914/homebridge-melcloud-control/issues/215)
31
+ - after update the old MELCloud config must be reconfigured, just remove all devices from config and connect to MELCloud again
32
+ - added error sensor
25
33
  - config schema updated
34
+ - redme updated
26
35
  - cleanup
27
36
 
28
37
  ## [3.9.5] - (02.09.2025)
package/README.md CHANGED
@@ -13,7 +13,7 @@
13
13
  [![GitHub pull requests](https://img.shields.io/github/issues-pr/grzegorz914/homebridge-melcloud-control.svg)](https://github.com/grzegorz914/homebridge-melcloud-control/pulls)
14
14
  [![GitHub issues](https://img.shields.io/github/issues/grzegorz914/homebridge-melcloud-control.svg)](https://github.com/grzegorz914/homebridge-melcloud-control/issues)
15
15
 
16
- Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation Lossnay, manufactured by Mistsubishi and connected to MELCloud.
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
18
  </span>
19
19
 
@@ -21,14 +21,14 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
21
21
 
22
22
  | Package | Installation | Role | Required |
23
23
  | --- | --- | --- | --- |
24
- | [Homebridge v2.0](https://github.com/homebridge/homebridge) | [Homebridge Wiki](https://github.com/homebridge/homebridge/wiki) | HomeKit Bridge | Required ab v3.0.0 |
25
- | [Config UI X](https://github.com/homebridge/homebridge-config-ui-x) | [Config UI X Wiki](https://github.com/homebridge/homebridge-config-ui-x/wiki) | Homebridge Web User Interface | Required ab v3.0.0|
24
+ | [Homebridge v2.0.0](https://github.com/homebridge/homebridge) | [Homebridge Wiki](https://github.com/homebridge/homebridge/wiki) | HomeKit Bridge | Required |
25
+ | [Homebridge UI <= v5.5.0](https://github.com/homebridge/homebridge-config-ui-x) | [Homebridge UI Wiki](https://github.com/homebridge/homebridge-config-ui-x/wiki) | Homebridge Web User Interface | Required |
26
26
  | [MELCloud](https://github.com/grzegorz914/homebridge-melcloud-control) | [Plug-In Wiki](https://github.com/grzegorz914/homebridge-melcloud-control/wiki) | Homebridge Plug-In | Required |
27
27
 
28
28
  ### About The Plugin
29
29
 
30
30
  * All devices are detected automatically.
31
- * Control devices over MELCloud server.
31
+ * Control devices over MELCloud and MELCloud Home.
32
32
  * Support multiple accounts, buildings, floors, areas.
33
33
  * Support temperature display units `Celsius/Fahrenheit`.
34
34
  * Support assing inividual operating mode for `Heat/Cool/Auto`.
@@ -76,6 +76,7 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
76
76
  * Presets `ACTIV/UNACTIV`.
77
77
  * Room temperature.
78
78
  * Outdoor temperature.
79
+ * Error
79
80
  * Heat Pump:
80
81
  * Heater Cooler:
81
82
  * Heat Pump:
@@ -124,6 +125,7 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
124
125
  * Water tank temperature.
125
126
  * Flow Temperature Zone 1, 2, Hot Water.
126
127
  * Return Temperature Zone 1, 2, Hot Water.
128
+ * Error
127
129
  * Energy Recovery Ventilation Lossnay:
128
130
  * Heater Cooler:
129
131
  * Power `ON/OFF`.
@@ -153,6 +155,7 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
153
155
  * Filter maintenance.
154
156
  * CO2 detected and level.
155
157
  * PM2.5 air quality and level.
158
+ * Error
156
159
 
157
160
  ### HOME app current device mode display
158
161
 
@@ -187,7 +190,7 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
187
190
  ### Configuration
188
191
 
189
192
  * Run this plugin as a [Child Bridge](https://github.com/homebridge/homebridge/wiki/Child-Bridges) (Highly Recommended), this prevent crash Homebridge if plugin crashes.
190
- * Install and use [Homebridge Config UI X](https://github.com/homebridge/homebridge-config-ui-x/wiki) to configure this plugin, required for version v3 and above.
193
+ * Install and use [Homebridge UI <= v5.5.0](https://github.com/homebridge/homebridge-config-ui-x/wiki) to configure this plugin.
191
194
  * The `sample-config.json` can be edited and used as an alternative.
192
195
 
193
196
  <p align="center">
@@ -207,13 +210,13 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
207
210
  | `user` | Here set the account username. |
208
211
  | `passwd` | Here set the account password. |
209
212
  | `language` | Here select the account language. |
210
- | `displayMode` | Here select the account type `None/Disabled`, `MELCloud`, `MELCloud Home`. |
213
+ | `type` | Here select the account type `None/Disabled`, `MELCloud`, `MELCloud Home`. |
211
214
  | `ataDevices[]` | Array of ATA devices created automatically after login to MELCloud from plugin config UI. |
212
215
  | `ataDevices[].id` | Read only data, do not change it. |
213
216
  | `ataDevices[].type` | Read only data, do not change it. |
214
217
  | `ataDevices[].typeString` | Read only data, do not change it. |
215
218
  | `ataDevices[].name` | Here You can schange the `Accessory Name` which is exposed to the `Homebridge/HomeKit`. |
216
- | `ataDevices[].displayMode` | Here select device control mode `None/Disabled`, `Heater/Cooler`, `Thermostat`. |
219
+ | `ataDevices[].displayType` | Here select device control mode `None/Disabled`, `Heater/Cooler`, `Thermostat`. |
217
220
  | `ataDevices[].heatDryFanMode` | Here select the operatiing mode for `Heat`, if this mode is not supported, it will be disabled. |
218
221
  | `ataDevices[].coolDryFanMode` | Here select the operatiing mode for `Cool`, if this mode is not supported, it will be disabled. |
219
222
  | `ataDevices[].autoDryFanMode` | Here select the operatiing mode for `Auto`, if this mode is not supported, it will be disabled.. |
@@ -234,7 +237,7 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
234
237
  | `atwDevices[].type` | Read only data, do not change it. |
235
238
  | `atwDevices[].typeString` | Read only data, do not change it. |
236
239
  | `atwDevices[].name` | Here You can schange the `Accessory Name` which is exposed to the `Homebridge/HomeKit`. |
237
- | `atwDevices[].displayMode` | Here select main control mode `None/Disabled`, `Heater/Cooler`, `Thermostat`. |
240
+ | `atwDevices[].displayType` | Here select main control mode `None/Disabled`, `Heater/Cooler`, `Thermostat`. |
238
241
  | `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`. |
239
242
  | `atwDevices[].temperatureSensor` | This enable extra `Room` temperature sensors to use with automations in HomeKit app. |
240
243
  | `atwDevices[].temperatureSensorFlow` | This enable extra `Flow` temperature sensors to use with automations in HomeKit app. |
@@ -260,7 +263,7 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
260
263
  | `ervDevices[].type` | Read only data, do not change it. |
261
264
  | `ervDevices[].typeString` | Read only data, do not change it. |
262
265
  | `ervDevices[].name` | Here You can schange the `Accessory Name` which is exposed to the `Homebridge/HomeKit`. |
263
- | `ervDevices[].displayMode` | Here select main control mode `None/Disabled`, `Heater/Cooler`, `Thermostat`. |
266
+ | `ervDevices[].displayType` | Here select main control mode `None/Disabled`, `Heater/Cooler`, `Thermostat`. |
264
267
  | `ervDevices[].temperatureSensor` | This enable extra `Room` temperature sensors to use with automations in HomeKit app. |
265
268
  | `ervDevices[].temperatureSensorOutdoor` | This enable extra `Outdoor` temperature sensors to use with automations in HomeKit app. |
266
269
  | `ervDevices[].temperatureSensorSupply` | This enable extra `Supply` temperature sensors to use with automations in HomeKit app. |
@@ -277,21 +280,19 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
277
280
  | `refreshInterval` | Here set the background account data refresh time in (sec), default `120s`. |
278
281
  | `log{}` | Log object. |
279
282
  | `log.deviceInfo` | If enabled, log device info will be displayed by every connections device to the network. |
280
- | `log.sSuccess` | If enabled, success log will be displayed in console. |
283
+ | `log.success` | If enabled, success log will be displayed in console. |
281
284
  | `log.info` | If enabled, info log will be displayed in console. |
282
285
  | `log.warn` | If enabled, warn log will be displayed in console. |
283
286
  | `log.error` | If enabled, error log will be displayed in console. |
284
287
  | `log.debug` | If enabled, debug log will be displayed in console. |
285
288
  | `restFul{}` | RSTful object. |
286
289
  | `restFul.enable` | If enabled, RESTful server will start automatically and respond to any path request. |
287
- | `restFul.debug` | If enabled, deep log will be present in homebridge console for RESTFul server. |
288
290
  | `mqtt{}` | MQTT object. |
289
291
  | `mqtt.enable` | If enabled, MQTT Broker will start automatically and publish all awailable PV data. |
290
292
  | `mqtt.host` | Here set the `IP Address` or `Hostname` for MQTT Broker. |
291
293
  | `mqtt.port` | Here set the `Port` for MQTT Broker, default 1883. |
292
294
  | `mqtt.clientId` | Here optional set the `Client Id` of MQTT Broker. |
293
295
  | `mqtt.prefix` | Here set the `Prefix` for `Topic` or leave empty. |
294
- | `mqtt.debug` | If enabled, deep log will be present in homebridge console for MQTT. |
295
296
  | `mqtt.auth{}` | MQTT authorization object. |
296
297
  | `mqtt.auth.enable` | Here enable authorization for MQTT Broker. |
297
298
  | `mqtt.auth.user` | Here set the MQTT Broker user. |