1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00
Files
core/tests/components/solarlog/fixtures/solarlog_data.json
dontinelli fd4981f3e2 Split up coordinators in solarlog (#161169)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2026-02-11 22:23:32 +01:00

30 lines
641 B
JSON

{
"power_ac": 100,
"power_dc": 102,
"voltage_ac": 100,
"voltage_dc": 100,
"yield_day": 4.21,
"yield_yesterday": 5.21,
"yield_month": 515,
"yield_year": 1023,
"yield_total": 56513,
"consumption_ac": 54.87,
"consumption_day": 5.31,
"consumption_yesterday": 7.34,
"consumption_month": 758,
"consumption_year": 4587,
"consumption_total": 354687,
"total_power": 120,
"alternator_loss": 2,
"efficiency": 98.1,
"usage": 54.8,
"power_available": 45.13,
"capacity": 85.5,
"last_updated": "2024-08-01T15:20:45Z",
"battery_data": {
"charge_power": 1074,
"discharge_power": 0,
"level": 79
}
}