ESP32 Homekit DHT22 sensor based on Espressif's ESP-IDF and ESP-Homekit-SDK
- ESP-IDF (Tested on ESP-IDF v4.3)
- ESP-Homekit-SDK
Install Espressif's ESP-IDF and ESP-Homekit-SDK as described in the official website.
Set the environment variable HOMEKIT_PATH
to the base path of the Homekit SDK.
Then, run idf.py flash monitor
in the root folder.
Provision the ESP32 module onto your WiFi network according to the instructions here. After that, add the accessory to the Home app. The default setup code is 111 22 333
.
Alfred Shum - ckshum88
This project is licensed under the MIT License - see the LICENSE file for details