PV Production Forecast

The PV Production Forecast function block predicts photovoltaic production without requiring physical metering or orientation data. It uses absolute irradiance (GHI) forecast data from the Weather Service. Please note, it does not account for potential inverter limitations.

An active Weather Service is required to use this block.

Table of Contents


Inputs

AbbreviationSummaryDescriptionValue Range
OffOff inputSets the Ready output to OFF and the prediction outputs to -10/1




Parameters

AbbreviationSummaryDescriptionUnitValue RangeDefault Value
PeriodCalculated PeriodForecast is calculated over this period of time starting from the next full hour.h0...7224




Outputs

AbbreviationSummaryDescriptionUnitValue Range
PpwrPotential PowerIndicates the PV power output that could currently be generated based on solar radiation provided by the weather service.
-1 if no prediction can be provided.
kW
PpPredicted periodOutputs the prediction for the given period of time starting from the next full hour.
-1 if no prediction can be provided.
kWh
PtdPredicted todayOutputs the prediction for today.
-1 if no prediction can be provided.
kWh
PndPredicted next dayOutputs the prediction for the next day.
-1 if no prediction can be provided.
kWh
ReadyPrediction providedOFF if control is locked via Off input or if no prediction can be provided (loss of internet connection, subscription expired, etc)-0/1
APIAPI ConnectorIntelligent API based connector.
API Commands
--




Properties

SummaryDescriptionValue RangeDefault Value
Max PV power [kWp]PV's theoretical maximum power production0...∞0



Calculation

The PV production forecast is calculated based on the ratio between the current GHI (Absolute Radiations) forecast and the theoretical maximum GHI. This value is then multiplied by the maximum installed PV power (kWp) to determine the estimated PV production.

Formula:
(GHI from Weather Service / theoretical GHI max) * installed kWp = estimated PV production

Example:

  • GHI (absolute radiations) from Weather Service: 486.94 W/m²

  • Theoretical GHI max (standardized value): 1361 W/m²

  • Installed PV system size (kWp): 10 kWp

  • Calculation: (486.94 / 1361) * 10 = 3.6 kWh