2 Open Issues Need Help Last updated: May 13, 2025

Open Issues Need Help

View All on GitHub
Collect German Solar data about 2 months ago

AI Summary: Extend the existing solar data consumer application to include data collection from Germany. This involves adding Germany as a supported country, potentially requiring modifications to data fetching, formatting, and storage components to accommodate any differences in the German data source compared to the existing sources (NESO and Ned NL). The provided link contains details on the German data source.

Complexity: 3/5
good first issue contributions-welcome

Pull and save solar generation and forecasts

Python

AI Summary: Modify the NL forecast data fetching logic in the `neso-solar-consumer` project to only retrieve and save forecast data from the last two hours onwards. This involves adjusting the start date in the data fetching function and potentially re-adding a filter to exclude older data.

Complexity: 2/5
good first issue contributions-welcome

Pull and save solar generation and forecasts

Python