Files
EOS/tests/testdata/eos_config_minimal_now.json
Bobby Noelte c911378bee
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
fix: ensure genetic common settings available
Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
2025-10-30 14:18:41 +01:00

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
}
}