I think we need to understand why Node-RED is failing to load your flows.
Some questions to get started:
1. NR logs the flow filename it is using on startup. Does that match the file you expect it to be using?
2. When it fails to load the file what does the log say?
Nick
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+u...@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
For more options, visit https://groups.google.com/d/optout.
Toshi and all... we'd really like to see such a failing flow file, along with what log messages Node-RED shows on startup regarding it, so we can understand better what you're seeing and try to do something about it.
Nick
I've had the same same problem a few times, usually I make a mistake in a function node or something and for whatever reason Node-Red fails to load the flows.raspberrypi.json file, so I cannot modify my mistake, solution, I backup /home/pi/.node-red/flows.raspberrypi.json file then open it in a text editor and copy the contents to the clipboard, then I delete the file and make a new file called node-red new_file.json which is essentially a blank canvas, start node-red then I choose import clipboard and paste in my flows. modify the mistake and deploy done.
--