Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PROBLEM SOLVED] Could not pair with a Bridge in Home.app #300

Closed
Shaquu opened this issue Jul 12, 2020 · 1 comment
Closed

[PROBLEM SOLVED] Could not pair with a Bridge in Home.app #300

Shaquu opened this issue Jul 12, 2020 · 1 comment

Comments

@Shaquu
Copy link
Member

Shaquu commented Jul 12, 2020

Problem

If you cannot pair with a Bridge in Home.app and node-red/NRCHKB logs are not indicationg a problem then it might be a solution for you.

Running node-red in DEBUG mode:

DEBUG=NRCHKB*,HAP* node-red

In my case it was an error which showed in DEBUG mode:

Error while decrypting and verifying M5 subTlv

Solution?

Update your machine packages:

sudo apt-get update
sudo apt-get upgrade

Update node-red (for other then PI head to node-red site)

ash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)

Update node

If node-red did not updated node to latest make sure to have latest LTS installed. Easiest way is using nvm (node version manager)

nvm install --lts
nvm use --lts

Now start node-red and try to pair!

@Shaquu Shaquu closed this as completed Jul 12, 2020
@Shaquu Shaquu pinned this issue Jul 12, 2020
@Shaquu Shaquu changed the title [BUG] Could not pair with a Bridge in Home.app [PROBLEM SOLVED] Could not pair with a Bridge in Home.app Jul 12, 2020
@deon-dup
Copy link

Hi @Shaquu. Success at last! So what I did, was to precede your steps outlined above with a deletion of not only the Bridge on both both NR and Homekit App, but I also deleted all the Homekit nodes. I then completely removed V0.08, rebooted, and then proceeded with the upgrade to 1.1.2. Thereafter I proceeded to do the updates as above, and then only I added Homekit nodes with the associated Bridge. After that, adding the Bridge in Homekit App, with the right pin, was a breeze, and everything is working and stable now. Now for the next challenge to figure out NO_RESPONSE as per #277.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants