Haier AC integration

I would love it too. I’m currently trying to ‘parse’ / dissect all this mess. It looks like this repository is the only help on the internet… Also mailed Haier, I didn’t expect a response :stuck_out_tongue: (haven’t got one).

It looks like not all models have the same response, or it might be that the response has changed in newer firmware (Haier Air Conditioner).

Currently have a hard time discovering which byte contains which information, and when does it change. Also because there is no documentation I have no idea if what I think I know is correct.

First need to know more about the fields, if that is clear (sort of) I want to change the states. And if that is clear, it needs to be ported from C# to python. And then… integrated into Home Assistant.

Not sure if all of this is feasible without help. I could provide a tool to connect to it and log some info, which MIGHT return some results if parsed correctly.

If anybody is interested, let me know. It’s currently programmed in C#, it’s .NET Core, so it runs on Linux/Mac also.