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

to be used in half-paired prevention and for memory load prediction logic

Hey, RavenSystem's `esp-homekit-devices` allows unencrypted client commands by simply modifying these lines https://github.com/RavenSystem/esp-homekit-devices/blob/master/external_libs/homekit/src/server.c#L2984. You can then send standard unencrypted HTTP URL like ``` curl -X PUT -d '{"characteristics":[{"aid":1,"iid":9,"value":true}]}' http://device_ip_address:5556/characteristic ```...

Running the homekit light demo on esp8266 about 2 hours. The Home app shows the "No response" against the lights. My phone's IP address is 192.168.9.187. The log show mDNS...

Today I witnessed that you have a 'trap' in your state machine. If for some reason (I have traced one) the verify step of the pairing process is not executed,...

I can turn the device (a lamp accessory on an esp32) on and off for anywhere from 20s to 5min after the esp32 restarts, then iOS says No Response, so...

When i connect the iphone with the esp8266 running (example led or sonoff). It will pair and let me control the led i configured as output. This will work for...

In order to control operation status from setter. For example can send No answer status when sensor\anything else is unreachable. Or can return invalid value status for unsupported mode set...

Hello, I have a small ESP8266 device with your HomeKit Library installed and functioning properly. However, I am encountering an issue when the "MDNS restarts." While my ESP remains accessible...

Hii, I would like to ask about PORT you are using. Is there any specific reason you are using PORT = 5556 ? This is located inside esp-homekit/src/server.c `#define PORT...

Hi, are there any plans to update esp-homekit to support v5.0 of esp-idf?