A place users can post their projects. If you have a small project and would like your own dedicated place to post and have others chat about it then this is your spot.

User avatar
By BeeGee
#38751 An Adafruit HUZZAH ESP8266 module used to remotely control aircons through WiFi. ImageFirst use is to switch on aircons automatically if our solar panels produce more energy that we are consuming.
Second use is to control all aircons from a Android phone or tablet.
The electronics is very simple:
Image
The software is a little bit more complex.
    The module connects to a power monitoring system I build. The monitoring system is based on an Arduino Yun and measures power consumption and the production of a solar power system.
    Depending on the production of the solar panels the aircon is automatically switched on in fan or cooling mode
    Commands to control the aircon are received through a small HTTP server running on the ESP8266 module
    Additional possibility to remotely control the aircon from any Android phone over the WiFi connection
I wrote an instructable about this project. It describes the different circuits I build to record the IR codes from the aircon remote controllers, to flash the ESP8266 without a FDDI or USBtoSerial cable and the final WiFi remote control board.
In the instructable I give as well a short description about the application software.

You can check the instructables about it ESP8266 WiFi Controlled Aircon Remote

The complete source code and Fritzing files are available on my Github repository

Image