Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

README.md

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.

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.