Arduino-HomeKit-ESP8266 icon indicating copy to clipboard operation
Arduino-HomeKit-ESP8266 copied to clipboard

Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.

Results 140 Arduino-HomeKit-ESP8266 issues
Sort by recently updated
recently updated
newest added
trafficstars

现在想定义一个水阀 /** 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? ![11k](https://user-images.githubusercontent.com/59236175/82761371-bf9bbf80-9e02-11ea-823a-4e1ebda100f2.PNG) ![22k](https://user-images.githubusercontent.com/59236175/82761379-c88c9100-9e02-11ea-9c6e-ded00e734720.PNG) ![33k](https://user-images.githubusercontent.com/59236175/82761380-c9252780-9e02-11ea-8930-81cf951e9bdc.PNG) ![44k](https://user-images.githubusercontent.com/59236175/82761381-c9252780-9e02-11ea-8f48-2b94505b8241.PNG) 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?