FAQ
Updated October 4, 2021 by ShaquuQuestion you ask us and questions we ask you
How to update NRCHKB node
New version has been released, and you would like to upgrade? There are at least two ways to do that!
Using palette
- In
node-red
UI click Manage palette in Menu - Locate
node-red-contrib-homekit-bridged
and click update to1.4.0
Manually
- Stop
node-red
cd ~/.node-red
npm i node-red-contrib-homekit-bridged@1.4.0
- Start
node-red
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 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
How to check nodes versions?
Settings/Manage palette
package.json
file in your Node-RED installation folder usually~/.node-red