Energy Statistics
Hourly Energy Statistics
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
customerBuildingIdstringRequiredPattern:
^[a-zA-Z0-9:._-]{1,100}$Query parameters
fromstringRequiredExample:
The starting date of the time window for selecting event data.
Remark: The building's local time zone is taken into account.
2024-01-01Pattern: [0-9]{4}-[0-9]{2}-[0-9]{2}tostringRequiredExample:
The final date of the time window for selecting event data.
Remark: the time window can be up to 1 year.
2024-01-31Pattern: [0-9]{4}-[0-9]{2}-[0-9]{2}Responses
200
OK
application/json
startTimestampinteger · int64Optional
energyGenerationnumber · floatOptional
energyConsumptionnumber · floatOptional
gridEnergyConsumptionnumber · floatOptional
get
/buildings/{customerBuildingId}/energy-statistics/hourly/v1200
OK
Daily Energy Statistics
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
customerBuildingIdstringRequiredPattern:
^[a-zA-Z0-9:._-]{1,100}$Query parameters
fromstringRequiredExample:
The starting date of the time window for selecting event data.
Remark: The building's local time zone is taken into account.
2024-01-01Pattern: [0-9]{4}-[0-9]{2}-[0-9]{2}tostringRequiredExample:
The final date of the time window for selecting event data.
Remark: the time window can be up to 1 year.
2024-01-31Pattern: [0-9]{4}-[0-9]{2}-[0-9]{2}Responses
200
OK
application/json
daystringOptional
energyGenerationnumber · floatOptional
energyConsumptionnumber · floatOptional
gridEnergyConsumptionnumber · floatOptional
energyBaseConsumptionnumber · floatOptional
gridEnergyBaseConsumptionnumber · floatOptional
get
/buildings/{customerBuildingId}/energy-statistics/daily/v1200
OK
Monthly Energy Statistics
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
customerBuildingIdstringRequiredPattern:
^[a-zA-Z0-9:._-]{1,100}$Query parameters
fromstringRequiredExample:
The starting month of the time window for selecting event data.
Remark: The building's local time zone is taken into account.
2024-01Pattern: [0-9]{4}-[0-9]{2}tostringRequiredExample:
The final month of the time window for selecting event data.
Remark: the time window can be up to 1 year.
2024-12Pattern: [0-9]{4}-[0-9]{2}Responses
200
OK
application/json
monthstringOptional
energyGenerationnumber · floatOptional
energyConsumptionnumber · floatOptional
gridEnergyConsumptionnumber · floatOptional
get
/buildings/{customerBuildingId}/energy-statistics/monthly/v1200
OK
Last updated

