Response¶
The response object contains 3 calculations:
- current building status (
actualBuildingStatus
) incl. it's energy coefficiency values - possible building status if every feature of the house would be renovated (
possibleBuildingStatus
) - the planned building status (
plannedBuildingStatus
) based on the features the user has selected to be renovated
Under project
it returns the base data of the property and project, and under projectPlan
it lists the estimated prices for renovating all of the possible house features.
Example Response¶
{
"co2Calculation": {
"actualBuildingStatus": {
"calculations": {
"specificHeatingDemand": 253.54,
"heatingFactorKea": 1.5,
"heatingFactorGhg": 0.421,
"totalHeatingDemand": 33467,
"primaryEnergyForHotWaterTemp": 4615,
"primaryEnergyForHeatingTemp": 50201,
"heatingGhgEmission": 14090,
"hotWaterGhgEmission": 1296,
"heatingGhgEquivalentCar": 93933.33,
"hotWaterGhgEquivalentCar": 8640,
"electricityGhgEquivalentCar": 15080,
"energyGhgEquivalentCar": 117653.33,
"heatingGhgEquivalentPlane": 6.4,
"hotWaterGhgEquivalentPlane": 0.59,
"electricityGhgEquivalentPlane": 1.03,
"energyGhgEquivalentPlane": 8.02,
"heatingGhgEquivalentTrees": 1409,
"hotWaterGhgEquivalentTrees": 129.6,
"electricityGhgEquivalentTrees": 226.2,
"energyGhgEquivalentTrees": 1764.8,
"totalHeatingCosts": 8534,
"totalHotWaterCosts": 785,
"totalElectricityCosts": 2340,
"totalEnergyCosts": { "calculatedValue": 11659 },
"totalEnergyBalancePerYear": { "calculatedValue": 60016 },
"energyGhgBalancePerYear": { "calculatedValue": 17648 },
"primaryEnergyForHeating": { "calculatedValue": 50201 },
"primaryEnergyForHotWater": { "calculatedValue": 4615 },
"totalPowerConsumptionPerYear": { "calculatedValue": 5200 },
"totalPowerProductionPerYear": 0,
"ownConsumption": 0,
"ownConsumptionType": null,
"powerConsumptionFromEnergyCosts": 2340,
"powerConsumptionFromEnergy": 5200,
"electricalFeedIntoGrid": 0,
"electricalFeedIntoGridCosts": 0,
"ghgSavingsSolarPowerSystem": 0,
"ghgBalanceOfPowerConsumption": 2262,
"solarPowerSystemHelpsToSave": 0,
"specificHeatingDemandPerSqm": 254,
"hwbCategory": "H",
"primaryEnergyPerSqm": 546,
"pebCategory": "H",
"ghgPerSqm": 160,
"ghgCategory": "H",
"efficiencyFactor": 6,
"efficiencyFactorCat": "H"
},
"formValues": {
"heatedLivingArea": 110,
"houseType": "singleFamilyHouse",
"energyStandard": "before1960",
"powerConsumers": [],
"hotWaterAmount": "low",
"hotWaterProducer": "heatingSystem",
"roomTemperature": "lessThan21",
"heatingSystem": "heatingOil",
"isSolarHeatingSystem": false,
"solarHeatingSystemType": "onlyHotWater",
"isSolarPowerSystem": false,
"solarPowerSystemSize": 15,
"devicesAreYoungerThan10Years": true,
"heatingSystemAge": "olderThan20Years",
"residentsCount": 4,
"renovations": ["newWindows"]
}
},
"possibleBuildingStatus": {
"calculations": {
"specificHeatingDemand": 72.1,
"heatingFactorKea": 0.408,
"heatingFactorGhg": 0.073,
"totalHeatingDemand": 9517,
"primaryEnergyForHotWaterTemp": 1256,
"primaryEnergyForHeatingTemp": 3883,
"heatingGhgEmission": 695,
"hotWaterGhgEmission": 223,
"heatingGhgEquivalentCar": 4633.33,
"hotWaterGhgEquivalentCar": 1486.67,
"electricityGhgEquivalentCar": -9326.67,
"energyGhgEquivalentCar": -3206.67,
"heatingGhgEquivalentPlane": 0.32,
"hotWaterGhgEquivalentPlane": 0.1,
"electricityGhgEquivalentPlane": -0.64,
"energyGhgEquivalentPlane": -0.22,
"heatingGhgEquivalentTrees": 69.5,
"hotWaterGhgEquivalentTrees": 22.3,
"electricityGhgEquivalentTrees": -139.9,
"energyGhgEquivalentTrees": -48.1,
"totalHeatingCosts": 0,
"totalHotWaterCosts": 0,
"totalElectricityCosts": 775,
"totalEnergyCosts": { "calculatedValue": 775 },
"totalEnergyBalancePerYear": { "calculatedValue": -4661 },
"energyGhgBalancePerYear": { "calculatedValue": -481 },
"primaryEnergyForHeating": { "calculatedValue": 0 },
"primaryEnergyForHotWater": { "calculatedValue": 0 },
"totalPowerConsumptionPerYear": { "calculatedValue": 10339 },
"totalPowerProductionPerYear": 15000,
"ownConsumption": 7237,
"ownConsumptionType": "currentOwnConsumption",
"powerConsumptionFromEnergyCosts": 1396,
"powerConsumptionFromEnergy": 3102,
"electricalFeedIntoGrid": 7763,
"electricalFeedIntoGridCosts": 621,
"ghgSavingsSolarPowerSystem": 5310,
"ghgBalanceOfPowerConsumption": -1399,
"solarPowerSystemHelpsToSave": 3878,
"specificHeatingDemandPerSqm": 72,
"hwbCategory": "B",
"primaryEnergyPerSqm": -42,
"pebCategory": "A+",
"ghgPerSqm": -4,
"ghgCategory": "A+",
"efficiencyFactor": 0,
"efficiencyFactorCat": "A+"
},
"formValues": {
"heatedLivingArea": 110,
"houseType": "singleFamilyHouse",
"energyStandard": "before1960",
"powerConsumers": [],
"hotWaterAmount": "low",
"hotWaterProducer": "heatingSystem",
"roomTemperature": "lessThan21",
"heatingSystem": "heatPump",
"isSolarHeatingSystem": false,
"solarHeatingSystemType": "onlyHotWater",
"isSolarPowerSystem": true,
"solarPowerSystemSize": 15,
"devicesAreYoungerThan10Years": true,
"heatingSystemAge": "lessThan10Years",
"residentsCount": 4,
"renovations": [
"newWindows",
"ceilingTopInsulation",
"ceilingBasementInsulation",
"facadeInsulation",
"domesticVentilation"
]
}
},
"plannedBuildingStatus": {
"calculations": {
"specificHeatingDemand": 177.94,
"heatingFactorKea": 1.5,
"heatingFactorGhg": 0.421,
"totalHeatingDemand": 23488,
"primaryEnergyForHotWaterTemp": 4615,
"primaryEnergyForHeatingTemp": 35232,
"heatingGhgEmission": 9888,
"hotWaterGhgEmission": 1296,
"heatingGhgEquivalentCar": 65920,
"hotWaterGhgEquivalentCar": 8640,
"electricityGhgEquivalentCar": 1393.33,
"energyGhgEquivalentCar": 75953.33,
"heatingGhgEquivalentPlane": 4.49,
"hotWaterGhgEquivalentPlane": 0.59,
"electricityGhgEquivalentPlane": 0.1,
"energyGhgEquivalentPlane": 5.18,
"heatingGhgEquivalentTrees": 988.8,
"hotWaterGhgEquivalentTrees": 129.6,
"electricityGhgEquivalentTrees": 20.9,
"energyGhgEquivalentTrees": 1139.3,
"totalHeatingCosts": 5989,
"totalHotWaterCosts": 785,
"totalElectricityCosts": 645,
"totalEnergyCosts": { "calculatedValue": 7419 },
"totalEnergyBalancePerYear": { "calculatedValue": 40047 },
"energyGhgBalancePerYear": { "calculatedValue": 11393 },
"primaryEnergyForHeating": { "calculatedValue": 35232 },
"primaryEnergyForHotWater": { "calculatedValue": 4615 },
"totalPowerConsumptionPerYear": { "calculatedValue": 5200 },
"totalPowerProductionPerYear": 5000,
"ownConsumption": 3500,
"ownConsumptionType": "maxOwnConsumption",
"powerConsumptionFromEnergyCosts": 765,
"powerConsumptionFromEnergy": 1700,
"electricalFeedIntoGrid": 1500,
"electricalFeedIntoGridCosts": 120,
"ghgSavingsSolarPowerSystem": 1770,
"ghgBalanceOfPowerConsumption": 209,
"solarPowerSystemHelpsToSave": 1695,
"specificHeatingDemandPerSqm": 178,
"hwbCategory": "F",
"primaryEnergyPerSqm": 364,
"pebCategory": "G",
"ghgPerSqm": 104,
"ghgCategory": "H",
"efficiencyFactor": 4,
"efficiencyFactorCat": "H"
},
"formValues": {
"heatedLivingArea": 110,
"houseType": "singleFamilyHouse",
"energyStandard": "before1960",
"powerConsumers": [],
"hotWaterAmount": "low",
"hotWaterProducer": "heatingSystem",
"roomTemperature": "lessThan21",
"heatingSystem": "heatingOil",
"isSolarHeatingSystem": false,
"solarHeatingSystemType": "onlyHotWater",
"isSolarPowerSystem": true,
"solarPowerSystemSize": 5,
"devicesAreYoungerThan10Years": true,
"heatingSystemAge": "olderThan20Years",
"residentsCount": 4,
"renovations": ["newWindows", "facadeInsulation"]
}
}
},
"project": {
"name": "Name of project",
"step": 1,
"type": "renovatingHouse",
"formValues": {
"fullAddress": "Bremen",
"coordinates": { "lat": 53.0793, "lng": 8.8017 },
"houseArea": 110,
"systemCalculatedValues": true,
"floorsNumber": 2,
"facadeInsulationArea": 269.94962493028214,
"facadeInsulationEquipmentType": "standard",
"facadeInsulationType": "single",
"newWindowsNumber": 8,
"extraLargeWindowsNumber": 0,
"liftAndSlideDoorsNumber": 0,
"newWindowsEquipmentType": "standard",
"roofArea": 0,
"roofEquipmentType": "standard",
"roofType": "flat",
"heatingSystemForRenovation": "heatPump",
"heatingSystemEquipmentType": "standard",
"solarPowerSystemEquipmentType": "standard",
"batteryStorageBlackoutOption": false,
"batteryStorageSize": 3,
"frontDoorEquipmentType": "standard",
"domesticVentilationEquipmentType": "standard",
"hotWaterWithNewHeatingSystem": false,
"ceilingTopInsulationArea": 0,
"ceilingBasementInsulationArea": 0,
"newSolarPowerSystemSize": 5,
"solarPowerSystemSizeInstallation": 3
},
"budget": 0,
"country": "DE",
"countryIndex": 130.3,
"price": 0,
"equipmentType": "standard",
"features": {
"enabled": ["heatingSystem", "newWindows", "facadeInsulation", "solarPowerSystem", "batteryStorage"],
"disabled": []
},
"meta": { "clientIP": "::ffff:10.0.2.236", "domain": "test.admin.iframe.meinbau.net" },
"tenantId": "65380966ca591e7ed187a330",
"iframeId": "6551ff6be56e0342243b100c",
"createdAt": "2024-01-11T08:51:23.610Z",
"updatedAt": "2024-01-11T08:51:23.780Z",
"__v": 0,
"buildingPrice": 0,
"zip": "28"
},
"projectPlan": {
"projectId": "659fac0b6d878d026d1166ac",
"price": 42200,
"categories": {
"batteryStorage": {
"calculatedPrice": 3900,
"avgEquipmentType": null,
"hasMixedEquipmentType": false,
"planningItems": {
"batteryStorage": {
"calculatedPrice": 3900,
"hasEquipmentTypes": false,
"equipmentType": "standard"
}
}
},
"facadeInsulation": {
"calculatedPrice": 22900,
"avgEquipmentType": "standard",
"hasMixedEquipmentType": false,
"planningItems": {
"facadeInsulation": {
"calculatedPrice": 22900,
"hasEquipmentTypes": true,
"equipmentType": "standard"
}
}
},
"heatingSystem": {
"calculatedPrice": 0,
"avgEquipmentType": "standard",
"hasMixedEquipmentType": false,
"planningItems": {
"heatingSystem": { "calculatedPrice": 0, "hasEquipmentTypes": true, "equipmentType": "standard" }
}
},
"newWindows": {
"calculatedPrice": 6300,
"avgEquipmentType": "standard",
"hasMixedEquipmentType": false,
"planningItems": {
"newWindows": { "calculatedPrice": 6300, "hasEquipmentTypes": true, "equipmentType": "standard" }
}
},
"solarPowerSystem": {
"calculatedPrice": 9100,
"avgEquipmentType": "standard",
"hasMixedEquipmentType": false,
"planningItems": {
"solarPowerSystem": {
"calculatedPrice": 9100,
"hasEquipmentTypes": true,
"equipmentType": "standard"
}
}
}
}
}
}