Skip to content

Files

Latest commit

 

History

History
31 lines (20 loc) · 1.25 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.25 KB

ESP-Homekit-ACController

an Homekit AC controller base on ESP8266

Apple HomeKit AC controller for ESP8266 Arduino

This project is base on the sdk provided by Mixiaoxiao/Arduino-HomeKit-ESP8266, so you need install the libraries first.

Mixiaoxiao provided the firmware file of the AC controller, which is pretty and useful. But I have a special hardware need change something after send the ir code, I have to do it myself. That's why this project was born.

Setup code of the example sketch

111-11-111

Usage

  • change the SSID and password in wifi_info.h
  • change the AC type in ESP-Homekit-ACContoller.ino in line 57, default is KELVINATOR (Gree default protocol)

Todo

  • add configuration webpage to change the AC type with change the source code.
  • add configuration webpage to change GPIO pin code & LED pin code
  • add wifimanager support
  • add other product support

Thanks