Meteo for Energy - PV - GET Pred time series

API service to retrieve hourly energy forecast data

The energy forecast (in kWh) is required for Solar PV power plants for the energy management system and/or to inform the TSOs. These data is stored on Meteo for Energy databases and also available for the user in case third party services require this information.

This example will show:

Now, we can start preparing our request of energy generation for a site. Note that we will request the time series (ts) of the forecast (pred).

The response is a JSON that is converted to a DataFrame, but all the types are not correctly parsed. So we need to define correctly the datetime column and define it on our desired time zone (List of tz database time zones), as it is localized in UTC time zone.

Similarly, we can also use Unix Epoch Time to make the same transformation

Plot time

It's time to plot the information requested