ElectricityCostDashboard icon indicating copy to clipboard operation
ElectricityCostDashboard copied to clipboard

Temperature weighted average price for electricity

Open Christer-Ekholm opened this issue 10 months ago • 0 comments

Price average for people who heating with electricity. 24 hour average power usage could be calculated for example like this

if t_c_avg24 < 20: weighted_power = 100w + 20 - t_c_avg24 * 100w else: weighted_power = 100w

so that every 1 Celsius causes 100w heating usage. Used over 24 hours because house is collecting heat during days.

Temperature measurement history is available for many places in Finland. UI could offer for example Tampere average by default

Christer-Ekholm avatar Apr 01 '24 13:04 Christer-Ekholm