Retrofit Measure (Datahub Entry)¶
Reference documentation for Retrofit Measure entries in EnergyAtlas Datahub.
Overview¶
Retrofit Measure entries define energy efficiency improvements that can be applied to buildings. These measures are used in scenario analysis to model the impact of energy retrofits.
Object Structure¶
Properties¶
id (string, required) - Unique identifier for the measure - Format: UUID or custom identifier
type (string, required) - Entry type, must be "retrofit_measure" - Value: "retrofit_measure"
name (string, required) - Human-readable measure name - Example: "Wall Insulation Upgrade"
description (string, optional) - Detailed description of the measure - Explains what the measure does
measure_type (string, required)
- Category of retrofit measure
- Values: Insulation, Windows, HVAC, Lighting, Renewable, Envelope
parameters (object, required) - Energy impact parameters (see below)
cost (object, optional) - Cost information (see below)
applicability (object, optional) - Conditions for measure applicability - Building types, vintages, etc.
created_at (datetime, required) - Creation timestamp
updated_at (datetime, required) - Last update timestamp
Parameters Structure¶
Insulation Measures¶
1 2 3 4 5 | |
Window Measures¶
1 2 3 4 5 | |
HVAC Measures¶
1 2 3 4 5 | |
Lighting Measures¶
1 2 3 4 | |
Renewable Energy¶
1 2 3 4 5 | |
Cost Structure¶
1 2 3 4 5 6 7 8 | |
Applicability Structure¶
1 2 3 4 5 6 | |
Example Entry¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | |
Operations¶
Create Entry¶
1 2 3 4 5 6 7 8 | |
Get Entry¶
1 | |
Update Entry¶
1 2 3 4 5 | |
Delete Entry¶
1 | |
Usage Examples¶
Creating Insulation Measure¶
- Navigate to Datahub
- Select datahub
- Click "Add Entry"
- Choose "Retrofit Measure"
- Enter measure name and description
- Select measure type: "Insulation"
- Set parameters (U-values, R-values)
- Add cost information
- Set applicability conditions
- Save entry
Creating Window Measure¶
- Create new retrofit measure
- Select type: "Windows"
- Set window parameters:
- U-value: 1.5
- SHGC: 0.4
- Replacement fraction: 1.0
- Add cost per window
- Save measure
Using in Scenario¶
- Navigate to Scenarios
- Create new scenario
- Select retrofit measures from datahub
- Configure measure application
- Run scenario simulation
Measure Types¶
Insulation¶
- Wall insulation
- Roof insulation
- Floor insulation
- Foundation insulation
Windows¶
- Window replacement
- Window film
- Storm windows
- Window shading
HVAC¶
- System replacement
- Efficiency upgrades
- Controls upgrade
- Duct sealing
Lighting¶
- LED replacement
- Controls upgrade
- Daylighting
Renewable Energy¶
- Solar PV
- Solar thermal
- Geothermal
Envelope¶
- Air sealing
- Reflective roof
- Cool roof
- Green roof
Best Practices¶
- Document parameters: Clearly describe energy impacts
- Include costs: Add cost data for economic analysis
- Set applicability: Define when measure applies
- Validate impacts: Verify parameter values are reasonable
- Use library: Check library before creating custom measures
Parameter Guidelines¶
U-Values¶
- Walls: 0.2 - 2.0 W/(m²·K)
- Roofs: 0.1 - 1.5 W/(m²·K)
- Windows: 1.0 - 6.0 W/(m²·K)
Efficiencies¶
- Heating: 0.7 - 0.98 (AFUE) or 2.0 - 4.0 (COP)
- Cooling: 10 - 25 (SEER) or 8 - 20 (EER)
Costs¶
- Unit costs: Per square foot, per unit, etc.
- Installation: One-time costs
- Maintenance: Ongoing costs
- Lifetime: Expected measure lifetime
Related Objects¶
References¶
- Retrofit Measures Library - Available measures
- Scenario Design Workflow - Using measures