grzegorz914 / homebridge-melcloud-control

Homebridge plugin for Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation, publish as dynamic external platform accessory.
MIT License
49 stars 2 forks source link

Model Name and Serial Number are not properly displayed in HK #4

Closed CyberMrProper closed 2 years ago

CyberMrProper commented 2 years ago

In homekit model and serial number are not from the unit, but from the wifi interface. AA info should be coming from property Devices.Device."Units": [ { "SerialNumber": "8XHXXXXX, "Model": "SEZ-XXXXXX", "UnitType": 1, "IsIndoor": true }

grzegorz914 commented 2 years ago

fixed in 0.2.6

CyberMrProper commented 2 years ago

Thanks!