MideaUART icon indicating copy to clipboard operation
MideaUART copied to clipboard

this isn't really an issue per se

Open judasgutenberg opened this issue 1 year ago • 1 comments

...but I'm not sure the steps needed to get this working in the Arduino environment. I tried treating it like an Arduino library, but then Appliance/AirConditioner/AirConditioner.h isn't found. so i tried specifying other paths, none of which worked. how does one get this working in Arduino? Thanks!

judasgutenberg avatar Dec 06 '24 18:12 judasgutenberg

I´ve placed all the .cpp and .h files into the root folder and removed all the directory information from the #include "..." statements. That worked for me. Now it compiles. Not yet tested if it works as well.

li73772 avatar Dec 10 '24 09:12 li73772

I´ve placed all the .cpp and .h files into the root folder and removed all the directory information from the #include "..." statements. That worked for me. Now it compiles. Not yet tested if it works as well.

This is also what I did with version 1.1.9 and ESPHome, worked perfectly fine, was able to modify AirConditioner.cpp to allow for low fan speed in ECO mode even.

Cannot get this to work for v2-dev though which is necessary for Breeze function on Midea air conditioners

deezid avatar Jun 13 '25 13:06 deezid