zzlflash / ESP-Homekit-ACController

an Homekit AC controller base on ESP8266

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

an Homekit AC controller base on ESP8266

License:GNU Affero General Public License v3.0


Languages

Language:C++ 70.2%Language:C 29.8%