Closed
Description
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!
Metadata
Metadata
Assignees
Labels
No labels
Activity