Residentia REST API
    • Residentia REST API
      • location
        • getLocations
        • getLocationByLocationNumber
      • sensor
        • getSensorBySensorId
        • getSensorHistoryBySensorId
      • overdrive
        • setOverdriveSettings
        • getOverdriveSettings
        • getOneLocationOverdriveSettings
        • getLocationOverdriveStatus
      • consumption_report
        • getMonthlyConsumption
        • getDailyConsumption
        • getDistrictHeating
        • specificEnergyConsumption
      • heating
        • getLocationHeatingCurve
        • getLocationTargetSetpoint
      • Schemas
        • LocationItem
        • LocationSensorItem
        • SensorItem
        • SensorHistoryItem
        • HistoryData
        • OverdriveBody
        • Overdrive
        • OverdrivePostResponse
        • OverdriveGetResponse
        • HeatingCurvePoint
        • HeatingCurveItem
        • TargetSetpointItem
        • OverdriveStatusItem
        • MonthlyConsumptionItem
        • SpecificEnergyTypeResult

    SpecificEnergyTypeResult

    Specific energy consumption result for a single type at a single location/year.

    {
        "location_number": "10000123",
        "year": "2024",
        "type": "district_heating",
        "specificConsumption": 39.3346,
        "unit": "kWh/m3",
        "dataCompleteness": "full",
        "dataRange": {
            "start": "2024-01",
            "end": "2024-12"
        },
        "normalization": "annual",
        "weather_correction": "applied",
        "monthsWithData": 12,
        "projected": false
    }
    Built with