Add 2025 cost

This commit is contained in:
Aart van Halteren
2025-01-06 11:34:30 +01:00
parent 5cd52b8332
commit 11025018cc

View File

@@ -296,6 +296,10 @@ class Cost
vat = 1 + vat_at(Date.parse(formatted_hour))
normaal_kwh_cost = 0.25767769*vat
dal_kwh_cost = 0.25767769*vat
when 1735711200..1767160800
vat = 1 + vat_at(Date.parse(formatted_hour))
normaal_kwh_cost = 0.2695*vat
dal_kwh_cost = 0.2296*vat
else
p "Not supported interval Oxxio for value: %d" % date.to_time.to_i
# catch-all, incase 'formated_hour' is outside any of the cases