Note: This documentation is currently being updated and may change frequently.
Follow these steps to install this node:
- Navigate to your Node-RED
nodesdirectory:
cd ~/.node-red/nodes(Adjust the path as needed for your setup.)
- Obtain the repository:
- Option A: Download and extract the ZIP file from GitHub.
- Option B: Clone the repository:
git clone https://github.com/MTU-IMES-LAB/OpenADR3-nodered.git
- Install dependencies for each node:
cd OpenADR/<node-subfolder>
npm install(Repeat for each node subfolder as needed.)
After installation, restart Node-RED. The OpenADR nodes should now be available in your Node-RED palette.