mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-09-13 07:21:16 +00:00
Pics or it didn't happen (#402)
* inverter added * png creation * save svg into cache folder * mypy * comment
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
Reference in New Issue
Block a user