Apple Homekit server for Raspberry PI.
Apple HomeKit is a framework for communicating with and controlling connected accessories in a user's home.
Represents a HomeKit device that can be published on your local network. In this prototype project, both Lamp and Thermometer are accessories.
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.
Represents a NodeMCU connected, HSB(hue, saturation and brightness) customizable lamp. See the source code in the examples folder.
Represents a WiFi connected sensor. See my another project.
It's built with ESP8266 and DHT11 sensor.