-
@HomeACcessoryKid at first great job on this LCM :+1:
But unfortunately I have a question about the update when releasing a new versions of my software. let's go step by step;
1. `esptool.py era…
-
I am trying to create dynamically generated services:
`homekit_accessory_t *accessories[2];
homekit_service_t *services[5];
homekit_server_config_t config;
void config_init() {
servic…
-
Hello,
When I build the HAA and RavenCore from source, I only get a single binary file at the `/firmware` folder, and if I flash this file using the `esptool.py` the device does not seem to respond…
-
# TL;DR
I find that esp8266 GPIO14(D5) although it's not high on boot/after boot, it is "pull-up" by default on boot and even after boot. So I suggest disable pull-up at user_init() to prevent IR l…
-
Hey maxim,
Thank you for your good job on this project! I got it almost working. I use life-cycle-manager to upload the bin file to my ESP. Everting works fine until the homekit server want's to st…
-
Hi.
I am having a problem with this example.
I can see the accessory in the Home.app but I can't pair it
�'o��|���n��clpp_task_hdl : 3fff…
-
Hi,
I never had the chance, so I would like to thank everybody who with their efforts made this project a reality.
I was wondering if there are any plans to create an OTA functionality for fut…
-
Hi Maxim,
I have a problem with my blinds setup, I used the [sonoff_dual_blinds](https://github.com/maximkulkin/esp-homekit-demo/tree/master/examples/sonoff_dual_blinds) example to build upon. So …
-
Hi
Please point me in the right direction.
For some reason the esptool.py does not see the correct serial port on my machine, when it is run from the docker container. The environment values are se…
-
Hello Maxim,
I ported the example 'dynamic_services' to ESP32 and I changed all ESP8266 procedures. For example:
```
#if WITH_ESP32 == 1
gpio_set_level(relay, on ? 1 : 0);
#else
…