translation of battery.py v3 (#262)

This commit is contained in:
Normann
2024-12-19 14:50:19 +01:00
committed by GitHub
parent 0e122a9a49
commit 5f898e8aab
18 changed files with 684 additions and 648 deletions

View File

@@ -666,13 +666,13 @@
1,
1
],
"entlade_effizienz": 1.0,
"discharging_efficiency": 1.0,
"hours": 48,
"kapazitaet_wh": 60000,
"lade_effizienz": 0.95,
"max_ladeleistung_w": 11040,
"capacity_wh": 60000,
"charging_efficiency": 0.95,
"max_charge_power_w": 11040,
"soc_wh": 60000.0,
"start_soc_prozent": 5
"initial_soc_percentage": 5
},
"start_solution": [
0.0,
@@ -774,4 +774,4 @@
14.0
],
"washingstart": 14
}
}