Arduino-HomeKit-ESP8266
Arduino-HomeKit-ESP8266 copied to clipboard
Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.
Dear Mixiaoxiao, dear all, First of all, thanks Mixiaoxiao for your work porting Homekit to ESP8266. This is a fantastic help for DIY hobbyists. I am using your library ([email protected])...
Just wondering if there is any chance you could do a garage door opener example? P.S. Loving your work!
i tried it multiple times when I remove comments from line 77 to 79 nodemcu starts rebooting after every WiFi connection.
That's strange: although I do have an active characteristic with default true the service is reported as "inactive", anyone any idea? Cheers, Thomas // (optional) format: bool; HAP section 9.96...
Hello! I'am try to use your library with example sketch **simple_led.ino** in Arduino IDE. Only change I made was _ssid_ and _password_ Also Iam forrlw your recomendation in Arduino IDE...
I've spent hours upon hours trying to find out how to get the toggle in the home app to open/close my relay. I must be missing something obvious. What code...
HOMEKIT_ACCESSORY(.id=6, .category=homekit_accessory_category_other, .services=(homekit_service_t*[]) { HOMEKIT_SERVICE(ACCESSORY_INFORMATION, .characteristics=(homekit_characteristic_t*[]) { HOMEKIT_CHARACTERISTIC(NAME, "摄像头"), HOMEKIT_CHARACTERISTIC(MANUFACTURER, "Arduino HomeKit"), HOMEKIT_CHARACTERISTIC(SERIAL_NUMBER, "0123456"), HOMEKIT_CHARACTERISTIC(MODEL, "FOX007"), HOMEKIT_CHARACTERISTIC(FIRMWARE_REVISION, "1.0"), HOMEKIT_CHARACTERISTIC(IDENTIFY, my_accessory_identify), NULL }), HOMEKIT_SERVICE(CAMERA_RTP_STREAM_MANAGEMENT, .primary=true, .characteristics=(homekit_characteristic_t*[]) { HOMEKIT_CHARACTERISTIC(NAME, "摄像头"), &cha_video_v_cnf, &cha_video_a_cnf,...
Is it possible to add a delay before turn off the switch? If so, where do I have to implement it? Many Thanks in advance