项目作者: Fonger
项目描述 :
[WIP] This is a HomeKit NodeMCU wall light switch controller using servo
高级语言: C
项目地址: git://github.com/Fonger/esp-homekit-servo-switch.git
esp-homekit-servo-switch
This is a HomeKit NodeMCU servo controller for my room light switch
Home Appliance
- Use servo to toggle the light switch on wall physically.
- A button to turn on/off the light switch.
- Read air quality data including AQI, PM2.5, PM10, NO2, SO2, CO and O3 data from LASS(Location Aware Sensing System) API. I’m using data from EPA (行政院環境保護署環境資源資料) near my home.
Usage
- Setup build environment for esp-open-rtos
- Run
git submodule update --init --recursive
for submodules this project use - Copy
config-sample.h
to config.h
and edit the settings.