Upgrade Information - NRCHKB/node-red-contrib-homekit-bridged GitHub Wiki
Notes on upgrading from node-red-contrib-homekit (non bridged):
From Oliver Rahner:
Unfortunately, I had to introduce a new node type homekit-bridge and remove the old homekit-accessory. This means you either have to start over with a new flow or edit it manually. Thankfully, Fredrik Furtenbach published a command line script to aid in the conversion.
If you go for the manual way:
- Export your flows.
- Delete all flows.
- Remove node-red-contrib-homekit.
- Install node-red-contrib-homekit-bridged.
- Open the exported flow in a text editor and remove the nodes of type
homekit-accessory. - Remove the parameter
accessoryon all of yourhomekit-services and save the file. - Import the edited flow.
- Add a new bridge and change all your services to use it.