J. Nick Koston

Results 1005 comments of J. Nick Koston

```diff diff --git a/aiohomekit/protocol/tlv.py b/aiohomekit/protocol/tlv.py index 37cbcb5..77506aa 100644 --- a/aiohomekit/protocol/tlv.py +++ b/aiohomekit/protocol/tlv.py @@ -172,7 +172,7 @@ class TLV: result[-1][1] += value else: result.append([key, value]) - logger.debug("receiving %s", TLV.to_string(result)) + logger.debug("receiving...

The salt is literally coming from the device as `\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00`

The second one I ordered showed up here today. I was able to get the pairing working by adding padding with the 00000000000000000 salt https://github.com/Jc2k/aiohomekit/pull/150#pullrequestreview-1071939978

2022.8.5 has the changes that hopefully will fix pairing. Please let us know.

Can you try this? https://github.com/home-assistant/core/issues/76544#issuecomment-1221272935

Thank you for your contribution thus far! 🎖 Since you have been making significant contributions, we would appreciate you'd added yourself to the list of code owners for this integration....

> @bdraco , can you confirm that you're looking to have a test created for this, that will be executed by pytest? Or do you just mean some real world...

I pushed up a framework for a basic light test. You'll need to mock out the light device in `MockBridge` so it adds a light

I pushed a small tweak to make this a bit more DRY

If you are ready for this to be merged please mark it ready for review