HomeKit to MQTT bridge
Depends on HAP-NodeJS by KhaosT, all credits belong to him.
This project follows the mqtt-smarthome architecture. I'm using this to control a multitude of different devices in my home automation through Siri and with HomeKit apps.
Note: If you're running on Linux, you'll need to make sure you have the libavahi-compat-libdnssd-dev
package installed.
sudo npm install -g homekit2mqtt
homekit2mqtt --help
You have to create a JSON file that defines devices and mappings from MQTT-topics and payloads to HomeKit-characteristics.
MIT © Sebastian Raff