#Variable Energy Cost vs Current Consumption

1 messages · Page 1 of 1 (latest)

analog palm
#

Hi, does Home Assistant calculate energy price based on the current price of the energy at that time, if that is the value that has been given to HA?

ruby pumice
#

If you give the energy panel a dynamic price sensor, every time the consumption sensor changes, that change is multiplied by the price and added to the cost total.

analog palm
ruby pumice
#

correct

#

it's got a separate running counter

#

not a simple static multiplication

analog palm
#

it's culmPrice+(energyUsed*currentPrice)

#

awesome