Arduino-HomeKit-ESP8266
Arduino-HomeKit-ESP8266 copied to clipboard
Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.
定义一个水阀
现在想定义一个水阀 /** Defines that the accessory contains a (water) valve. Required Characteristics: - ACTIVE - IN_USE - VALVE_TYPE Optional Characteristics: - NAME - SET_DURATION - REMAINING_DURATION - IS_CONFIGURED - SERVICE_LABEL_INDEX...
When I'm trying to compile the code simple_led (example) I'm getting an error as in the screenshot. Could you please check/ guide on that?
Dear sir, please help me. I try to flash example sketch into Sonoff and Wemos R1 mini, but log and trouble is same. What wrong? WiFi connecting... .................................................................................. WiFi connected,...
I was quite aware of how to add a battery service within Homebridge, but how is this done in this environment? Thanks for any advise on this... Thomas
hi all, awesome work on this. 👍 is there a way to change the accessory in order to work as an ON/OFF button to an AC? cheers
Hi! First thank you for your work, it's amazing! I'm trying to understand how to control up to 3 lights with buttons (like you can do in the simple led...
I notice that Espressif has published its official HomeKit library in this month, available on Espressif's GitHub repository [esp-apple-homekit-adk](https://github.com/espressif/esp-apple-homekit-adk). This official HomeKit library based on ESP-IDF is for ESP32 and...
where do you think there is an error?     I'm a little new at this, sorry :/ If you can shoot a short video while compiling, I...
Thank you very much for the library. Have you tried to put yield() after every SrpHashUpdate() call inside the most painful functions like wolfcrypt::wc_SrpComputeKey() ? It should solve watchdog issues...
Trying to create a valve / sprinkler, however can't seem to get "in_use" working. Could you provide an example that makes use of characteristic type valve?