Skip to content

Latest commit

 

History

History
35 lines (16 loc) · 902 Bytes

README.md

File metadata and controls

35 lines (16 loc) · 902 Bytes

homekit2mqtt

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.

Getting started

Installation

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

Start

homekit2mqtt --help

Configuration

You have to create a JSON file that defines devices and mappings from MQTT-topics and payloads to HomeKit-characteristics.

See example-homekit2mqtt.json

License

MIT © Sebastian Raff