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.
HomeKit debugging/development
-
- Posts: 5
- Joined: 08 Sep 2015 02:32
Re: HomeKit debugging/development
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!
Re: HomeKit debugging/development
By the way, latest changes are already a part of 2.1.2-rc1