1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-04 13:15:29 +01:00
Files
core/tests/components/hypontech/fixtures/monitor.json
T
Hai-Nam Nguyen 145639d048 Add load, grid, and battery sensors to Hypontech (#173150)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-08 13:40:37 +02:00

17 lines
287 B
JSON

{
"1123456789123456789": {
"meter_power": -150.5,
"power_load": 320.0,
"w_cha": 45.2,
"power_pv": 123.0,
"soc": 87.0
},
"3123456789123456789": {
"meter_power": 200.0,
"power_load": 1500.0,
"w_cha": 0.0,
"power_pv": 1100.0,
"soc": 50.0
}
}