Page 1 of 1

Determine access code to connect with HomeKit

Posted: 31 Jul 2015 10:48
by rob.niessen
Hi All,

Just started with RazBerry and managed to set it up and connected 1 'device'.
I also have a iOS HomeKit App up and running which detects the RazBerry gateway.
It now asks for (pin)code.

So, the (obvious?) question : how to determine the pin code of the RazBerry gateway?

thx Rob

Re: Determine access code to connect with HomeKit

Posted: 31 Jul 2015 13:15
by iblis
1. Disable the HomeKit App.

2. Open a terminal and ssh into your RaZberry box. Do a "tail -f /var/log/z-way-server.log" to start monitoring the log file.

3. Enable the HomeKit App again.

4. Look for "HomeKit PIN: ###-##-###" in the log file.

Re: Determine access code to connect with HomeKit

Posted: 03 Aug 2015 13:38
by rob.niessen
Thx !