Wijzigingen van vorige versie
1. Request body
De embed invoer is aangepast.
Van:
{
"data": {
"post_code": "2771DS",
"house_number": "87",
"house_addition": "",
"target_label": "A++++",
"eco_delta": 0
}
}Naar:
{
"postcode": "2771DS",
"housenumber": "87",
"houseaddition": "",
"target_label": "A++++",
"eco_delta": 0
}De functienamen zijn ook aangepast voor consistentie met andere API's.
2. Inputs
a. Basis functies
sloped_roof_insulation (changed from roof_insulation)
flat_roof_insulation (changed from roof_insulation)
electric_cooking (new)
cooling (new)
district_heating_allowed (new)
electricity_generation (new)
solar_panels (per solar panel) (changed from integer to list)
pv_total_watt_peak
pv_area (changed from separate solar_panels_surface)
specific_watt_peak
angle
orientation
free_roof_area
roof_type
b. Kosten aannames
cost_indicators (changed from codes to names)
fixed_gas_price
variable_gas_price
energy_tax_gas
fixed_electricity_price
variable_electricity_price
energy_tax_electricity
fixed_heat_price
energy_tax_heat
variable_heat_price
tax_credit
feed_in_compensation
feed_in_cost
fixed_solar_panel_costs
netting_percentage
gas_yearly_price_increase
electricity_yearly_price_increase
external_heating_yearly_price_increase
term
discount_rate
tax_rate
custom_costs (TBA)
see Cost indicators
c. Maatregel filters
wall_filters
sloped_roof_filters
flat_roof_filters
floor_filters
see Measure filters
3. Outputs
number _of_doors
solar_panel_yield
energy_cost_monthly
energy_cost_yonthly
return_on_investment
sloped_roof_insulation (changed from roof_insulation)
flat_roof_insulation (changed from roof_insulation)
cooling (new)
electric_cooking (new)
solar_panels (per solar panel)
roof_surface
roof_type
original_watt_peak_capacity
total_watt_peak_capacity
added_watt_peak_capacity
added_panels
inclination_angle
orientation
4. Output aanpassingen
Van:
Naar:
*energie wordt electriciteit
5. Functie aanpassingen
De waarde van sommige functies loopt nu van 1 tot 4 in plaats van van 0 tot 3. Zoals:
wall_inulation, floor_insulation, living_room_windows, bedroom_windows and the new flat_roof_insulation, sloped_roof_insulation
Voorbeeld: “mediocre” wall_insulation was 1 en nu is het nummer 2.
Zie documentatie voor meer informatie.
Last updated