This project adds Nordpool Elspot support to Node-RED.
We introduce a "nordpool" node that can be used to retrieve spot electricity prices from Nordpool, either periodically or triggered.
cd $NODE_RED_HOME
npm install node-red-contrib-nordpool
cd $NODE_RED_HOME/nodes
git clone https://github.com/Ell-i/node-red-contrib-nordpool.git
cd ./node-red-contrib-nordpool
npm install