esp-homekit-demo
esp-homekit-demo copied to clipboard
Demo of Apple HomeKit accessory server library
Hi Maxim! thanks for sharing your knowledge! I have a strange result creating 8 stateless programmable buttons, my code: ``` homekit_accessory_t *accessories[] = { HOMEKIT_ACCESSORY(.id = 1, .category = homekit_accessory_category_switch,...
I try to pair the device but always to no avail >>> HomeKit: Starting server >>> HomeKit: Using existing accessory ID: 78:2D:23:65:7A:7E >>> HomeKit: Configuring mDNS >>> HomeKit: Got new...
In my development environment (it ia a Macbook air): - I followed instructions here: https://docs.espressif.com/projects/esp8266-rtos-sdk/en/latest/get-started/index.html - I have set up the various env variables: export PATH=$PATH:/xtensa-lx106-elf/bin export PATH=$PATH:/ESP8266_RTOS_SDK export SDK_PATH=/ESP8266_RTOS_SDK...
I am trying to make my first arduino simple project based on the directions of this video for a gift to my fiancee [url]https://www.youtube.com/watch?v=duiAbLsXZSE&ab_channel=Breaks%27n%27Makes[/url] You may watch it so you...
I'm using an esp32 and am trying to use the esp32/button example. I'm using the currently latest stable esp-idf and toolchain on MacOS 10.15.6. I've cloned the latest version of...
Hi, Yes I've read multiple times that you do not seem it a practical use case which is completely fine. As far as I can read in order to restart...
Hi sakisdog, Your multiple sensor works very well but I found a bug. Here is the scenario: > Cut the electricity of home(whole electricity) and after one minute give it...
is there any code to set the sensitivity of the motion sensor? it is activated even with the leftover of the sun inside the room. 😅!
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...
Good day. Is it possible to orbinize the restart of the service, without restarting esp32, for example, after erasing the data, I want to be able to pair with the...