Closed pferrariuy closed 3 months ago
GET /overview { data.production }
GET /overview { data.irradiationKwhM2 }
GET /overview { data.agvgAmbienteTemp }
GET /overview { data.timeBasedAvailability }
GET /overview { data.performanceRatio }
GET /solar/climate { data.data[].genData[].productionMwh | data.data[].totalIrradiationKwM2 }
GET /performanceIndex
{ data.data[].genData[].id | performanceRatio }
{ data.data[].genData[].totalProductionMwh | data.data[].totalIrradiationKwhM2 }
Description
The weekly report generation will be part of the feature request #44. Will be able to generate information with data from the last 7 dayss. It will have the posibility to set a specific date in order to re-generate a specific report.
Information
The information that will be included will be:
Expected Behavior
Generation of report as PDF file.