buildings_electricity_actual
GET/public-api/buildings/:uuid/electricity/actual/
Pre-requisites
- uuid: You need a (building) uuid for this endpoint. You can get a list of buildings with
GET /buildings/.
Retrieve the actual electricity usage data for your building. This endpoint provides values from sensors that have
transmitted data within the 120 seconds preceding the most recent measurement. To ensure data accuracy, the timestamp of
the oldest available reading within this window is used. This will only return the actual value when it's not too old
(max one hour) (GET /buildings/{uuid}/electricity/latest/ will always return the last value).
Unit: watt
Request
Responses
- 200
- 204
- 400
- 404
- 429
No actual data available
Invalid request
Building not found
Too many requests