-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
40 lines (40 loc) · 896 Bytes
/
settings.json
File metadata and controls
40 lines (40 loc) · 896 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"socAlert": 10,
"socSound": true,
"capacity": 5392,
"feedLimit": 300,
"priceImport": 0.2516,
"priceExport": 0,
"nightMode": false,
"nightStart": "22:00",
"nightEnd": "06:00",
"scheduleEnabled": false,
"scheduleStart": "02:00",
"scheduleEnd": "06:00",
"scheduleMode": 1,
"opendtuEnabled": false,
"opendtuIp": "192.168.1.121",
"weatherLat": "48.5734",
"weatherLon": "7.7521",
"tempAlert": 45,
"tempAlertEnabled": true,
"cycleStartCount": 0,
"cycleStartDate": "2026-01-29",
"theme": "light",
"pvPeakW": 2000,
"pvTilt": 15,
"pvAzimuth": 65,
"scheduleSlots": [],
"forceChargeSOC": 80,
"forceDischargeSOC": 20,
"installations": [
{
"id": "inst_1772614998677",
"name": "SolidFlex ECO",
"ip": "192.168.1.71",
"port": 8080,
"model": "solidflex_eco_opendtu"
}
],
"activeInstallId": "inst_1772614998677"
}