node-red-contrib-smart-prices 1.0.5

Node-red node to generate on/off events based on hourly electricity prices.

npm install node-red-contrib-smart-prices

node-red-contrib-smart-prices

Node-red node to generate on/off events based on hourly electricity prices.

Configuration

Inputs

msg.payload.prices

Array of hourly electricity prices, staring from 00:00

msg.payload.date

Date (JS date object) for hourly prices. Default to today if not set

msg.config

msg.config = {
    onHours: 6,     // minimum hours to be ON. Automatic calculation for limitPrice. Ignored when limitPrice is set.
    limitPrice: 22  // minimum price for OFF event
}

Outputs

ON / OFF messages on output 1 Stats on output 2

Node Info

Version: 1.0.5
Updated 4 years, 1 month ago
License: ISC
Rating: 3.3 3

Categories

Actions

Rate:

Downloads

32 in the last week

Nodes

  • smart-prices
  • nordpool

Keywords

  • node-red

Maintainers