dudanov / MideaUART

A library for controlling Midea home appliances using the UART protocol.
64 stars 19 forks source link

Receive status from AC #5

Closed RogerCo69 closed 2 years ago

RogerCo69 commented 2 years ago

Hello, First of all, many thanks to you for this MideaUART library ! I have a Midea Xtrame Save Pro AC, and i would like request a status report from the AC. This means, i wanna get the actual status. -Power status

Somehow for me does not working the function "onStatusEvent(ACevent)" . The AC whit this is doing nothing. Not stepping inside the ACevent.

So i do not know this onStatusEvent will solve my request or not ? Now I am testing with an WeMos D1 R2 I had need lot of comment out line in the mideaAC.ccp like this: //#ifdef AC_DEBUG_RAW because, with the WeMos D1 (ESP12) I did not see the RAW data. Now i can see, but yep, i just see, not able process :(

Thank you for your support !