mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-10-31 23:06:20 +00:00
Some checks failed
docker-build / platform-excludes (push) Has been cancelled
docker-build / build (push) Has been cancelled
docker-build / merge (push) Has been cancelled
pre-commit / pre-commit (push) Has been cancelled
Run Pytest on Pull Request / test (push) Has been cancelled
Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
30 lines
510 B
JSON
30 lines
510 B
JSON
{
|
|
"elecprice": {
|
|
"charges_kwh": 0.21,
|
|
"provider": "ElecPriceImport"
|
|
},
|
|
"prediction": {
|
|
"historic_hours": 48,
|
|
"hours": 48
|
|
},
|
|
"optimization": {
|
|
"horizon_hours": 48,
|
|
"algorithm": "GENETIC",
|
|
"genetic": {
|
|
"individuals": 300,
|
|
"generations": 400
|
|
}
|
|
},
|
|
"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
|
|
}
|
|
}
|