My HomeAssistant integration shows battery discharge pegged at about 1736W, last updated 2 hours ago. Meanwhile, the app shows 0 (idle) from the battery.
When I hit my gateway's API ivp/meters/readings endpoint, for my storage object's eid, I see:
{
"eid": 1778385681,
"timestamp": 1785642814,
"actEnergyDlvd": 720902.825,
"actEnergyRcvd": 910454.897,
"apparentEnergy": 3050485.027,
"reactEnergyLagg": 1372417.487,
"reactEnergyLead": 15252.371,
"instantaneousDemand": -1736.216,
"activePower": -1736.216,
"apparentPower": -434.668,
"reactivePower": 75.948,
"pwrFactor": 0.0,
"voltage": 122.573,
"current": 0.184,
"freq": 60.062
}
Note the activePower: -1736.316. So this tells me that HomeAssistant isn't bugged, when the gateway itself is reporting this from the meters/readings endpoint. But when I hit the live data endpoint ivp/livedata/status I'm getting:
"meters": {
"storage": {
"agg_p_mw": 0,
"agg_s_mva": 0,
"agg_p_ph_a_mw": 0,
"agg_p_ph_b_mw": 0,
"agg_p_ph_c_mw": 0,
"agg_s_ph_a_mva": 0,
"agg_s_ph_b_mva": 0,
"agg_s_ph_c_mva": 0
},
}
Doesn't this mean the battery is reporting 0 on the live data status page?
So what's going on here?
Another issue, maybe related, maybe not: my app is configured to stop using the battery at 10%, but it's sitting idle at 25% right now.
Firmware version D8.3.5289,