-
-
Notifications
You must be signed in to change notification settings - Fork 52
Upgrade Information
crxporter edited this page Mar 12, 2019
·
1 revision
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
accessory
on all of yourhomekit-service
s and save the file. - Import the edited flow.
- Add a new bridge and change all your services to use it.