Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 560 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 560 Bytes

node-red-contrib-nordpool

This project adds Nordpool Elspot support to Node-RED.

Functionality

We introduce a "nordpool" node that can be used to retrieve spot electricity prices from Nordpool, either periodically or triggered.

Install

cd $NODE_RED_HOME
npm install node-red-contrib-nordpool

Install from Source

cd $NODE_RED_HOME/nodes
git clone https://github.com/Ell-i/node-red-contrib-nordpool.git
cd ./node-red-contrib-nordpool
npm install