node-red-contrib-powersaver-adapter 0.1.1
A Node-RED adapter that converts 15-minute (quarterly) electricity price data into hourly values for use with PowerSaver.no nodes.
node-red-contrib-powersaver-adapter
This Node-RED module converts 15-minute (quarterly) electricity price data into hourly averages, making it compatible with PowerSaver.no nodes.
It works by averaging the prices from four consecutive 15-minute periods to produce a single hourly price value.
Usage
Place this node after your price receiver node and before your strategy nodes in the flow. It ensures that your strategy nodes receive hourly price data for optimal operation.