akkudoktoreos.server.eos.fastapi_gesamtlast_simple
- akkudoktoreos.server.eos.fastapi_gesamtlast_simple(year_energy: float) list[float]
Deprecated: Total Load Prediction.
Endpoint to handle total load prediction.
Total load prediction starts at 00.00.00 today and is provided for 48 hours. If no prediction values are available the missing ones at the start of the series are filled with the first available prediction value.
- Parameters:
year_energy (float) – Yearly energy consumption in Wh.
Note
Set LoadAkkudoktor as provider, then update data with ‘/v1/prediction/update’ and then request data with ‘/v1/prediction/list?key=load_mean’ instead.