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

Add temperature dependence for Best Save module #153

Open rbrakhya opened 1 year ago

rbrakhya commented 1 year ago

Hello! Thank you for your great modules! I think it would be nice if you could add a temperature dependency to the Best save module. The Max per sequence and Min recover depend on the outdoor temperature, so letting it influence the settings would optimise the savings even more.

:)

ottopaulsen commented 1 year ago

How would that work?

rbrakhya commented 1 year ago

You could enter a Max sequence and Min recovery for a given temperature differance between indoor and outdoor, say 20 deg C, and the value would be weighted by the actual temperature difference between in and outdoor temps.

If delta T is 40 degrees, the Max sequence would be halved and the Min recovery doubled.

Skickat från Outlook för Androidhttps://aka.ms/AAb9ysg


Från: Otto Paulsen @.> Skickat: lördag 28 januari 2023 16:43 Till: ottopaulsen/node-red-contrib-power-saver @.> Kopia: rbrakhya @.>; Author @.> Ämne: Re: [ottopaulsen/node-red-contrib-power-saver] Add temperature dependence for Best Save module (Issue #153)

How would that work?

— Reply to this email directly, view it on GitHubhttps://github.com/ottopaulsen/node-red-contrib-power-saver/issues/153#issuecomment-1407425296, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AVJID4VL53GVWXXH7POVB53WUU5C7ANCNFSM6AAAAAAUJWMREY. You are receiving this because you authored the thread.Message ID: @.***>

ottopaulsen commented 1 year ago

This feature is too special to be a general feature on the node. I suggest you make your logic for this outside the node and use dynamic config or override to get what you want.