Arduino-HomeKit-ESP8266 icon indicating copy to clipboard operation
Arduino-HomeKit-ESP8266 copied to clipboard

Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.

Results 140 Arduino-HomeKit-ESP8266 issues
Sort by recently updated
recently updated
newest added
trafficstars

Instead of erasing the entire config in the compact_data method, instead only erase the pairing data. This preserves the device ID so that in case the method does not finish...

``` void setup() { Serial.begin(115200); Serial.println(); // attempt to connect to Wifi network: Serial.print("Connecting to Wifi SSID "); Serial.print(WIFI_SSID); WiFi.begin(WIFI_SSID, WIFI_PASSWORD); while (WiFi.status() != WL_CONNECTED) { Serial.print("."); delay(500); } Serial.print("\nWiFi...

I use ESP8266 to control the humidifier. How to remove the dehumidifier from homekit?

烧录完成固件的设备在工作一段时间后(几天后),在homekit app里面无法控制了,重启后恢复,有什么策略可以避免这个问题吗

用例子里面的switch 用esp-01s下载之后无法驱动继电器,继电器连接引脚gpio0,定义里面怎么设置

Hi Guys, there is possible to make a control with ESP8266 ? I don’t find a exemple to beging tests. I would like to do something like this https://support.sensibo.com/l/en/article/yt2lig7u5z-home-kit-for-sensibo-air I...

In the Arduino IDE 2.0.3, only the legacy examples show up in the examples menu.

Hi everyone i use switch and define pin GPIOs code all ok, but i try example 4 MultipleAccessories but dont know how connect dht 11 on board. I try ESP8266...

``` >>> [ 3896] HomeKit: Update the CPU to run at 160MHz >>> [ 3904] HomeKit: Starting server !!! [ 3907] HomeKit: Failed to read HomeKit storage magic >>> [...

Current implementation is dropped from home if it reboots, or loses WiFi connection under the new HomeKit architecture to support Matter. https://support.apple.com/guide/iphone/upgrade-to-the-new-home-architecture-iphaeb0ce2d3/ios