-
Hello,
As pairing on ESP8266 is using quite much processing power, and as my program needs to monitor the gpio state continuously (i.e. using while loop), the monitor task will kind of disturbing t…
-
I set up the Switch example on two ESP8266 and it works exactly right for me. Does anyone have any code examples of using one device to setup more than one switch/relay set ? I can see how to set up t…
-
With default values for `kHAPIPSessionStorage_DefaultNumElements` (17), `kHAPIPSession_DefaultInboundBufferSize` (32K) and `kHAPIPSession_DefaultOutboundBufferSize` (32K) the RAM footprint of a basic …
rojer updated
4 years ago
-
I am using the example from the library. I added ESP32 to my Home.app on the iPhone. Everything worked fine. After restarting ESP32, I get the message "Not Response" on my iPhone, usually 2 or 3 ESP32…
-
I can setup the device but after that the device does not respond and homekit clients is 0
![Screenshot 2023-02-24 150441](https://user-images.githubusercontent.com/65611458/221212101-001ac4fb-2f9d-4…
-
Thanks for sharing you work!!!
You have video tutorial on YouTube?
I don't know about coding...usually I watch YouTube and other tutorials to make my things.
-
Hi,
I've tried to implement your project and everything seems to work (wifi, mqtt, reading values from jacuzzi) but sending buttons events doesn't, no reaction on the jacuzzi panel. The only differe…
-
Following the Example Code for Light Sensor with an LDR. Sensor shows value in Serial Monitor and is accepted by Apple Home as a new sensor BUT HomeKit says that this Sensor is not supported.
Any id…
-
I used **‘Exemple04_MultipleAccessories’** multiple_accessories.ino example and change to read sensor pin _HC-SR501_.
```
// bool m = random_value(0, 10) < 5;
bool m = digitalRead(PIN_SENSO…
-
Hi!
I'm working on implementing custom Eve characteristics for ESP8266 based HomeKit firmware that works without any bridge via Wi-Fi.
**Characteristics that i'm looking for: Temperature offset,…