Skip to content

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

Closed
@Shaquu

Description

@Shaquu

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions