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

Simulate override #140

Closed haavardNO closed 1 year ago

haavardNO commented 1 year ago

I am trying to test the ovveride function of the strategy nodes to verify that my logic is working. Just injecting off and auto does not work. Is there a way to do this?

image

ottopaulsen commented 1 year ago

You must use JSON:

image
haavardNO commented 1 year ago

Thanks :) That solved it.