HomeKit debugging/development

Discussions about RaZberry - Z-Wave board for Raspberry computer
pofs
Posts: 688
Joined: 25 Mar 2011 19:03

Re: HomeKit debugging/development

Post by pofs »

As I said, modhomekit.so only contains protocol-level implementation, all the logic is in HomeKitGate/index.js, which is open-source and can be easily modified.

HomeKit documentation is under NDA, and my research paper (which all these hap-nodejs and others are based on) was DMCA'd and removed from github. But I tried to make the JS API simple, so if you look into HomeKitGate/index.js, it should be pretty easy to add new characteristics and services even without knowing protocol details.
jeff_greenshed
Posts: 5
Joined: 08 Sep 2015 02:32

Re: HomeKit debugging/development

Post by jeff_greenshed »

Thanks for cluing me into the Homebridge project. Since I have a lot of little custom-built home-automation devices, most of which talk via HTTP, this is perfect for me. Thank you!
pofs
Posts: 688
Joined: 25 Mar 2011 19:03

Re: HomeKit debugging/development

Post by pofs »

By the way, latest changes are already a part of 2.1.2-rc1
Post Reply