ottopaulsen / node-red-contrib-power-saver

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

Feature request: Dynamic commands also for ps-strategy-heat-capacitor #93

Open marhoy opened 1 year ago

marhoy commented 1 year ago

The two other strategies have dynamic commands, e.g. sendOutput, but ps-strategy-heat-capacitor does not.

The ability to force the node to send its output is very useful if e.g. the system has been under manual control, and you switch it back into "Auto". You then need to trigger the scheduling-node to send it's output, to ensure that the climate entities are set to correct value (according to the schedule).

TomTorger commented 1 year ago

I added support for sendSchedule and sendOutput in the PR to dev.