mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-09-13 07:21:16 +00:00
Config: Move lat/long/timezone from prediction to general
This commit is contained in:
@@ -30,11 +30,13 @@ def prepare_optimization_real_parameters() -> OptimizationParameters:
|
||||
"""
|
||||
# Make a config
|
||||
settings = {
|
||||
"general": {
|
||||
"latitude": 52.52,
|
||||
"longitude": 13.405,
|
||||
},
|
||||
"prediction": {
|
||||
"hours": 48,
|
||||
"historic_hours": 24,
|
||||
"latitude": 52.52,
|
||||
"longitude": 13.405,
|
||||
},
|
||||
# PV Forecast
|
||||
"pvforecast": {
|
||||
|
Reference in New Issue
Block a user