ottopaulsen / node-red-contrib-power-saver

A Node-RED node to saver money by turning off when the power is most expensive
Other
70 stars 17 forks source link

Added a minimalistic schedule output to the heat-capacitor #144

Closed TomTorger closed 1 year ago

TomTorger commented 1 year ago

Tried to stay away from breaking changes. The new output has the following format:

payload:
  setpoint_now: nnn
  schedule:
    - startAt: nnn
      setpoint:  nnn
      adjustment: nnn
    - .....

Should be easy to change.