homekit-server
homekit-server copied to clipboard
Apple Homekit server for Raspberry PI.
homekit-server
Apple Homekit server for Raspberry PI.
Video
Roles in This Prototype
Homekit
Apple HomeKit is a framework for communicating with and controlling connected accessories in a user's home.
Accessories
Represents a HomeKit device that can be published on your local network. In this prototype project, both Lamp and Thermometer are accessories.
Bridge
A kind of Accessory that can host other Accessories "behind" it while only publishing a single device.
The whole project is a Node.js powered Bridge server.
Lamp
Represents a NodeMCU connected, HSB(hue, saturation and brightness) customizable lamp. See the source code in the examples folder.
Thermometer Sensor
Represents a WiFi connected sensor. See my another project.
It's built with ESP8266 and DHT11 sensor.