Changes from previous version
1. Request body
From:
{
"post_code": "2771DS",
"house_number": "87",
"house_addition": ""
}
To
{
"postcode": "2771DS",
"housenumber": "87",
"houseaddition": ""
}
The feature names have also changed for consistency with other apis.
a. Basic features
roof_type (new)
sloped_roof_insulation (changed from roof_insulation)
flat_roof_insulation (changed from roof_insulation)
electric_cooking (new)
cooling (new)
solar_panels (per solar panel) (changed from integer to list)
pv_area (changed from separate solar_panels_surface)
sloped_roof_insulation (changed from roof_insulation)
flat_roof_insulation (changed from roof_insulation)
cooling (new)
electric_cooking (new)
solar_panels (per solar panel)
original_watt_peak_capacity
4. Feature modifications
The value of some features now goes from 1 to 4 instead of 0 to 3. Like:
wall_inulation, floor_insulation, living_room_windows, bedroom_windows and the new flat_roof_insulation, sloped_roof_insulation
For example: “mediocre” wall_insulation was 1 and now it has the number 2
See documentation for more info.
Laatst bijgewerkt