Yurik72

Results 63 comments of Yurik72

Ok, seems that is bug if motion is not detected a while ESP should update Apple about that . I will check From: chrwh ***@***.***> Sent: Thursday, September 9, 2021...

I have spent a litle time, and can't find any official doc from Apple how adaptive light is supported. There is a new feathure in iOS14 Hovewer I found, that...

I have added in the latest commit 3 functions homekit_service_t* hap_add_ambientlight_service(const char* szname, hap_callback cb, void* context); homekit_service_t* hap_add_ambientlight_service_as_accessory(int acctype, const char* szname, hap_callback cb, void* context); homekit_service_t* hap_new_ambientlight_service(const char*...

Hi, nice to hear positive feedback. Due to limit of my time. I can add generic definition to the library for Garage door and probably you can help me to...

Hi again 1. I've changed library within public methods for Garage door 2. I've created initial sample , without testing, just showing integration into the Applle home kit So, you...

Hi , you are right, i have implemented in example only this characteristic "Carbon Dioxide Level" which is measured by ppm You mentioned about VOC (ug/mm3). I will think how...

In my understanding, You should get EspHap_AirQuality_MQ135 as example and depending on capabilities you should add additional Characheristic (or replace Carbon Dioxide Level) , which are supported by Apple For...

Shure we can add additional function to homeintegration.c with parameters, which characheristic will be supported On the main sketch behaviour very simple, For instance following can be used homekit_service_characteristic_by_type(airqualitylevelservice, HOMEKIT_CHARACTERISTIC_CARBON_DIOXIDE_LEVEL);...

It’s not supported Ethernet connection, main target is esp, with built in WiFi Sent from my iPhone > On 21 Feb 2021, at 16:27, schaffman5 wrote: > >  >...

Yes, I should fix , this is only related to pairing, which usually once, in production , paired mode tested well and no memory leak, be sure as well that...