this isn't really an issue per se
...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!
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.
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