esp-homekit
esp-homekit copied to clipboard
Apple HomeKit accessory server library for ESP-OPEN-RTOS
I would like to get my Level Lock into Home Assistant and unfortunately cannot use bluetooth with my HA instance. Therefore, could this be utilized to interface or proxy to...
Last year with iOS 15 first betas, some of us experienced issues with pairing, that was solved in final version. Is anybody testing iOS 16 and have some notes about...
Hi, When I use the below code to create a device with separate accessories, both will intermittently go 'No Response'. Perhaps something to do with using the same `ACCESSORY_INFORMATION` Service...
I'm trying to run a bridge with 14 blinds (as different accessories as I want to put them in different rooms). These each have 3 services. My setup can handle...
I tried adding `.hidden` to a Service (LIGHTBULB), but it still appears. `*(s++) = NEW_HOMEKIT_SERVICE(LIGHTBULB, .hidden=true, .characteristics=characteristics);` When exactly is `.hidden` supposed to work?
Hi, How to use ESP8266 as Access Point and connect iPhone to ESP and add accessory to homekit instead of connecting ESP to another access point and connecting iPhone to...
I used **‘Exemple04_MultipleAccessories’** multiple_accessories.ino example and change to read sensor pin _HC-SR501_. ``` // bool m = random_value(0, 10) < 5; bool m = digitalRead(PIN_SENSOR); if(m == HIGH){ Serial.println( m...
I want to write a small LED-Strip Animation that is compatible with the EVE App. For that i need an additional Characteristic. How can i add one? I've tried the...
HomeKit support a new feature called **Apple Home Keys** in iOS 15 now, **which allow users to tap their watch or phone to unlock their door**. Apple's iOS 15 release...
Dear Maxim, I have faced an issue with pairing to Apple Home under iOS 15. It turns out that they have changed something in the pairing process with the new...