Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By Aditya Tannu
#36499 I've seen a lot of people using MQTT on ESP8266 to do home automation with things like OpenHAB, etc. however, I didn't find anyone using it with Apple's HomeKit. I understand that the HomeKit API not being public is kind of a let down, but people have reverse engineered it. Once you get it working, it's rather convenient to use directly with Siri.

I wrote a post to describe how to set up HAP-NodeJS, a node server that emulates the HomeKit API with ESP8266/Arduino based accessories.

http://adityatannu.com/blog/post/2015/1 ... ories.html