Results 56 comments of HacK

OK, I've done some searching in wireshark and it appears that now the iPhone actively queries the accessories it has registered. This means that it would be good if we...

just pushed branch real-mdns Please test?

initial but not complete answer: The values that Homekit characteristics are live inside the json structure. You can use json calls to interact with them, like compare measurement with setting....

json structure IS local inside the ESP8266 see AiLight example ``` on=cJSON_GetObjectItem(acc_items[mylight.on].json,"value")->type; if (on) { bri=cJSON_GetObjectItem(acc_items[mylight.bri].json,"value")->valueint; hue=cJSON_GetObjectItem(acc_items[mylight.hue].json,"value")->valueint; sat=cJSON_GetObjectItem(acc_items[mylight.sat].json,"value")->valueint; ``` each of these is a reference to the stored local value....

Thanks Dani, Your input is much appreciated and we'll work on improving these items. The license info however is supposed to be in each file if you believe the instructions...

I am leaning to the following approach: There will be two repo's: 1. ESP8266-HomeKit -- contains the framework with crypto and gives lib/libhkc.a + include/hkc.h 2. ESP8266-HomeKit-Demo -- contains the...

Just did the restructure... updating documentation...

changed all tabs to 4 spaces and made the license banner a bit nicer

One user can pair, but after that can invite other users to the home. In case you use a home hub (iPad4+/iTV) then you can make others an administrator as...

I just bought [this led lamp](https://www.aliexpress.com/item/DIY-Wifi-LED-Bulb-E27-5W-AC110-240V-lampada-LED-Dimmable-Bulb-Lamp-Remote-Control-Led/32740055347.html) and need to crack and reprogram it. Allegedly it has ESP8266 inside. Anyone knows how to crack this unit? It might take some time,...