mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2026-07-24 18:58:12 +00:00
When running as a Home Assistant add-on the ports shall not be changed as this would break config.yaml that is used by Home Assistant. Prevent the change and return an error message. Extra fixes: * fix: EOS configuration initialisation by cli under EOSdash. Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
82 lines
1.8 KiB
JSON
82 lines
1.8 KiB
JSON
{
|
|
"general": {
|
|
"version": "__ANY__",
|
|
"data_output_subpath": "output",
|
|
"latitude": 52.5,
|
|
"longitude": 13.4
|
|
},
|
|
"cache": {
|
|
"subpath": "cache"
|
|
},
|
|
"logging": {
|
|
"console_level": "INFO"
|
|
},
|
|
"devices": {
|
|
"batteries": [
|
|
{
|
|
"device_id": "pv_akku",
|
|
"capacity_wh": 30000
|
|
}
|
|
],
|
|
"electric_vehicles": [
|
|
{
|
|
"charge_rates": [
|
|
0.0,
|
|
0.375,
|
|
0.5,
|
|
0.625,
|
|
0.75,
|
|
0.875,
|
|
1.0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"measurement": {
|
|
"load_emr_keys": [
|
|
"Household"
|
|
]
|
|
},
|
|
"optimization": {
|
|
"horizon_hours": 48
|
|
},
|
|
"elecprice": {
|
|
"provider": "ElecPriceAkkudoktor",
|
|
"charges_kwh": 0.21
|
|
},
|
|
"load": {
|
|
"loadakkudoktor": {
|
|
"loadakkudoktor_year_energy_kwh": 13000.0
|
|
}
|
|
},
|
|
"pvforecast": {
|
|
"provider": "PVForecastAkkudoktor",
|
|
"planes": [
|
|
{
|
|
"surface_tilt": 87.907,
|
|
"surface_azimuth": 175.0,
|
|
"userhorizon": [
|
|
28.0,
|
|
34.0,
|
|
32.0,
|
|
60.0
|
|
],
|
|
"peakpower": 13.11,
|
|
"loss": 18.6,
|
|
"trackingtype": 0,
|
|
"albedo": 0.25,
|
|
"inverter_paco": 15000,
|
|
"modules_per_string": 20,
|
|
"strings_per_inverter": 2
|
|
}
|
|
]
|
|
},
|
|
"weather": {
|
|
"provider": "WeatherImport"
|
|
},
|
|
"server": {
|
|
"host": "0.0.0.0",
|
|
"verbose": true,
|
|
"eosdash_host": "0.0.0.0"
|
|
}
|
|
} |