Home Assistant Community Add-on: Node-RED

I managed to work around the issue by uninstalling the add-on. Steps I took

  1. Export all node-red flows within Node-red into a text file
  2. Copy the add-on settings from the node-red add-on page in home-assistant into a text file
  3. Stop Node-red add-on
  4. Reboot the raspberry pi (probably not needed)
  5. Delete the /config/node-red folder when you ssh into Hassio
  6. Reinstall the add-on
  7. Before starting the add-on copy back the settings from step 2.
    8 Start the add-on
  8. check the log to see everything loaded ok
  9. Access node-red through the browser
  10. Import the flows exported in Step 1.
  11. Under Menu->Configuration nodes you will likely have two Home-Assistant entries. Double click the one that has (0) items (this is the new one that has the correct credentials)
  12. Copy the API Pass
  13. Now double click the other Home-Assistant entry and paste in the API pass from the previous step
  14. You can delete the new configuration node with zero items by opening it as per step 12 and clicking delete.
  15. Clock deploy and hopefully rejoice.
4 Likes