Any Support for Midea A/C?

Midea A/C cannot be controlled via local access ( For my AC ).
It communicate with server on Internet using JSON.
I unpacked A/C controller files and find out how JSON data has been composed.
Data transmission is using builtin function which I think it should send data to server. ( I haven’t decompress app)
The key question is:
If A/C is listening from server, it will be hard to simulate.
If server is sending to A/C, it will be easier to simulate.

I can’t capture packages through the router. Dose someone else do that please?

Source code for A/C controller:


Fully commented with Chinese, Thanks to Midea’s programmers!

Ac_Msg.Js defines the protocol, comments are very helpful.

1 Like