HKSV: Fix default pin differing from schema - #2395
Open
rrroyal wants to merge 1 commit into
Open
Conversation
rrroyal
commented
Aug 2, 2026
| // | ||
| // Then open the Home app on your iPhone/iPad, tap "+" → "Add Accessory", | ||
| // and scan the QR code or enter the PIN manually (default: 270-41-991). | ||
| // and scan the QR code or enter the PIN manually (default: 1955-0224). |
Author
There was a problem hiding this comment.
iOS has been using XXXX-XXXX for a while now, so I figured it's a good occasion to update it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Restore the default HomeKit pairing PIN to
19550224, matching www/schema (homekit.*.pin.default) and the existing documentation.This fixes
hap: VerifyClientAuthenticatorerrors caused by the HKSV server using a different default PIN.hap.DefaultPINAI disclosure
This implementation was developed with assistance from ChatGPT 5.6 Sol running under GitHub Copilot. Its architecture, acceptance criteria, and engineering standards were human-directed. The final branch was reviewed, tested, and exercised on physical cameras.