esp-homekit icon indicating copy to clipboard operation
esp-homekit copied to clipboard

Apple HomeKit accessory server library for ESP-OPEN-RTOS

Results 34 esp-homekit issues
Sort by recently updated
recently updated
newest added

I've been trying to add arduino as esp-idf component to your repo https://github.com/maximkulkin/esp-homekit-demo for 4 days. I was hoping to add a few simple arduino libraries. Is this impossible? https://docs.espressif.com/projects/arduino-esp32/en/latest/esp-idf_component.html

Hello, if you want to connect to the monitor, I wrote an error -199. Can you suggest which way to look? >>> HomeKit: [Client 1] Pair Setup Step 1/3 !!!...

After the firmware and connection. Homekit shows a constant update of the device. The port monitor does not display any changes. Where did I make a mistake? ````cpp #include #include...

This is part of my accessory code ```c homekit_characteristic_t cha_auto_change_on = HOMEKIT_CHARACTERISTIC_(ON, true); homekit_characteristic_t cha_auto_change_on_name = HOMEKIT_CHARACTERISTIC_(NAME, "Auto change"); homekit_characteristic_t all_swing = HOMEKIT_CHARACTERISTIC_(ON, true); homekit_characteristic_t all_swing_name = HOMEKIT_CHARACTERISTIC_(NAME, "SWING"); homekit_characteristic_t...