Jump to content

SENSBLUE ATLAS/Node-RED: Difference between revisions

From ATRONIA Wiki
No edit summary
No edit summary
Line 13: Line 13:
</syntaxhighlight>
</syntaxhighlight>
[[File:Node-RED Simplified Flows img 1.png|center|frameless|1037x1037px]]
[[File:Node-RED Simplified Flows img 1.png|center|frameless|1037x1037px]]
[[Media:Simplified Flows.zip|Click here to download the ZIP folder]]

Revision as of 11:20, 14 July 2026

Node-RED Simplified Flows

Flow Node-RED

These easy-to-implement flows aim to speed up the integration of ATLAS in any scenario by adding an abstraction layer between the user and the stack. This is achieved through the use of subflows, which contain the necessary code for the functionalities and allow changes if needed, providing a node that "hides" the more complex integration.

1. Import Flows to Example Folder

To import the flows and add them to the Node-RED examples folder, execute the following:

1.1 First, copy the ATLAS folder to a folder with permissions, e.g., /pi

1.2 Copy the folder to the Node-RED examples folder using the command:

sudo cp -r /$PATH/ATLAS /usr/lib/node_modules/node-red/node_modules/@node-red/nodes/examples/

Click here to download the ZIP folder