sunpeek.core_methods.power_check.cache_service.get_cached_day_outputs#

sunpeek.core_methods.power_check.cache_service.get_cached_day_outputs(session, plant_id, evaluation_mode, formula, wind_used, effective_settings, full_days)#

Lookup cached PowerCheckOutput rows for full-day ranges.

Returns:

Mapping of full-day ranges found in cache and list of missing full-day ranges.

Return type:

tuple[dict[TimeRange, cmp.PowerCheckOutput], list[TimeRange]]