top | item 30069945

Node-Red

77 points| tyrisflare | 4 years ago |github.com

27 comments

order
[+] OJFord|4 years ago|reply
The one thing I want added to Node-Red is an editable, sanely git diff-able on-disk text format for its configuration. I want to be able to edit either in GUI or in text, and then view the result in the GUI (and have it work of course!).

Does anybody know if there's any plugin for or way of achieving that? When I last looked into it, people were checking in the config files (whatever format they were, perhaps proprietary) but they were a mess, may as well be binaries or PDFs etc. for all the value you'd get out of git for them.

[+] rcarmo|4 years ago|reply
Are you aware of the projects feature and how it lets you maintain all your flows in a git repo, complete with "visual" diffing?
[+] BearsAreCool|4 years ago|reply
The on-disk text is still crazy but you can turn on version tracking in node-red that lets you track any changes made.
[+] alexmorley|4 years ago|reply
Should probably change the submission title to "Awesome Node-RED".
[+] krageon|4 years ago|reply
Or "Curated list of useful resources for Node-RED", as the subtitle is on this page. Even "awesome node-red" doesn't really say anything about the content.
[+] peterhajas|4 years ago|reply
I use NodeRed a lot for my smart home and local network as glue between different pieces. It works really well for “hit this API, apply this transformation, and then return it when I send you a GET at /something” or “listen for MQTT, get this key out of the message, and rebroadcast it”.
[+] meepmorp|4 years ago|reply
Do you use it on it's own, or with other automation software like home assistant or openhab?
[+] interlock|4 years ago|reply
I use Node-Red for automating many work related tasks with the team I manage. One thing I wish it supported was multiple accounts that have separate flows. Even better would be support to separate where flows run from the UI, on a per users basis. I could host a worker node with our infra at work, allowing me to work with some of the more sensitive data and share it more openly with my peers.

All in all, it’s been a great tool to use.

[+] goldman7911|4 years ago|reply
I had worked +/- 5 months ago a lot with nodered. One thing I miss is some kind of benchmark performance for huge projects. Is something new in docs regarding this? This tool is really great.
[+] utmostGP|4 years ago|reply
I agree! what kind of project were you working on that you consider a 'huge project' genuinely curious to learn how other people are applying this to use-cases beyond home automation!
[+] scottc|4 years ago|reply
Would anyone here want a cloud-hosted hosted version of node-red? Like a PaaS for node-red?
[+] knolleary|4 years ago|reply
There are a few such services out there today.

It's also what we're working on at https://flowforge.com

(Disclaimer - I'm the co-founder of the Node-RED project, and CTO/Founder at FlowForge)