I’ve gotten thru the install and the initial configuration… and I maintained MOST of my sanity!
I’ve been watching some of the Node Red demos on line… but know on yet has said HOW the information generated in Node Red gets into HA…
I suspect there an export from Node Red and then an Import into HA… but where and how…
It communicates to HA via websocket, and only passes states and services through the websocket. Node red just makes calls in that websocket API and performs actions and monitors state. That’s it. There no magical conversion of node red to HA. Node red does all the automation
So, I’m reading that Node Red keeps a copy of my flows that I configure… someplace… a db no doubt… and …Node Red must have hooks directly into the entities or into entities via HA … watching entities and their states… which makes Red Node a giant listener… of a sort.
My mind block here is that I’m seeing Node Red as something that’s elicited from within HA… but it’s not; if Im reading right.
So… I finish and deploy a flow today… can I bring that flow back up for later modifications somehow nest week? Certainly Node Red keeps a copy of what its deployed.
Node red has nothing to actually do with Home Assistant. Node red has been around longer than ha. It’s just an app that does automation type work that you can connect to ha because someone wrote the nodes for it. They are completely different systems.
You literally open the web GUI for node red and it’s sitting in a tab on the interface…because once you deploy it’s running.
Yeah. If you delete the flow it can’t run…so node red has to continue running and the flows have to exist for things to happen.