Add 2025 cost
This commit is contained in:
@@ -296,6 +296,10 @@ class Cost
|
|||||||
vat = 1 + vat_at(Date.parse(formatted_hour))
|
vat = 1 + vat_at(Date.parse(formatted_hour))
|
||||||
normaal_kwh_cost = 0.25767769*vat
|
normaal_kwh_cost = 0.25767769*vat
|
||||||
dal_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
|
else
|
||||||
p "Not supported interval Oxxio for value: %d" % date.to_time.to_i
|
p "Not supported interval Oxxio for value: %d" % date.to_time.to_i
|
||||||
# catch-all, incase 'formated_hour' is outside any of the cases
|
# catch-all, incase 'formated_hour' is outside any of the cases
|
||||||
|
|||||||
Reference in New Issue
Block a user