Pics or it didn't happen (#402)

* inverter added

* png creation

* save svg into cache folder

* mypy

* comment
This commit is contained in:
Normann
2025-01-26 18:27:09 +01:00
committed by GitHub
parent 6516455071
commit 90688a36f2
2 changed files with 34 additions and 12 deletions

View File

@@ -164,6 +164,9 @@ def prepare_optimization_real_parameters() -> OptimizationParameters:
"max_charge_power_w": 11040,
"initial_soc_percentage": 5,
},
"inverter": {
"max_power_wh": 10000,
},
"temperature_forecast": temperature_forecast,
"start_solution": start_solution,
}
@@ -318,6 +321,9 @@ def prepare_optimization_parameters() -> OptimizationParameters:
"max_charge_power_w": 11040,
"initial_soc_percentage": 5,
},
"inverter": {
"max_power_wh": 10000,
},
"temperature_forecast": temperature_forecast,
"start_solution": start_solution,
}