Download OpenAPI specification:Download
API to model building energy consumption.
A model represents an upgrade package. Every model is within a timeline. You can have a single model in a timeline or multiple models spread across a timeline
Successfully generated models
Incoming payload does not conform to the spec
Incoming payload is well-formed but failed validation
Generic error for unwanted exceptions
{- "addressFoundFull": "string",
- "addressFoundComponents": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateAbbreviation": "string",
- "zipCode": "string"
}, - "globalControls": {
- "useFixture": false,
- "fixtureName": "simple-bare-bones",
- "debug": false,
- "includeInputs": true,
- "includeDefaultAssumptions": false,
- "includeBase": true,
- "includeStatusQuoTimeline": false,
- "includeTypical": false,
- "financialAnalysisOptions": [
- "difference",
- "installed costs",
- "energy costs"
], - "resolution": [
- "annual",
- "monthly"
], - "timelineStartDate": "string",
- "timelineDurationInYears": 0,
- "units": {
- "energyStandard": "MBtu",
- "coal": "MBtu",
- "electricity": "MBtu",
- "fuelOil": "MBtu",
- "naturalGas": "MBtu",
- "propane": "MBtu",
- "woodCord": "MBtu",
- "woodPellets": "MBtu",
- "monetary": "USD",
- "emissions": "CO2"
}, - "escalationRates": {
- "electricity": [
- 0
], - "naturalGas": [
- 0
], - "equipmentUpgrades": [
- 0
]
}
}, - "defaultModelControls": {
- "allowIncreasedFixedCapacities": false,
- "heatPumpSizingMethodology": "acca",
- "occupancyCalculationType": "asset",
- "energyCostRates": {
- "coal": {
- "mbtu": 0
}, - "electricity": {
- "kwh": 0
}, - "fuelOil": {
- "mbtu": 0
}, - "naturalGas": {
- "ccf": 0
}, - "propane": {
- "mbtu": 0
}, - "woodCord": {
- "mbtu": 0
}, - "woodPellets": {
- "mbtu": 0
}
}, - "weather": {
- "label": "string",
- "type": "epw",
- "encoding": "base64",
- "data": "string",
- "checksum": "string"
}
}, - "timelines": [
- {
- "id": "string",
- "radiantId": "string",
- "label": "string",
- "comparedTo": "string",
- "models": [
- {
- "id": "string",
- "radiantId": "string",
- "label": "string",
- "appliedOn": "string",
- "modelControls": {
- "allowIncreasedFixedCapacities": false,
- "heatPumpSizingMethodology": "acca",
- "occupancyCalculationType": "asset",
- "energyCostRates": {
- "coal": {
- "mbtu": null
}, - "electricity": {
- "kwh": null
}, - "fuelOil": {
- "mbtu": null
}, - "naturalGas": {
- "ccf": null
}, - "propane": {
- "mbtu": null
}, - "woodCord": {
- "mbtu": null
}, - "woodPellets": {
- "mbtu": null
}
}, - "weather": {
- "label": "string",
- "type": "epw",
- "encoding": "base64",
- "data": "string",
- "checksum": "string"
}
}, - "loans": [
- {
- "id": "string",
- "label": "string",
- "description": "string",
- "termInMonths": 0,
- "interestRateAnnual": 0,
- "principalValue": 0,
- "downPayment": 0,
- "closingCost": 0,
- "minLoanAmount": 0,
- "maxLoanAmount": 0
}
], - "incentives": [
- {
- "id": "string",
- "fixedAmount": 0,
- "relativeFraction": 1,
- "absoluteMin": 0,
- "absoluteMax": 0,
- "availableDate": "string"
}
], - "automatedMeasures": {
- "existingHvacHeatingSystem": {
- "adjust": {
- "heatLoadFraction": null,
- "backup": null
}, - "action": "keep",
- "costs": [
- { }
]
}, - "existingHvacCoolingSystem": {
- "adjust": {
- "coolLoadFraction": null
}, - "action": "keep",
- "costs": [
- { }
]
}, - "existingHvacDistributionSystem": {
- "adjust": {
- "leakageUnits": null,
- "leakageValue": null,
- "insulationRValue": null
}, - "action": "keep",
- "costs": [
- { }
]
}, - "existingWaterHeatingSystem": {
- "adjust": {
- "dhwLoadFraction": null
}, - "action": "keep",
- "costs": [
- { }
]
}, - "newHeatPump": {
- "systemType": "heat pump",
- "performanceClass": "federal minimally compliant",
- "heatLoadFraction": 1,
- "heatLoadGapFraction": 1,
- "coolLoadFraction": 1,
- "coolLoadGapFraction": 1,
- "costs": [
- { }
]
}, - "newWaterHeatingSystem": {
- "systemType": "heat pump water heater",
- "efficiencyClass": "standard",
- "dhwLoadFraction": 1,
- "costs": [
- { }
]
}, - "thermostat": {
- "adjust": {
- "heatingSeason": { },
- "coolingSeason": { }
}, - "costs": [
- { }
]
}, - "airSealing": {
- "adjust": {
- "rateUnit": null,
- "rate": null,
- "housePressurePa": null
}, - "costs": [
- { }
]
}, - "atticInsulation": {
- "adjust": {
- "floorAssemblyEffectiveRValue": null
}, - "costs": [
- { }
]
}
}, - "customMeasures": [
- {
- "label": "string",
- "description": "string",
- "costs": [
- { }
]
}
], - "providedBaseBuilding": {
- "buildingSummary": {
- "conditionedFloorArea": 0,
- "averageCeilingHeight": 0,
- "bathCount": 0,
- "bedroomsCount": 0,
- "residentCount": 0,
- "storiesCount": 0,
- "windowToWallFraction": 0,
- "yearBuilt": 1601,
- "propertyUse": "single-family detached"
}, - "enclosure": {
- "airInfiltration": {
- "rate": null,
- "rateUnit": null,
- "housePressurePa": null
}, - "attics": [
- { }
], - "roofs": [
- { }
], - "foundations": [
- { }
], - "walls": [
- { }
]
}, - "systems": {
- "hvac": {
- "hvacCoolingSystems": [ ],
- "hvacHeatingSystems": [ ],
- "hvacHeatPumps": [ ],
- "hvacDistributionSystems": { },
- "hvacControlSystems": [ ],
- "coolLoadGapFraction": null,
- "heatLoadGapFraction": null
}, - "waterHeating": {
- "waterHeatingSystems": [ ]
}, - "electricalPanels": [
- { }
], - "photovoltaics": [
- { }
]
}, - "appliances": {
- "clothesDryers": [
- { }
], - "cookingRanges": [
- { }
]
}
}, - "appliedBaseBuilding": {
- "buildingSummary": {
- "conditionedFloorArea": 0,
- "averageCeilingHeight": 0,
- "bathCount": 0,
- "bedroomsCount": 0,
- "residentCount": 0,
- "storiesCount": 0,
- "windowToWallFraction": 0,
- "yearBuilt": 1601,
- "propertyUse": "single-family detached"
}, - "enclosure": {
- "airInfiltration": {
- "rate": null,
- "rateUnit": null,
- "housePressurePa": null
}, - "attics": [
- { }
], - "roofs": [
- { }
], - "foundations": [
- { }
], - "walls": [
- { }
]
}, - "systems": {
- "hvac": {
- "hvacCoolingSystems": [ ],
- "hvacHeatingSystems": [ ],
- "hvacHeatPumps": [ ],
- "hvacDistributionSystems": { },
- "hvacControlSystems": [ ],
- "coolLoadGapFraction": null,
- "heatLoadGapFraction": null
}, - "waterHeating": {
- "waterHeatingSystems": [ ]
}, - "electricalPanels": [
- { }
], - "photovoltaics": [
- { }
]
}, - "appliances": {
- "clothesDryers": [
- { }
], - "cookingRanges": [
- { }
]
}
}, - "requestedImprovedBuilding": {
- "enclosure": {
- "airInfiltration": {
- "rate": null,
- "rateUnit": null,
- "housePressurePa": null,
- "costs": [ ]
}, - "attics": [
- { }
], - "roofs": [
- { }
], - "foundations": [
- { }
], - "walls": [
- { }
]
}, - "systems": {
- "hvac": {
- "hvacCoolingSystems": [ ],
- "hvacHeatingSystems": [ ],
- "hvacHeatPumps": [ ],
- "hvacDistributionSystems": { },
- "hvacControlSystems": [ ],
- "coolLoadGapFraction": null,
- "heatLoadGapFraction": null
}, - "waterHeating": {
- "waterHeatingSystems": [ ]
}, - "electricalPanels": [
- { }
], - "photovoltaics": [
- { }
]
}, - "appliances": {
- "clothesDryers": [
- { }
], - "cookingRanges": [
- { }
]
}
}, - "appliedImprovedBuilding": {
- "buildingSummary": {
- "conditionedFloorArea": 0,
- "averageCeilingHeight": 0,
- "bathCount": 0,
- "bedroomsCount": 0,
- "residentCount": 0,
- "storiesCount": 0,
- "windowToWallFraction": 0,
- "yearBuilt": 1601,
- "propertyUse": "single-family detached"
}, - "enclosure": {
- "airInfiltration": {
- "rate": null,
- "rateUnit": null,
- "housePressurePa": null,
- "costs": [ ]
}, - "attics": [
- { }
], - "roofs": [
- { }
], - "foundations": [
- { }
], - "walls": [
- { }
]
}, - "systems": {
- "hvac": {
- "hvacCoolingSystems": [ ],
- "hvacHeatingSystems": [ ],
- "hvacHeatPumps": [ ],
- "hvacDistributionSystems": { },
- "hvacControlSystems": [ ],
- "coolLoadGapFraction": null,
- "heatLoadGapFraction": null
}, - "waterHeating": {
- "waterHeatingSystems": [ ]
}, - "electricalPanels": [
- { }
], - "photovoltaics": [
- { }
]
}, - "appliances": {
- "clothesDryers": [
- { }
], - "cookingRanges": [
- { }
]
}
}, - "userData": {
- "property1": "string",
- "property2": "string"
}, - "modelCosts": {
- "totalImplementationCost": 0,
- "totalIncentives": 0,
- "netModelCost": 0
}, - "energyTotals": {
- "annual": {
- "coalTotal": {
- "mbtu": [ ]
}, - "electricityTotal": {
- "kwh": [ ],
- "mbtu": [ ]
}, - "fuelOilTotal": {
- "mbtu": [ ]
}, - "naturalGasTotal": {
- "mbtu": [ ]
}, - "propaneTotal": {
- "mbtu": [ ]
}, - "woodCordTotal": {
- "mbtu": [ ]
}, - "woodPelletsTotal": {
- "mbtu": [ ]
}, - "total": {
- "mbtu": [ ]
}
}, - "monthly": {
- "coalTotal": {
- "mbtu": [ ]
}, - "electricityTotal": {
- "kwh": [ ],
- "mbtu": [ ]
}, - "fuelOilTotal": {
- "mbtu": [ ]
}, - "naturalGasTotal": {
- "mbtu": [ ]
}, - "propaneTotal": {
- "mbtu": [ ]
}, - "woodCordTotal": {
- "mbtu": [ ]
}, - "woodPelletsTotal": {
- "mbtu": [ ]
}, - "total": {
- "mbtu": [ ]
}
}, - "hourly": {
- "coalTotal": {
- "mbtu": [ ]
}, - "electricityTotal": {
- "kwh": [ ],
- "mbtu": [ ]
}, - "fuelOilTotal": {
- "mbtu": [ ]
}, - "naturalGasTotal": {
- "mbtu": [ ]
}, - "propaneTotal": {
- "mbtu": [ ]
}, - "woodCordTotal": {
- "mbtu": [ ]
}, - "woodPelletsTotal": {
- "mbtu": [ ]
}, - "total": {
- "mbtu": [ ]
}
}
}, - "energyEndUses": {
- "annual": {
- "coal": {
- "battery": { },
- "ceilingFan": { },
- "clothesDryer": { },
- "clothesWasher": { },
- "cooling": { },
- "coolingFansPumps": { },
- "dehumidifier": { },
- "dishwasher": { },
- "fireplace": { },
- "freezer": { },
- "generator": { },
- "grill": { },
- "heating": { },
- "heatingFansPumps": { },
- "heatingHeatPumpBackup": { },
- "heatingHeatPumpBackupFansPumps": { },
- "hotWater": { },
- "hotWaterRecircPump": { },
- "hotWaterSolarThermalPump": { },
- "lighting": { },
- "lightingExterior": { },
- "lightingGarage": { },
- "lightingInterior": { },
- "mechVent": { },
- "mechVentPrecool": { },
- "mechVentPreheat": { },
- "permanentSpaHeater": { },
- "permanentSpaPump": { },
- "plugLoads": { },
- "poolHeater": { },
- "poolPump": { },
- "pv": { },
- "rangeOven": { },
- "refrigerator": { },
- "television": { },
- "vehicle": { },
- "wellPump": { },
- "wholeHouseFan": { }
}, - "electricity": {
- "battery": { },
- "ceilingFan": { },
- "clothesDryer": { },
- "clothesWasher": { },
- "cooling": { },
- "coolingFansPumps": { },
- "dehumidifier": { },
- "dishwasher": { },
- "fireplace": { },
- "freezer": { },
- "generator": { },
- "grill": { },
- "heating": { },
- "heatingFansPumps": { },
- "heatingHeatPumpBackup": { },
- "heatingHeatPumpBackupFansPumps": { },
- "hotWater": { },
- "hotWaterRecircPump": { },
- "hotWaterSolarThermalPump": { },
- "lighting": { },
- "lightingExterior": { },
- "lightingGarage": { },
- "lightingInterior": { },
- "mechVent": { },
- "mechVentPrecool": { },
- "mechVentPreheat": { },
- "permanentSpaHeater": { },
- "permanentSpaPump": { },
- "plugLoads": { },
- "poolHeater": { },
- "poolPump": { },
- "pv": { },
- "rangeOven": { },
- "refrigerator": { },
- "television": { },
- "vehicle": { },
- "wellPump": { },
- "wholeHouseFan": { }
}, - "fuelOil": {
- "battery": { },
- "ceilingFan": { },
- "clothesDryer": { },
- "clothesWasher": { },
- "cooling": { },
- "coolingFansPumps": { },
- "dehumidifier": { },
- "dishwasher": { },
- "fireplace": { },
- "freezer": { },
- "generator": { },
- "grill": { },
- "heating": { },
- "heatingFansPumps": { },
- "heatingHeatPumpBackup": { },
- "heatingHeatPumpBackupFansPumps": { },
- "hotWater": { },
- "hotWaterRecircPump": { },
- "hotWaterSolarThermalPump": { },
- "lighting": { },
- "lightingExterior": { },
- "lightingGarage": { },
- "lightingInterior": { },
- "mechVent": { },
- "mechVentPrecool": { },
- "mechVentPreheat": { },
- "permanentSpaHeater": { },
- "permanentSpaPump": { },
- "plugLoads": { },
- "poolHeater": { },
- "poolPump": { },
- "pv": { },
- "rangeOven": { },
- "refrigerator": { },
- "television": { },
- "vehicle": { },
- "wellPump": { },
- "wholeHouseFan": { }
}, - "naturalGas": {
- "battery": { },
- "ceilingFan": { },
- "clothesDryer": { },
- "clothesWasher": { },
- "cooling": { },
- "coolingFansPumps": { },
- "dehumidifier": { },
- "dishwasher": { },
- "fireplace": { },
- "freezer": { },
- "generator": { },
- "grill": { },
- "heating": { },
- "heatingFansPumps": { },
- "heatingHeatPumpBackup": { },
- "heatingHeatPumpBackupFansPumps": { },
- "hotWater": { },
- "hotWaterRecircPump": { },
- "hotWaterSolarThermalPump": { },
- "lighting": { },
- "lightingExterior": { },
- "lightingGarage": { },
- "lightingInterior": { },
- "mechVent": { },
- "mechVentPrecool": { },
- "mechVentPreheat": { },
- "permanentSpaHeater": { },
- "permanentSpaPump": { },
- "plugLoads": { },
- "poolHeater": { },
- "poolPump": { },
- "pv": { },
- "rangeOven": { },
- "refrigerator": { },
- "television": { },
- "vehicle": { },
- "wellPump": { },
- "wholeHouseFan": { }
}, - "propane": {
- "battery": { },
- "ceilingFan": { },
- "clothesDryer": { },
- "clothesWasher": { },
- "cooling": { },
- "coolingFansPumps": { },
- "dehumidifier": { },
- "dishwasher": { },
- "fireplace": { },
- "freezer": { },
- "generator": { },
- "grill": { },
- "heating": { },
- "heatingFansPumps": { },
- "heatingHeatPumpBackup": { },
- "heatingHeatPumpBackupFansPumps": { },
- "hotWater": { },
- "hotWaterRecircPump": { },
- "hotWaterSolarThermalPump": { },
- "lighting": { },
- "lightingExterior": { },
- "lightingGarage": { },
- "lightingInterior": { },
- "mechVent": { },
- "mechVentPrecool": { },
- "mechVentPreheat": { },
- "permanentSpaHeater": { },
- "permanentSpaPump": { },
- "plugLoads": { },
- "poolHeater": { },
- "poolPump": { },
- "pv": { },
- "rangeOven": { },
- "refrigerator": { },
- "television": { },
- "vehicle": { },
- "wellPump": { },
- "wholeHouseFan": { }
}, - "woodCord": {
- "battery": { },
- "ceilingFan": { },
- "clothesDryer": { },
- "clothesWasher": { },
- "cooling": { },
- "coolingFansPumps": { },
- "dehumidifier": { },
- "dishwasher": { },
- "fireplace": { },
- "freezer": { },
- "generator": { },
- "grill": { },
- "heating": { },
- "heatingFansPumps": { },
- "heatingHeatPumpBackup": { },
- "heatingHeatPumpBackupFansPumps": { },
- "hotWater": { },
- "hotWaterRecircPump": { },
- "hotWaterSolarThermalPump": { },
- "lighting": { },
- "lightingExterior": { },
- "lightingGarage": { },
- "lightingInterior": { },
- "mechVent": { },
- "mechVentPrecool": { },
- "mechVentPreheat": { },
- "permanentSpaHeater": { },
- "permanentSpaPump": { },
- "plugLoads": { },
- "poolHeater": { },
- "poolPump": { },
- "pv": { },
- "rangeOven": { },
- "refrigerator": { },
- "television": { },
- "vehicle": { },
- "wellPump": { },
- "wholeHouseFan": { }
}, - "woodPellets": {
- "battery": { },
- "ceilingFan": { },
- "clothesDryer": { },
- "clothesWasher": { },
- "cooling": { },
- "coolingFansPumps": { },
- "dehumidifier": { },
- "dishwasher": { },
- "fireplace": { },
- "freezer": { },
- "generator": { },
- "grill": { },
- "heating": { },
- "heatingFansPumps": { },
- "heatingHeatPumpBackup": { },
- "heatingHeatPumpBackupFansPumps": { },
- "hotWater": { },
- "hotWaterRecircPump": { },
- "hotWaterSolarThermalPump": { },
- "lighting": { },
- "lightingExterior": { },
- "lightingGarage": { },
- "lightingInterior": { },
- "mechVent": { },
- "mechVentPrecool": { },
- "mechVentPreheat": { },
- "permanentSpaHeater": { },
- "permanentSpaPump": { },
- "plugLoads": { },
- "poolHeater": { },
- "poolPump": { },
- "pv": { },
- "rangeOven": { },
- "refrigerator": { },
- "television": { },
- "vehicle": { },
- "wellPump": { },
- "wholeHouseFan": { }
}
}, - "monthly": {
- "coal": {
- "battery": { },
- "ceilingFan": { },
- "clothesDryer": { },
- "clothesWasher": { },
- "cooling": { },
- "coolingFansPumps": { },
- "dehumidifier": { },
- "dishwasher": { },
- "fireplace": { },
- "freezer": { },
- "generator": { },
- "grill": { },
- "heating": { },
- "heatingFansPumps": { },
- "heatingHeatPumpBackup": { },
- "heatingHeatPumpBackupFansPumps": { },
- "hotWater": { },
- "hotWaterRecircPump": { },
- "hotWaterSolarThermalPump": { },
- "lighting": { },
- "lightingExterior": { },
- "lightingGarage": { },
- "lightingInterior": { },
- "mechVent": { },
- "mechVentPrecool": { },
- "mechVentPreheat": { },
- "permanentSpaHeater": { },
- "permanentSpaPump": { },
- "plugLoads": { },
- "poolHeater": { },
- "poolPump": { },
- "pv": { },
- "rangeOven": { },
- "refrigerator": { },
- "television": { },
- "vehicle": { },
- "wellPump": { },
- "wholeHouseFan": { }
}, - "electricity": {
- "battery": { },
- "ceilingFan": { },
- "clothesDryer": { },
- "clothesWasher": { },
- "cooling": { },
- "coolingFansPumps": { },
- "dehumidifier": { },
- "dishwasher": { },
- "fireplace": { },
- "freezer": { },
- "generator": { },
- "grill": { },
- "heating": { },
- "heatingFansPumps": { },
- "heatingHeatPumpBackup": { },
- "heatingHeatPumpBackupFansPumps": { },
- "hotWater": { },
- "hotWaterRecircPump": { },
- "hotWaterSolarThermalPump": { },
- "lighting": { },
- "lightingExterior": { },
- "lightingGarage": { },
- "lightingInterior": { },
- "mechVent": { },
- "mechVentPrecool": { },
- "mechVentPreheat": { },
- "permanentSpaHeater": { },
- "permanentSpaPump": { },
- "plugLoads": { },
- "poolHeater": { },
- "poolPump": { },
- "pv": { },
- "rangeOven": { },
- "refrigerator": { },
- "television": { },
- "vehicle": { },
- "wellPump": { },
- "wholeHouseFan": { }
}, - "fuelOil": {
- "battery": { },
- "ceilingFan": { },
- "clothesDryer": { },
- "clothesWasher": { },
- "cooling": { },
- "coolingFansPumps": { },
- "dehumidifier": { },
- "dishwasher": { },
- "fireplace": { },
- "freezer": { },
- "generator": { },
- "grill": { },
- "heating": { },
- "heatingFansPumps": { },
- "heatingHeatPumpBackup": { },
- "heatingHeatPumpBackupFansPumps": { },
- "hotWater": { },
- "hotWaterRecircPump": { },
- "hotWaterSolarThermalPump": { },
- "lighting": { },
- "lightingExterior": { },
- "lightingGarage": { },
- "lightingInterior": { },
- "mechVent": { },
- "mechVentPrecool": { },
- "mechVentPreheat": { },
- "permanentSpaHeater": { },
- "permanentSpaPump": { },
- "plugLoads": { },
- "poolHeater": { },
- "poolPump": { },
- "pv": { },
- "rangeOven": { },
- "refrigerator": { },
- "television": { },
- "vehicle": { },
- "wellPump": { },
- "wholeHouseFan": { }
}, - "naturalGas": {
- "battery": { },
- "ceilingFan": { },
- "clothesDryer": { },
- "clothesWasher": { },
- "cooling": { },
- "coolingFansPumps": { },
- "dehumidifier": { },
- "dishwasher": { },
- "fireplace": { },
- "freezer": { },
- "generator": { },
- "grill": { },
- "heating": { },
- "heatingFansPumps": { },
- "heatingHeatPumpBackup": { },
- "heatingHeatPumpBackupFansPumps": { },
- "hotWater": { },
- "hotWaterRecircPump": { },
- "hotWaterSolarThermalPump": { },
- "lighting": { },
- "lightingExterior": { },
- "lightingGarage": { },
- "lightingInterior": { },
- "mechVent": { },
- "mechVentPrecool": { },
- "mechVentPreheat": { },
- "permanentSpaHeater": { },
- "permanentSpaPump": { },
- "plugLoads": { },
- "poolHeater": { },
- "poolPump": { },
- "pv": { },
- "rangeOven": { },
- "refrigerator": { },
- "television": { },
- "vehicle": { },
- "wellPump": { },
- "wholeHouseFan": { }
}, - "propane": {
- "battery": { },
- "ceilingFan": { },
- "clothesDryer": { },
- "clothesWasher": { },
- "cooling": { },
- "coolingFansPumps": { },
- "dehumidifier": { },
- "dishwasher": { },
- "fireplace": { },
- "freezer": { },
- "generator": { },
- "grill": { },
- "heating": { },
- "heatingFansPumps": { },
- "heatingHeatPumpBackup": { },
- "heatingHeatPumpBackupFansPumps": { },
- "hotWater": { },
- "hotWaterRecircPump": { },
- "hotWaterSolarThermalPump": { },
- "lighting": { },
- "lightingExterior": { },
- "lightingGarage": { },
- "lightingInterior": { },
- "mechVent": { },
- "mechVentPrecool": { },
- "mechVentPreheat": { },
- "permanentSpaHeater": { },
- "permanentSpaPump": { },
- "plugLoads": { },
- "poolHeater": { },
- "poolPump": { },
- "pv": { },
- "rangeOven": { },
- "refrigerator": { },
- "television": { },
- "vehicle": { },
- "wellPump": { },
- "wholeHouseFan": { }
}, - "woodCord": {
- "battery": { },
- "ceilingFan": { },
- "clothesDryer": { },
- "clothesWasher": { },
- "cooling": { },
- "coolingFansPumps": { },
- "dehumidifier": { },
- "dishwasher": { },
- "fireplace": { },
- "freezer": { },
- "generator": { },
- "grill": { },
- "heating": { },
- "heatingFansPumps": { },
- "heatingHeatPumpBackup": { },
- "heatingHeatPumpBackupFansPumps": { },
- "hotWater": { },
- "hotWaterRecircPump": { },
- "hotWaterSolarThermalPump": { },
- "lighting": { },
- "lightingExterior": { },
- "lightingGarage": { },
- "lightingInterior": { },
- "mechVent": { },
- "mechVentPrecool": { },
- "mechVentPreheat": { },
- "permanentSpaHeater": { },
- "permanentSpaPump": { },
- "plugLoads": { },
- "poolHeater": { },
- "poolPump": { },
- "pv": { },
- "rangeOven": { },
- "refrigerator": { },
- "television": { },
- "vehicle": { },
- "wellPump": { },
- "wholeHouseFan": { }
}, - "woodPellets": {
- "battery": { },
- "ceilingFan": { },
- "clothesDryer": { },
- "clothesWasher": { },
- "cooling": { },
- "coolingFansPumps": { },
- "dehumidifier": { },
- "dishwasher": { },
- "fireplace": { },
- "freezer": { },
- "generator": { },
- "grill": { },
- "heating": { },
- "heatingFansPumps": { },
- "heatingHeatPumpBackup": { },
- "heatingHeatPumpBackupFansPumps": { },
- "hotWater": { },
- "hotWaterRecircPump": { },
- "hotWaterSolarThermalPump": { },
- "lighting": { },
- "lightingExterior": { },
- "lightingGarage": { },
- "lightingInterior": { },
- "mechVent": { },
- "mechVentPrecool": { },
- "mechVentPreheat": { },
- "permanentSpaHeater": { },
- "permanentSpaPump": { },
- "plugLoads": { },
- "poolHeater": { },
- "poolPump": { },
- "pv": { },
- "rangeOven": { },
- "refrigerator": { },
- "television": { },
- "vehicle": { },
- "wellPump": { },
- "wholeHouseFan": { }
}
}, - "hourly": {
- "coal": {
- "battery": { },
- "ceilingFan": { },
- "clothesDryer": { },
- "clothesWasher": { },
- "cooling": { },
- "coolingFansPumps": { },
- "dehumidifier": { },
- "dishwasher": { },
- "fireplace": { },
- "freezer": { },
- "generator": { },
- "grill": { },
- "heating": { },
- "heatingFansPumps": { },
- "heatingHeatPumpBackup": { },
- "heatingHeatPumpBackupFansPumps": { },
- "hotWater": { },
- "hotWaterRecircPump": { },
- "hotWaterSolarThermalPump": { },
- "lighting": { },
- "lightingExterior": { },
- "lightingGarage": { },
- "lightingInterior": { },
- "mechVent": { },
- "mechVentPrecool": { },
- "mechVentPreheat": { },
- "permanentSpaHeater": { },
- "permanentSpaPump": { },
- "plugLoads": { },
- "poolHeater": { },
- "poolPump": { },
- "pv": { },
- "rangeOven": { },
- "refrigerator": { },
- "television": { },
- "vehicle": { },
- "wellPump": { },
- "wholeHouseFan": { }
}, - "electricity": {
- "battery": { },
- "ceilingFan": { },
- "clothesDryer": { },
- "clothesWasher": { },
- "cooling": { },
- "coolingFansPumps": { },
- "dehumidifier": { },
- "dishwasher": { },
- "fireplace": { },
- "freezer": { },
- "generator": { },
- "grill": { },
- "heating": { },
- "heatingFansPumps": { },
- "heatingHeatPumpBackup": { },
- "heatingHeatPumpBackupFansPumps": { },
- "hotWater": { },
- "hotWaterRecircPump": { },
- "hotWaterSolarThermalPump": { },
- "lighting": { },
- "lightingExterior": { },
- "lightingGarage": { },
- "lightingInterior": { },
- "mechVent": { },
- "mechVentPrecool": { },
- "mechVentPreheat": { },
- "permanentSpaHeater": { },
- "permanentSpaPump": { },
- "plugLoads": { },
- "poolHeater": { },
- "poolPump": { },
- "pv": { },
- "rangeOven": { },
- "refrigerator": { },
- "television": { },
- "vehicle": { },
- "wellPump": { },
- "wholeHouseFan": { }
}, - "fuelOil": {
- "battery": { },
- "ceilingFan": { },
- "clothesDryer": { },
- "clothesWasher": { },
- "cooling": { },
- "coolingFansPumps": { },
- "dehumidifier": { },
- "dishwasher": { },
- "fireplace": { },
- "freezer": { },
- "generator": { },
- "grill": { },
- "heating": { },
- "heatingFansPumps": { },
- "heatingHeatPumpBackup": { },
- "heatingHeatPumpBackupFansPumps": { },
- "hotWater": { },
- "hotWaterRecircPump": { },
- "hotWaterSolarThermalPump": { },
- "lighting": { },
- "lightingExterior": { },
- "lightingGarage": { },
- "lightingInterior": { },
- "mechVent": { },
- "mechVentPrecool": { },
- "mechVentPreheat": { },
- "permanentSpaHeater": { },
- "permanentSpaPump": { },
- "plugLoads": { },
- "poolHeater": { },
- "poolPump": { },
- "pv": { },
- "rangeOven": { },
- "refrigerator": { },
- "television": { },
- "vehicle": { },
- "wellPump": { },
- "wholeHouseFan": { }
}, - "naturalGas": {
- "battery": { },
- "ceilingFan": { },
- "clothesDryer": { },
- "clothesWasher": { },
- "cooling": { },
- "coolingFansPumps": { },
- "dehumidifier": { },
- "dishwasher": { },
- "fireplace": { },
- "freezer": { },
- "generator": { },
- "grill": { },
- "heating": { },
- "heatingFansPumps": { },
- "heatingHeatPumpBackup": { },
- "heatingHeatPumpBackupFansPumps": { },
- "hotWater": { },
- "hotWaterRecircPump": { },
- "hotWaterSolarThermalPump": { },
- "lighting": { },
- "lightingExterior": { },
- "lightingGarage": { },
- "lightingInterior": { },
- "mechVent": { },
- "mechVentPrecool": { },
- "mechVentPreheat": { },
- "permanentSpaHeater": { },
- "permanentSpaPump": { },
- "plugLoads": { },
- "poolHeater": { },
- "poolPump": { },
- "pv": { },
- "rangeOven": { },
- "refrigerator": { },
- "television": { },
- "vehicle": { },
- "wellPump": { },
- "wholeHouseFan": { }
}, - "propane": {
- "battery": { },
- "ceilingFan": { },
- "clothesDryer": { },
- "clothesWasher": { },
- "cooling": { },
- "coolingFansPumps": { },
- "dehumidifier": { },
- "dishwasher": { },
- "fireplace": { },
- "freezer": { },
- "generator": { },
- "grill": { },
- "heating": { },
- "heatingFansPumps": { },
- "heatingHeatPumpBackup": { },
- "heatingHeatPumpBackupFansPumps": { },
- "hotWater": { },
- "hotWaterRecircPump": { },
- "hotWaterSolarThermalPump": { },
- "lighting": { },
- "lightingExterior": { },
- "lightingGarage": { },
- "lightingInterior": { },
- "mechVent": { },
- "mechVentPrecool": { },
- "mechVentPreheat": { },
- "permanentSpaHeater": { },
- "permanentSpaPump": { },
- "plugLoads": { },
- "poolHeater": { },
- "poolPump": { },
- "pv": { },
- "rangeOven": { },
- "refrigerator": { },
- "television": { },
- "vehicle": { },
- "wellPump": { },
- "wholeHouseFan": { }
}, - "woodCord": {
- "battery": { },
- "ceilingFan": { },
- "clothesDryer": { },
- "clothesWasher": { },
- "cooling": { },
- "coolingFansPumps": { },
- "dehumidifier": { },
- "dishwasher": { },
- "fireplace": { },
- "freezer": { },
- "generator": { },
- "grill": { },
- "heating": { },
- "heatingFansPumps": { },
- "heatingHeatPumpBackup": { },
- "heatingHeatPumpBackupFansPumps": { },
- "hotWater": { },
- "hotWaterRecircPump": { },
- "hotWaterSolarThermalPump": { },
- "lighting": { },
- "lightingExterior": { },
- "lightingGarage": { },
- "lightingInterior": { },
- "mechVent": { },
- "mechVentPrecool": { },
- "mechVentPreheat": { },
- "permanentSpaHeater": { },
- "permanentSpaPump": { },
- "plugLoads": { },
- "poolHeater": { },
- "poolPump": { },
- "pv": { },
- "rangeOven": { },
- "refrigerator": { },
- "television": { },
- "vehicle": { },
- "wellPump": { },
- "wholeHouseFan": { }
}, - "woodPellets": {
- "battery": { },
- "ceilingFan": { },
- "clothesDryer": { },
- "clothesWasher": { },
- "cooling": { },
- "coolingFansPumps": { },
- "dehumidifier": { },
- "dishwasher": { },
- "fireplace": { },
- "freezer": { },
- "generator": { },
- "grill": { },
- "heating": { },
- "heatingFansPumps": { },
- "heatingHeatPumpBackup": { },
- "heatingHeatPumpBackupFansPumps": { },
- "hotWater": { },
- "hotWaterRecircPump": { },
- "hotWaterSolarThermalPump": { },
- "lighting": { },
- "lightingExterior": { },
- "lightingGarage": { },
- "lightingInterior": { },
- "mechVent": { },
- "mechVentPrecool": { },
- "mechVentPreheat": { },
- "permanentSpaHeater": { },
- "permanentSpaPump": { },
- "plugLoads": { },
- "poolHeater": { },
- "poolPump": { },
- "pv": { },
- "rangeOven": { },
- "refrigerator": { },
- "television": { },
- "vehicle": { },
- "wellPump": { },
- "wholeHouseFan": { }
}
}
}, - "energyCosts": {
- "annual": {
- "coalTotal": [
- null
], - "electricityTotal": [
- null
], - "fuelOilTotal": [
- null
], - "naturalGasTotal": [
- null
], - "propaneTotal": [
- null
], - "woodCordTotal": [
- null
], - "woodPelletsTotal": [
- null
], - "total": [
- null
]
}, - "monthly": {
- "coalTotal": [
- null
], - "electricityTotal": [
- null
], - "fuelOilTotal": [
- null
], - "naturalGasTotal": [
- null
], - "propaneTotal": [
- null
], - "woodCordTotal": [
- null
], - "woodPelletsTotal": [
- null
], - "total": [
- null
]
}, - "hourly": {
- "coalTotal": [
- null
], - "electricityTotal": [
- null
], - "fuelOilTotal": [
- null
], - "naturalGasTotal": [
- null
], - "propaneTotal": [
- null
], - "woodCordTotal": [
- null
], - "woodPelletsTotal": [
- null
], - "total": [
- null
]
}
}, - "emissionTotals": {
- "annual": {
- "coalTotal": {
- "co2": [ ]
}, - "electricityTotal": {
- "co2": [ ]
}, - "fuelOilTotal": {
- "co2": [ ]
}, - "naturalGasTotal": {
- "co2": [ ]
}, - "propaneTotal": {
- "co2": [ ]
}, - "woodCordTotal": {
- "co2": [ ]
}, - "woodPelletsTotal": {
- "co2": [ ]
}, - "total": {
- "co2": [ ]
}
}, - "monthly": {
- "coalTotal": {
- "co2": [ ]
}, - "electricityTotal": {
- "co2": [ ]
}, - "fuelOilTotal": {
- "co2": [ ]
}, - "naturalGasTotal": {
- "co2": [ ]
}, - "propaneTotal": {
- "co2": [ ]
}, - "woodCordTotal": {
- "co2": [ ]
}, - "woodPelletsTotal": {
- "co2": [ ]
}, - "total": {
- "co2": [ ]
}
}, - "hourly": {
- "coalTotal": {
- "co2": [ ]
}, - "electricityTotal": {
- "co2": [ ]
}, - "fuelOilTotal": {
- "co2": [ ]
}, - "naturalGasTotal": {
- "co2": [ ]
}, - "propaneTotal": {
- "co2": [ ]
}, - "woodCordTotal": {
- "co2": [ ]
}, - "woodPelletsTotal": {
- "co2": [ ]
}, - "total": {
- "co2": [ ]
}
}
}, - "energyTotalsDifferenceWithBase": {
- "annual": {
- "coalTotal": {
- "mbtu": [ ]
}, - "electricityTotal": {
- "kwh": [ ],
- "mbtu": [ ]
}, - "fuelOilTotal": {
- "mbtu": [ ]
}, - "naturalGasTotal": {
- "mbtu": [ ]
}, - "propaneTotal": {
- "mbtu": [ ]
}, - "woodCordTotal": {
- "mbtu": [ ]
}, - "woodPelletsTotal": {
- "mbtu": [ ]
}, - "total": {
- "mbtu": [ ]
}
}, - "monthly": {
- "coalTotal": {
- "mbtu": [ ]
}, - "electricityTotal": {
- "kwh": [ ],
- "mbtu": [ ]
}, - "fuelOilTotal": {
- "mbtu": [ ]
}, - "naturalGasTotal": {
- "mbtu": [ ]
}, - "propaneTotal": {
- "mbtu": [ ]
}, - "woodCordTotal": {
- "mbtu": [ ]
}, - "woodPelletsTotal": {
- "mbtu": [ ]
}, - "total": {
- "mbtu": [ ]
}
}, - "hourly": {
- "coalTotal": {
- "mbtu": [ ]
}, - "electricityTotal": {
- "kwh": [ ],
- "mbtu": [ ]
}, - "fuelOilTotal": {
- "mbtu": [ ]
}, - "naturalGasTotal": {
- "mbtu": [ ]
}, - "propaneTotal": {
- "mbtu": [ ]
}, - "woodCordTotal": {
- "mbtu": [ ]
}, - "woodPelletsTotal": {
- "mbtu": [ ]
}, - "total": {
- "mbtu": [ ]
}
}
}, - "energyCostsDifferenceWithBase": {
- "annual": {
- "coalTotal": [
- null
], - "electricityTotal": [
- null
], - "fuelOilTotal": [
- null
], - "naturalGasTotal": [
- null
], - "propaneTotal": [
- null
], - "woodCordTotal": [
- null
], - "woodPelletsTotal": [
- null
], - "total": [
- null
]
}, - "monthly": {
- "coalTotal": [
- null
], - "electricityTotal": [
- null
], - "fuelOilTotal": [
- null
], - "naturalGasTotal": [
- null
], - "propaneTotal": [
- null
], - "woodCordTotal": [
- null
], - "woodPelletsTotal": [
- null
], - "total": [
- null
]
}, - "hourly": {
- "coalTotal": [
- null
], - "electricityTotal": [
- null
], - "fuelOilTotal": [
- null
], - "naturalGasTotal": [
- null
], - "propaneTotal": [
- null
], - "woodCordTotal": [
- null
], - "woodPelletsTotal": [
- null
], - "total": [
- null
]
}
}, - "emissionTotalsDifferenceWithBase": {
- "annual": {
- "coalTotal": {
- "co2": [ ]
}, - "electricityTotal": {
- "co2": [ ]
}, - "fuelOilTotal": {
- "co2": [ ]
}, - "naturalGasTotal": {
- "co2": [ ]
}, - "propaneTotal": {
- "co2": [ ]
}, - "woodCordTotal": {
- "co2": [ ]
}, - "woodPelletsTotal": {
- "co2": [ ]
}, - "total": {
- "co2": [ ]
}
}, - "monthly": {
- "coalTotal": {
- "co2": [ ]
}, - "electricityTotal": {
- "co2": [ ]
}, - "fuelOilTotal": {
- "co2": [ ]
}, - "naturalGasTotal": {
- "co2": [ ]
}, - "propaneTotal": {
- "co2": [ ]
}, - "woodCordTotal": {
- "co2": [ ]
}, - "woodPelletsTotal": {
- "co2": [ ]
}, - "total": {
- "co2": [ ]
}
}, - "hourly": {
- "coalTotal": {
- "co2": [ ]
}, - "electricityTotal": {
- "co2": [ ]
}, - "fuelOilTotal": {
- "co2": [ ]
}, - "naturalGasTotal": {
- "co2": [ ]
}, - "propaneTotal": {
- "co2": [ ]
}, - "woodCordTotal": {
- "co2": [ ]
}, - "woodPelletsTotal": {
- "co2": [ ]
}, - "total": {
- "co2": [ ]
}
}
}, - "energyTotalsDifferenceWithPreviousModel": {
- "annual": {
- "coalTotal": {
- "mbtu": [ ]
}, - "electricityTotal": {
- "kwh": [ ],
- "mbtu": [ ]
}, - "fuelOilTotal": {
- "mbtu": [ ]
}, - "naturalGasTotal": {
- "mbtu": [ ]
}, - "propaneTotal": {
- "mbtu": [ ]
}, - "woodCordTotal": {
- "mbtu": [ ]
}, - "woodPelletsTotal": {
- "mbtu": [ ]
}, - "total": {
- "mbtu": [ ]
}
}, - "monthly": {
- "coalTotal": {
- "mbtu": [ ]
}, - "electricityTotal": {
- "kwh": [ ],
- "mbtu": [ ]
}, - "fuelOilTotal": {
- "mbtu": [ ]
}, - "naturalGasTotal": {
- "mbtu": [ ]
}, - "propaneTotal": {
- "mbtu": [ ]
}, - "woodCordTotal": {
- "mbtu": [ ]
}, - "woodPelletsTotal": {
- "mbtu": [ ]
}, - "total": {
- "mbtu": [ ]
}
}, - "hourly": {
- "coalTotal": {
- "mbtu": [ ]
}, - "electricityTotal": {
- "kwh": [ ],
- "mbtu": [ ]
}, - "fuelOilTotal": {
- "mbtu": [ ]
}, - "naturalGasTotal": {
- "mbtu": [ ]
}, - "propaneTotal": {
- "mbtu": [ ]
}, - "woodCordTotal": {
- "mbtu": [ ]
}, - "woodPelletsTotal": {
- "mbtu": [ ]
}, - "total": {
- "mbtu": [ ]
}
}
}, - "energyCostsDifferenceWithPreviousModel": {
- "annual": {
- "coalTotal": [
- null
], - "electricityTotal": [
- null
], - "fuelOilTotal": [
- null
], - "naturalGasTotal": [
- null
], - "propaneTotal": [
- null
], - "woodCordTotal": [
- null
], - "woodPelletsTotal": [
- null
], - "total": [
- null
]
}, - "monthly": {
- "coalTotal": [
- null
], - "electricityTotal": [
- null
], - "fuelOilTotal": [
- null
], - "naturalGasTotal": [
- null
], - "propaneTotal": [
- null
], - "woodCordTotal": [
- null
], - "woodPelletsTotal": [
- null
], - "total": [
- null
]
}, - "hourly": {
- "coalTotal": [
- null
], - "electricityTotal": [
- null
], - "fuelOilTotal": [
- null
], - "naturalGasTotal": [
- null
], - "propaneTotal": [
- null
], - "woodCordTotal": [
- null
], - "woodPelletsTotal": [
- null
], - "total": [
- null
]
}
}, - "emissionTotalsDifferenceWithPreviousModel": {
- "annual": {
- "coalTotal": {
- "co2": [ ]
}, - "electricityTotal": {
- "co2": [ ]
}, - "fuelOilTotal": {
- "co2": [ ]
}, - "naturalGasTotal": {
- "co2": [ ]
}, - "propaneTotal": {
- "co2": [ ]
}, - "woodCordTotal": {
- "co2": [ ]
}, - "woodPelletsTotal": {
- "co2": [ ]
}, - "total": {
- "co2": [ ]
}
}, - "monthly": {
- "coalTotal": {
- "co2": [ ]
}, - "electricityTotal": {
- "co2": [ ]
}, - "fuelOilTotal": {
- "co2": [ ]
}, - "naturalGasTotal": {
- "co2": [ ]
}, - "propaneTotal": {
- "co2": [ ]
}, - "woodCordTotal": {
- "co2": [ ]
}, - "woodPelletsTotal": {
- "co2": [ ]
}, - "total": {
- "co2": [ ]
}
}, - "hourly": {
- "coalTotal": {
- "co2": [ ]
}, - "electricityTotal": {
- "co2": [ ]
}, - "fuelOilTotal": {
- "co2": [ ]
}, - "naturalGasTotal": {
- "co2": [ ]
}, - "propaneTotal": {
- "co2": [ ]
}, - "woodCordTotal": {
- "co2": [ ]
}, - "woodPelletsTotal": {
- "co2": [ ]
}, - "total": {
- "co2": [ ]
}
}
}
}
], - "totalEnergyCosts": 0,
- "totalEmissions": {
- "co2": 0
}, - "totalEnergyCostsDifference": 0,
- "totalEmissionsDifference": {
- "co2": 0
}
}
], - "typical": {
- "id": "string",
- "radiantId": "string",
- "label": "TYPICAL",
- "typicalBuilding": {
- "buildingSummary": {
- "conditionedFloorArea": 0,
- "averageCeilingHeight": 0,
- "bathCount": 0,
- "bedroomsCount": 0,
- "residentCount": 0,
- "storiesCount": 0,
- "windowToWallFraction": 0,
- "yearBuilt": 1601,
- "propertyUse": "single-family detached"
}, - "enclosure": {
- "airInfiltration": {
- "rate": 0,
- "rateUnit": "ACH",
- "housePressurePa": 50
}, - "attics": [
- {
- "id": "string",
- "type": "attic vented",
- "area": 0,
- "floorAssemblyEffectiveRValue": 0
}
], - "roofs": [
- {
- "id": "string",
- "area": 0,
- "pitch": 6,
- "assemblyEffectiveRValue": 2.3,
- "lifetime": {
- "replacementCost": 0,
- "effectiveUsefulLifeDays": 0,
- "installedDate": "string",
- "endOfLifeDate": "string"
}
}
], - "foundations": [
- {
- "id": "string",
- "type": "basement conditioned",
- "area": 0,
- "wallHeight": 0
}
], - "walls": [
- {
- "id": "string",
- "type": "adobe",
- "area": 0,
- "fractionAreaShared": 1,
- "assemblyEffectiveRValue": 0
}
]
}, - "systems": {
- "hvac": {
- "hvacCoolingSystems": [
- {
- "id": "string",
- "connectedDistributionId": "string",
- "systemType": "central air conditioner",
- "coolCapacityBtuPerHour": 0,
- "compressorType": "single stage",
- "coolEfficiency": 0,
- "coolEfficiencyUnits": "EER",
- "coolLoadFraction": 1,
- "lifetime": {
- "replacementCost": null,
- "effectiveUsefulLifeDays": null,
- "installedDate": null,
- "endOfLifeDate": null
}
}
], - "hvacHeatingSystems": [
- {
- "id": "string",
- "connectedDistributionId": "string",
- "systemType": "electric resistance",
- "fuel": "electricity",
- "heatCapacityBtuPerHour": 0,
- "heatEfficiency": 1,
- "heatEfficiencyUnits": "AFUE",
- "heatLoadFraction": 1,
- "lifetime": {
- "replacementCost": null,
- "effectiveUsefulLifeDays": null,
- "installedDate": null,
- "endOfLifeDate": null
}
}
], - "hvacHeatPumps": [
- {
- "id": "string",
- "connectedDistributionId": "string",
- "systemType": "mini-split",
- "compressorType": "single stage",
- "heatCapacityBtuPerHour": 0,
- "coolCapacityBtuPerHour": 0,
- "heatEfficiency": 0,
- "heatEfficiencyUnits": "HSPF",
- "coolEfficiency": 0,
- "coolEfficiencyUnits": "SEER",
- "heatLoadFraction": 1,
- "coolLoadFraction": 1,
- "backupSystem": {
- "systemType": null,
- "heatingSwitchoverTemp": null,
- "fuel": null,
- "heatEfficiency": null,
- "heatEfficiencyUnits": null,
- "heatCapacityBtuPerHour": null,
- "backupHvacId": null
}, - "lifetime": {
- "replacementCost": null,
- "effectiveUsefulLifeDays": null,
- "installedDate": null,
- "endOfLifeDate": null
}
}
], - "hvacDistributionSystems": {
- "airDistributionSystems": [
- {
- "id": null,
- "systemType": null,
- "numberOfReturnRegisters": null,
- "conditionedFloorAreaServed": null,
- "ducts": { }
}
], - "hydronicDistributionSystems": [
- {
- "id": null,
- "systemType": null,
- "conditionedFloorAreaServed": null
}
]
}, - "hvacControlSystems": [
- {
- "id": "string",
- "heatingSeason": {
- "setpointTemp": null,
- "setbackTemp": null,
- "setbackStartHour": null,
- "totalWeeklySetbackHours": null
}, - "coolingSeason": {
- "setpointTemp": null,
- "setbackTemp": null,
- "setbackStartHour": null,
- "totalWeeklySetbackHours": null
}, - "lifetime": {
- "replacementCost": null,
- "effectiveUsefulLifeDays": null,
- "installedDate": null,
- "endOfLifeDate": null
}
}
], - "coolLoadGapFraction": 1,
- "heatLoadGapFraction": 1
}, - "waterHeating": {
- "waterHeatingSystems": [
- {
- "id": "string",
- "systemType": "heat pump water heater",
- "connectedHeatingId": "string",
- "fuel": "electricity",
- "location": "attic unvented",
- "tankVolume": 0,
- "dhwLoadFraction": 1,
- "heatCapacityBtuPerHour": 0,
- "efficiency": 0,
- "efficiencyUnits": "EF",
- "hotWaterTemperature": 125,
- "performanceAdjustment": 1,
- "lifetime": {
- "replacementCost": null,
- "effectiveUsefulLifeDays": null,
- "installedDate": null,
- "endOfLifeDate": null
}
}
]
}, - "electricalPanels": [
- {
- "id": "string",
- "lifetime": {
- "replacementCost": 0,
- "effectiveUsefulLifeDays": 0,
- "installedDate": "string",
- "endOfLifeDate": "string"
}
}
], - "photovoltaics": [
- {
- "id": "string",
- "location": "ground",
- "moduleType": "standard",
- "tracking": "fixed",
- "arrayOrientation": "northeast",
- "arrayTilt": 90,
- "maxPowerOutput": 0,
- "inverterEfficiency": 1,
- "yearModulesManufactured": 0
}
]
}, - "appliances": {
- "clothesDryers": [
- {
- "id": "string",
- "fuel": "electricity",
- "combinedEnergyFactor": 0,
- "isVented": true,
- "ventedFlowRate": 0,
- "lifetime": {
- "replacementCost": 0,
- "effectiveUsefulLifeDays": 0,
- "installedDate": "string",
- "endOfLifeDate": "string"
}
}
], - "cookingRanges": [
- {
- "id": "string",
- "fuel": "electricity",
- "isInduction": true,
- "lifetime": {
- "replacementCost": 0,
- "effectiveUsefulLifeDays": 0,
- "installedDate": "string",
- "endOfLifeDate": "string"
}
}
]
}
}, - "energyTotals": {
- "annual": {
- "coalTotal": {
- "mbtu": [
- 0
]
}, - "electricityTotal": {
- "kwh": [
- 0
], - "mbtu": [
- 0
]
}, - "fuelOilTotal": {
- "mbtu": [
- 0
]
}, - "naturalGasTotal": {
- "mbtu": [
- 0
]
}, - "propaneTotal": {
- "mbtu": [
- 0
]
}, - "woodCordTotal": {
- "mbtu": [
- 0
]
}, - "woodPelletsTotal": {
- "mbtu": [
- 0
]
}, - "total": {
- "mbtu": [
- 0
]
}
}, - "monthly": {
- "coalTotal": {
- "mbtu": [
- 0
]
}, - "electricityTotal": {
- "kwh": [
- 0
], - "mbtu": [
- 0
]
}, - "fuelOilTotal": {
- "mbtu": [
- 0
]
}, - "naturalGasTotal": {
- "mbtu": [
- 0
]
}, - "propaneTotal": {
- "mbtu": [
- 0
]
}, - "woodCordTotal": {
- "mbtu": [
- 0
]
}, - "woodPelletsTotal": {
- "mbtu": [
- 0
]
}, - "total": {
- "mbtu": [
- 0
]
}
}, - "hourly": {
- "coalTotal": {
- "mbtu": [
- 0
]
}, - "electricityTotal": {
- "kwh": [
- 0
], - "mbtu": [
- 0
]
}, - "fuelOilTotal": {
- "mbtu": [
- 0
]
}, - "naturalGasTotal": {
- "mbtu": [
- 0
]
}, - "propaneTotal": {
- "mbtu": [
- 0
]
}, - "woodCordTotal": {
- "mbtu": [
- 0
]
}, - "woodPelletsTotal": {
- "mbtu": [
- 0
]
}, - "total": {
- "mbtu": [
- 0
]
}
}
}, - "energyCosts": {
- "annual": {
- "coalTotal": [
- 0
], - "electricityTotal": [
- 0
], - "fuelOilTotal": [
- 0
], - "naturalGasTotal": [
- 0
], - "propaneTotal": [
- 0
], - "woodCordTotal": [
- 0
], - "woodPelletsTotal": [
- 0
], - "total": [
- 0
]
}, - "monthly": {
- "coalTotal": [
- 0
], - "electricityTotal": [
- 0
], - "fuelOilTotal": [
- 0
], - "naturalGasTotal": [
- 0
], - "propaneTotal": [
- 0
], - "woodCordTotal": [
- 0
], - "woodPelletsTotal": [
- 0
], - "total": [
- 0
]
}, - "hourly": {
- "coalTotal": [
- 0
], - "electricityTotal": [
- 0
], - "fuelOilTotal": [
- 0
], - "naturalGasTotal": [
- 0
], - "propaneTotal": [
- 0
], - "woodCordTotal": [
- 0
], - "woodPelletsTotal": [
- 0
], - "total": [
- 0
]
}
}, - "emissionTotals": {
- "annual": {
- "coalTotal": {
- "co2": [
- 0
]
}, - "electricityTotal": {
- "co2": [
- 0
]
}, - "fuelOilTotal": {
- "co2": [
- 0
]
}, - "naturalGasTotal": {
- "co2": [
- 0
]
}, - "propaneTotal": {
- "co2": [
- 0
]
}, - "woodCordTotal": {
- "co2": [
- 0
]
}, - "woodPelletsTotal": {
- "co2": [
- 0
]
}, - "total": {
- "co2": [
- 0
]
}
}, - "monthly": {
- "coalTotal": {
- "co2": [
- 0
]
}, - "electricityTotal": {
- "co2": [
- 0
]
}, - "fuelOilTotal": {
- "co2": [
- 0
]
}, - "naturalGasTotal": {
- "co2": [
- 0
]
}, - "propaneTotal": {
- "co2": [
- 0
]
}, - "woodCordTotal": {
- "co2": [
- 0
]
}, - "woodPelletsTotal": {
- "co2": [
- 0
]
}, - "total": {
- "co2": [
- 0
]
}
}, - "hourly": {
- "coalTotal": {
- "co2": [
- 0
]
}, - "electricityTotal": {
- "co2": [
- 0
]
}, - "fuelOilTotal": {
- "co2": [
- 0
]
}, - "naturalGasTotal": {
- "co2": [
- 0
]
}, - "propaneTotal": {
- "co2": [
- 0
]
}, - "woodCordTotal": {
- "co2": [
- 0
]
}, - "woodPelletsTotal": {
- "co2": [
- 0
]
}, - "total": {
- "co2": [
- 0
]
}
}
}
}, - "warnings": [
- {
- "code": "string",
- "message": "string",
- "data": null,
- "in": [
- 0
]
}
]
}