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
Mode (Cool, Heat, Fan, etc..)
Temperature, what was the target
etc
Is this possible ?
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 :(
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 !