Mateus
Mateus
I have been changed the code to //MDNS.close(), but the error is the same. Then I put the reboot of ESP to monitor at thingspeak. https://thingspeak.com/channels/1286808/charts/3?bgcolor=%23ffffff&color=%23d62020&days=1&dynamic=false&results=100&title=Reinicialização+do+sistema&type=line&yaxis=boot The problem follow...
Hi! @ruleechen I try replace arduino_homekit_server.cpp but I’m having some error. Can this update work with ArduinoOTA? `Multiple libraries were found for "ArduinoOTA.h" Used: /Users/test/Library/Arduino15/packages/esp8266/hardware/esp8266/3.0.2/libraries/ArduinoOTA Not used: /Users/test/Documents/Arduino/libraries/ArduinoOTA Multiple libraries...
@ruleechen Great work! It is running very well, about 4 hours no reboot.
Hi @maccoylton, thanks for replying. I try to compile the code on the Arduino platform, but I get the error: ``` ensor_HS501: 16: 10: fatal error: espressif / esp_wifi.h: This...
Ok, I will make a configuration environment to compile and test. Is it possible to compile the example with a generic **ESP8266**, or just with **ESP32**?
I’d like to use at Arduino interface, but I stay to try configuring and install environment to compile the example (https://github.com/maccoylton/esp-homekit-motion-sensor/tree/master/src). But I’m don’t have success to do. Can somebody...
Sounds good, I will try to do it. Thanks...
my sketch.ini `#include #include #include "wifi_info.h" #include #include //#define LOG_D(fmt, ...) printf_P(PSTR(fmt "\n") , ##VA_ARGS); #define LOG_D(fmt, ...) printf_P(PSTR(fmt "\n") , ##__VA_ARGS__); //temperature sensor output pin int temp_outputpin = A0;...
The serial log show me: `>>> [ 96282] HomeKit: [Client 1073683732] Successfully paired >>> [ 96450] HomeKit: [Client 1073683732] Disconnected! >>> [ 96455] HomeKit: [Client 1073683732] Closing client connection >>>...
I had configure IDE like your remomendadion, there was some configuration diferente before. But the error is the same: `>>> [ 43163] HomeKit: [Client 1073684196] Pair Verify Step 1/2 >>>...