homebridge-midea icon indicating copy to clipboard operation
homebridge-midea copied to clipboard

Mission II Support

Open tso33 opened this issue 4 years ago • 5 comments

Hello, i hope you are ok.

Can you please add support of Midea AC Mission II.

Model No:

Indoor Model: MB-18N8D0-I Outdoor Model: MB-18N8D0-O

From Homebridge log i get only these:

[7/10/2020, 3:15:31 PM] [midea] Initializing midea platform... [7/10/2020, 3:15:31 PM] Loading 6 accessories... ......................................................................................................................................................... HAP Warning: Characteristic 0000000F-0000-1000-8000-0026BB765291 not in required or optional characteristics for service 000000BC-0000-1000-8000-0026BB765291. Adding anyway. HAP Warning: Characteristic 00000033-0000-1000-8000-0026BB765291 not in required or optional characteristics for service 000000BC-0000-1000-8000-0026BB765291. Adding anyway. HAP Warning: Characteristic 0000000F-0000-1000-8000-0026BB765291 not in required or optional characteristics for service 000000BC-0000-1000-8000-0026BB765291. Adding anyway. HAP Warning: Characteristic 00000033-0000-1000-8000-0026BB765291 not in required or optional characteristics for service 000000BC-0000-1000-8000-0026BB765291. Adding anyway. HAP Warning: Characteristic 0000000F-0000-1000-8000-0026BB765291 not in required or optional characteristics for service 000000BC-0000-1000-8000-0026BB765291. Adding anyway. HAP Warning: Characteristic 00000033-0000-1000-8000-0026BB765291 not in required or optional characteristics for service 000000BC-0000-1000-8000-0026BB765291. Adding anyway.

On my home app i see the devices without temperatures etc (image) and i cant controll them

Image

Thank You

tso33 avatar Jul 10 '20 12:07 tso33

Can you please post a config snippet just to see how you set it up?

ttimpe avatar Jul 10 '20 13:07 ttimpe

    {
        "user": "[email protected]",
        "password": "blablabla",
        "interval": 1,
        "platform": "midea"
    }

tso33 avatar Jul 10 '20 13:07 tso33

They must be using a different variant of the protocol. I can‘t do anything if I don‘t have documentation of the Midea API.

ttimpe avatar Jul 10 '20 13:07 ttimpe

Any luck on this? With mac-zhou/midea-ac-py local component for home assistant they are working. If i can do something to help you? A log from HASSIO?

tso33 avatar Nov 04 '20 11:11 tso33

I also found these details type: '0xac' - version: V2

and a pic of HA local plugin that's working perfectly

Screenshot 2021-03-23 193905

Also log from new version of homebridge

[Office@@Current Heating Cooling State] Characteristic not in required or optional characteristic section for service HeaterCooler. Adding anyway. [Office@@Target Heating Cooling State] Characteristic not in required or optional characteristic section for service HeaterCooler. Adding anyway. [Master bedroom@@Current Heating Cooling State] Characteristic not in required or optional characteristic section for service HeaterCooler. Adding anyway. [Master bedroom@@Target Heating Cooling State] Characteristic not in required or optional characteristic section for service HeaterCooler. Adding anyway. [Children bedroom@@Current Heating Cooling State] Characteristic not in required or optional characteristic section for service HeaterCooler. Adding anyway. [Children bedroom@@Target Heating Cooling State] Characteristic not in required or optional characteristic section for service HeaterCooler. Adding anyway. [Living Room@@Current Heating Cooling State] Characteristic not in required or optional characteristic section for service HeaterCooler. Adding anyway. [Living Room@@Target Heating Cooling State] Characteristic not in required or optional characteristic section for service HeaterCooler. Adding anyway. [3/23/2021, 8:11:06 PM] [homebridge-midea] This plugin generated a warning from the characteristic 'Cooling Threshold Temperature': characteristic was supplied illegal value: number 0 exceeded minimum of 10. See https://git.io/JtMGR for more info. [3/23/2021, 8:11:06 PM] [homebridge-midea] This plugin generated a warning from the characteristic 'Cooling Threshold Temperature': characteristic was supplied illegal value: number 0 exceeded minimum of 10. See https://git.io/JtMGR for more info. [3/23/2021, 8:11:06 PM] [homebridge-midea] This plugin generated a warning from the characteristic 'Cooling Threshold Temperature': characteristic was supplied illegal value: number 0 exceeded minimum of 10. See https://git.io/JtMGR for more info. [3/23/2021, 8:11:06 PM] [homebridge-midea] This plugin generated a warning from the characteristic 'Cooling Threshold Temperature': characteristic was supplied illegal value: number 0 exceeded minimum of 10. See https://git.io/JtMGR for more info. [3/23/2021, 8:11:15 PM] [homebridge-midea] This plugin generated a warning from the characteristic 'Cooling Threshold Temperature': characteristic was supplied illegal value: number 0 exceeded minimum of 10. See https://git.io/JtMGR for more info. [3/23/2021, 8:11:15 PM] [homebridge-midea] This plugin generated a warning from the characteristic 'Cooling Threshold Temperature': characteristic was supplied illegal value: number 0 exceeded minimum of 10. See https://git.io/JtMGR for more info. [3/23/2021, 8:11:15 PM] [homebridge-midea] This plugin generated a warning from the characteristic 'Cooling Threshold Temperature': characteristic was supplied illegal value: number 0 exceeded minimum of 10. See https://git.io/JtMGR for more info. [3/23/2021, 8:11:15 PM] [homebridge-midea] This plugin generated a warning from the characteristic 'Cooling Threshold Temperature': characteristic was supplied illegal value: number 0 exceeded minimum of 10. See https://git.io/JtMGR for more info.

tso33 avatar Mar 23 '21 17:03 tso33