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

    HeatingCurveItem

    One heating circuit's curve. curve is the operator set-point knots, ordered by out_temp ascending.

    {
        "circuit_id": 42,
        "location_number": "10000001",
        "curve": [
            {
                "out_temp": -20,
                "supply_setpoint": 58
            }
        ]
    }
    Built with