A project for controlling midea like air conditioners with a micro controller like the esp32. For communication between the micro controller and the air conditioner the serial uart protocol is used. For communication between any kind of smart home software and the micro controller mqtt is used.
For building the project Visual Studio Code with PlatformIO is used.
Running successfully on an esp32 development board.
This project was inspired and made possible by the two following github repos.