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

3 Mitsubishi units available through MELCoud but only 1 visible in Homekit #61

Closed ionutm80 closed 6 months ago

ionutm80 commented 6 months ago

Hi, as the title says I have 3 Mitsubishi HVAC units available in MELCloud: HVAC-Dorm.Mici, HVAC-Dorm.Matrim. and HVAC-Mansarda, and discoverable by the homebridge plugin however only 1 is visible to Homekit: HVAC-Mansarda, and I can pair it. Do you have any idea what am I doing wrong? I have attached a notepad file with the plugin logs and a printscreen from Homekit where it only shows the bridge and 1 HAVC units as visible. homebridge-melcloud log.txt 19575

grzegorz914 commented 6 months ago

Try to add home bridge-melcloud-control bridge

grzegorz914 commented 6 months ago

You can also try to change the name of the not visible 2 units

ionutm80 commented 6 months ago

Try to add home bridge-melcloud-control bridge

Hi, already done that. No change, still only one unit visible. 46828

ionutm80 commented 6 months ago

You can also try to change the name of the not visible 2 units

Where can I do that?

grzegorz914 commented 6 months ago

The name can be changed in MelCLOUD service

grzegorz914 commented 6 months ago

Please also enable debug mode in plugin settings Advanced Settings>>>System>>Debug and get the whole log.

ionutm80 commented 6 months ago

The name can be changed in MelCLOUD service

Solve it, after renaming the units without dots in their name, went from HVAC-Dorm.Mici to HVAC-DormMici

Thanks!