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

Would it be possible to have Google Home and Apple Homekit running on the same ESP chip? Would be nice to have integration in both hubs.

I want to use this HomeKit Implementation together with a web server and came across a name conflict with the Arduino implementation of base64 encoding ([here](https://github.com/esp8266/Arduino/blob/02c1a502ca475d1bc202ba881fc5a2eb07a532d5/cores/esp8266/base64.h)). I'm not proficient in...

Only appears up to version 1.2.0 [https://platformio.org/lib/show/7045/HomeKit-ESP8266/installation](url)

Works well for a short period of time. After a few hours the device lost the connection with clients. Any suggestion? Thank you >>> [1755017] HomeKit: Got new client: local...

Everything goes fine until the network's wifi router goes down/restart. ESP serial reports sucessful reconnection, but devices are no longer able to communicate with the Home app ("No Response" red...

Kind time of the day friends, I can not solve the problem with the automatic name of devices in the line homekit_characteristic_t cha_name = HOMEKIT_CHARACTERISTIC_ (NAME, "name" + MAC address);...

Hi everyone, I've been using this library for a while, and i often see that the accessory is not responding; looking thru the closed issues, i see that by using...

There is a problem to make firmware for tuya devices. Tuya uses serial, but this lib uses serial for log and because it is “C” included it is impossible to...

Greetings friends, faced with the problem of inability to add multiple devices with the same firmware, have any ideas about how to solve the problem?

Hello, again thank you for your amazing work. I was wondering if you have some guidelines for how to control a dimmable light?