mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-04-19 08:55:15 +00:00
* Add json config * Adjust code to new config --------- Co-authored-by: Chris <git@nootch.de>
16 lines
303 B
JSON
16 lines
303 B
JSON
{
|
|
"directories": {
|
|
"output": "output",
|
|
"cache": "cache"
|
|
},
|
|
"eos": {
|
|
"prediction_hours": 48,
|
|
"optimization_hours": 24,
|
|
"penalty": 10,
|
|
"available_charging_rates_in_percentage": [
|
|
0.0, 0.375, 0.5, 0.625, 0.75, 0.875, 1.0
|
|
],
|
|
"feed_in_tariff_eur_per_wh": 48
|
|
}
|
|
}
|