Skip to content
Ted Lin edited this page Feb 5, 2017 · 1 revision

Homepage

HomeKit is a framework for communicating with and controlling connected accessories in a user’s home. You can enable users to discover HomeKit accessories in their home and configure them, or you can create actions to control those devices. Users can group actions together and trigger them using Siri.

ESP8266

Tutorial

Setup

Library

  • HAP-NodeJS: Node.js implementation of HomeKit Accessory Server.
  • esp-open-sdk: Free and open (as much as possible) integrated SDK for ESP8266/ESP8285 chips
  • ESP8266_RTOS_SDK: ESP8266 SDK based on FreeRTOS.
  • Homebridge - HomeKit support for the impatient - Pluggable HomeKit Bridge. Plugins available for e.g. Pilight, Telldus TDtool, Savant, Netatmo, Open Pixel Control, HomeWizard, Fritz!Box, LG WebOS TV, Home Assistant, HomeMatic and many many more.
  • OpenHAB-HomeKit-Bridge - OpenHAB HomeKit Bridge bridges openHAB items to Apple´s HomeKit Accessory Protocol.
  • homekit2mqtt - HomeKit to MQTT bridge.
  • pimatic-hap - Pimatic homekit bridge.
  • node-red-contrib-homekit - Node-RED nodes to simulate Apple HomeKit devices.
  • ioBroker.homekit - connect ioBroker to HomeKit.
Clone this wiki locally