buildings_solar_irradiance_actual
GET/public-api/buildings/:uuid/solar_irradiance/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 solar irradiance for your building. This will return only the most recent measurements that are considered actual, i.e., values that are not too old (typically within the last hour).
The measurements are provided for the building’s Pyranometer sensors. For a full list of sensors in your building,
see the sensors endpoint: /public-api/buildings/{uuid}/sensors/.
Unit: watts per square meter (W/m²)
Request
Responses
- 200
- 204
- 400
- 404
- 429
No actual data available
Invalid request
Building not found
Too many requests