Troubleshooting
Updated November 14, 2022 by luwol03, Shaquu and GogoVegaFrequently Requested Troubleshooting
Device paired but Service disappearing in Home.app from time to time
You managed to pair with Accessory or Bridge but after a while, it has disappeared?
- Make sure that the device you are using to view Home status is connected to the same network that node-red (with nrchkb) is running on
- If you are using VLAN or special firewall rules, join us on Discord to discuss what settings should be for things to work
Type already defined error
Type already defined
or Cannot register type
errors appeared in UI?
- Make sure you are using the latest version of our node.
- Look for other HomeKit nodes that you have installed. You will have to remove them if they collide with our node. Possible collisions with:
node-red-contrib-homekit-preconfigured
node-red-contrib-homekit
Unable to associate a Bridge in Home.app
If you cannot pair with a Bridge in Home.app and node-red/NRCHKB
logs are not indicating a problem.
For running node-red
in DEBUG mode:
DEBUG=NRCHKB*,HAP* node-red
Try the steps below to solve the problem:
- Restart Node-RED:
sudo node-red-restart
- Update Node-RED: Instructions
- Update your machine packages:
sudo apt-get update && sudo apt-get upgrade
- Update NodeJS to LTS:
nvm install --lts && nvm use --lts
Changing characteristic properties had no effect
- Check that when you deploy you are in
full
mode. - Restart Node-RED
Sometimes multiple of the same message comes through
Restart Node-RED