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

    SensorItem

    {
        "sensor_id": "A000000001",
        "disp_name": "KL meno",
        "timestamp": 1541769538,
        "value": 85.5,
        "unit": "°C",
        "use_type": 1000,
        "energy_type": "electricity"
    }
    Built with