From 9030940230057e6b55b1ddf439bf6477aba61333 Mon Sep 17 00:00:00 2001 From: Maximilian Stiefel Date: Sun, 29 Dec 2024 18:08:51 +0100 Subject: [PATCH] Modified example.json --- example.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/example.json b/example.json index ad5bb59..e10e9a2 100644 --- a/example.json +++ b/example.json @@ -3,8 +3,8 @@ "technologies": [ { "label": "Air water heat pump", - "installation_price": 112568.75, - "reinstallation_price": 120000, + "installation_price": 150000, + "reinstallation_price": 150000, "kwh_expenditure": 5453.4, "kwh_price": 2.1, "maintenance_price": 2000, @@ -14,7 +14,7 @@ }, { "label": "Geothermal heat pump", - "installation_price": 222788, + "installation_price": 240000, "reinstallation_price": 120000, "kwh_expenditure": 4519.1, "kwh_price": 1.94, @@ -30,7 +30,7 @@ "kwh_expenditure": 18768, "kwh_price": 0.95, "maintenance_price": 2000, - "maintenance_interval": 2, + "maintenance_interval": 50, "percent_inflation": 8, "years_lifespan": 50 }