1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00
Files
core/tests/fixtures/fronius/symo/GetPowerFlowRealtimeData_night.json
T
Matthias Alphart d2ffecbca4 Tests for the Fronius integration (#57269)
* tests for a Symo inverter system

* update testing requirement

* add tests for energy meter data

* move response JSONs to fixture directory

* add storage system response

* review suggestion
2021-11-05 19:27:17 +01:00

38 lines
1000 B
JSON

{
"Body": {
"Data": {
"Inverters": {
"1": {
"DT": 121,
"E_Day": 10828,
"E_Total": 44186900,
"E_Year": 25507686,
"P": 0
}
},
"Site": {
"E_Day": 10828,
"E_Total": 44186900,
"E_Year": 25507686,
"Meter_Location": "grid",
"Mode": "meter",
"P_Akku": null,
"P_Grid": 975.30999999999995,
"P_Load": -975.30999999999995,
"P_PV": null,
"rel_Autonomy": 0,
"rel_SelfConsumption": null
},
"Version": "12"
}
},
"Head": {
"RequestArguments": {},
"Status": {
"Code": 0,
"Reason": "",
"UserMessage": ""
},
"Timestamp": "2021-10-06T23:49:54+02:00"
}
}