Coder Social home page Coder Social logo

homebridge-homekit-controller's Introduction

Install

npm i -g homebridge-homekit-controller

Pair devices

  • Discover devices
homekit [network interface]

example

homekit

or

homekit wlan0
  • Select device, and enter code to pair (including -, example 123-45-678)
  • Enter filename to save pairing's informations JSON
  • Inside the JSON file, you can find
{
    "service": {
        "id": "device id",
        "name": "device name",
        "address": "device ip",
        "port": device-port
    },
    "pairingData": {
        "AccessoryPairingID": "xxx",
        "AccessoryLTPK": "xxx",
        "iOSDevicePairingID": "xxx",
        "iOSDeviceLTSK": "xxx",
        "iOSDeviceLTPK": "xxx"
    },
    "accessories": {
        "accessories": [...]
    }
}
  • Note down the "service", "pairingData", and "aid" & "iid" under "accessories".
  • Get all the UUID here https://gist.github.com/mplewis/def678dc4b6e63a86905
  • Currently, I support Switch, Motion sensor, Temperature sensor and Humidity sensor. I will try to add more services!

Config

{
	"platforms": [
		{
			"platform": "HomeKitController",
			"services": [
				{
					"id": "device id",
					"name": "device name",
					"address": "device ip",
					"port": "device port",
				    "pairingData": {
				        "AccessoryPairingID": "xxx",
				        "AccessoryLTPK": "xxx",
				        "iOSDevicePairingID": "xxx",
				        "iOSDeviceLTSK": "xxx",
				        "iOSDeviceLTPK": "xxx"
				    },
					"accessories": [
						{
							"aid": "characteristic aid",
							"iid": "characteristic iid",
							"type" : "service type (eg. 00000082-0000-1000-8000-0026BB765291)",
							"name": "Humidity Sensor 1"
						}
					]
				}
			]
		}	
	]
}

homebridge-homekit-controller's People

Contributors

martinpham avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.