[Pairing Accessory] About kTLVType_Method used in Pair Setup M1
Hi, I notice homekit_python is by defaul using kTLVType_Method = 1 in pair setup M1.
May I know if it it's possible to patch it to use kTLVType_Method = 0 in M1 ?
Thank you.
I also reviewed post https://github.com/jlusiardi/homekit_python/issues/170 which seems relavent to the pairing issue I saw, in my case: ff: 2 pv: 1.1 Method: 1 -> this seems to be causing problem, is there any way to change to method:0 for this case OR open up a new paramter to force method value to be used? thanks.
Hi Just an update, I figured out forcing metho 0 by update methods.py with "PairSetup = 0" , and then I am able to see pair work, thank you!
From #195, what is this HAT tool? Can you give me a link?
I was able to pair it using HAT tool
I will have a look at the issue!
Looks like the same problem as issue #211