mirror of
https://github.com/elisspace/core.git
synced 2026-09-21 01:57:34 +00:00
* support for multiple fixture sets * add test data from Fronius Gen24 device * test Gen24 with Storage * test Gen24 inverter without storage * 100% coverage * copy&paste fail
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"Body": {
|
|
"Data": {
|
|
"Inverters": {
|
|
"1": {
|
|
"DT": 121,
|
|
"E_Day": 1101.7000732421875,
|
|
"E_Total": 44188000,
|
|
"E_Year": 25508788,
|
|
"P": 1111
|
|
}
|
|
},
|
|
"Site": {
|
|
"E_Day": 1101.7000732421875,
|
|
"E_Total": 44188000,
|
|
"E_Year": 25508788,
|
|
"Meter_Location": "grid",
|
|
"Mode": "meter",
|
|
"P_Akku": null,
|
|
"P_Grid": 1703.74,
|
|
"P_Load": -2814.7399999999998,
|
|
"P_PV": 1111,
|
|
"rel_Autonomy": 39.4707859340472,
|
|
"rel_SelfConsumption": 100
|
|
},
|
|
"Version": "12"
|
|
}
|
|
},
|
|
"Head": {
|
|
"RequestArguments": {},
|
|
"Status": {
|
|
"Code": 0,
|
|
"Reason": "",
|
|
"UserMessage": ""
|
|
},
|
|
"Timestamp": "2021-10-07T10:00:43+02:00"
|
|
}
|
|
} |