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.

2. Inputs

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_total_watt_peak

  • pv_area (changed from separate solar_panels_surface)

  • specific_watt_peak

  • angle

  • orientation

  • free_roof_area

  • roof_type

3. Outputs

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. 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