Open Issues Need Help
View All on GitHubAI 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.
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.