Files
EOS/tests/testdata/eos_config_minimal_0_1_0.json
T

25 lines
399 B
JSON
Raw Normal View History

2025-10-28 02:50:31 +01:00
{
"elecprice": {
"charges_kwh": 0.21,
"provider": "ElecPriceImport"
},
"prediction": {
"historic_hours": 48,
"hours": 48
},
"optimization": {
"hours": 48
},
"general": {
"latitude": 52.5,
"longitude": 13.4
},
"server": {
"startup_eosdash": true,
"host": "0.0.0.0",
"port": 8503,
"eosdash_host": "0.0.0.0",
"eosdash_port": 8504
}
}