node-red-contrib-power-saver icon indicating copy to clipboard operation
node-red-contrib-power-saver copied to clipboard

"No schedule" with heat capacitor strategy

Open kalaws opened this issue 2 years ago • 3 comments

Hello,

First of all, thank you for the excellent work. I'm planning to deploy the heat capacitory strategy. It seems to work as it should, and I can see trades made as well as use adjustments to setpoint, but I can't get this strategy to produce a schedule that I can visualize (unlike Best save or Lowest price strategies). Doesn't seem to matter whether I change Heat and Cool times to 30 mins or 240 mins. Is this strategy not supposed to put out a schedule?

kalaws avatar Nov 25 '22 15:11 kalaws

The heat capacitor does not have the same features as the other nodes.

ottopaulsen avatar Nov 26 '22 18:11 ottopaulsen

Ah, ok. Would it be possible to add timestamp for each object, ie differing by 1 minute, just like is done for hours in Best save strategy? I suppose this could be achieved by some ad hoc js forEach function, but I’m not skilled enough to implement that. :) once timestamps are attached to each object, the data can be visualized.

kalaws avatar Nov 26 '22 22:11 kalaws

We now have a schedule output in the pipeline :-)

Just have to find the time to document it.

image

TomTorger avatar Dec 30 '22 23:12 TomTorger