Commit 8b1d85d
docs: power_to_user does track grid import; correct the clamp note (#373)
The note against box_grid_power said a grid-bounded limit was not buildable from
this inverter's own registers on this model. That was too strong, and the
reporter corrected it against his own evidence rather than let it stand because
it quoted him.
Across 637 samples during EV charging, power_to_user (3041/3042) was non-zero in
632 of 632, median -4 W against a P1 meter, 98% within 200 W. For sustained
import it tracks the grid closely, and sustained import is the failure mode a
clamp exists to prevent.
The limitation is real but narrower: power_to_user also read 0.0 through eight
transient events, including a confirmed 2.2 kW load running ten seconds while
the inverter's own discharge register moved by 2.2 kW to meet it. Trustworthy
for sustained flow, blind to transients on roughly that timescale - which is the
normal profile of a kettle, espresso machine or boiler, so a design using it
should expect to miss those and say so rather than discover it later.
box_grid_power stays mapped and stays noted as dead on this model. That half is
firmer than when written: 4430 consecutive zero samples now, and the conclusion
no longer rests on the transient spikes at all.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 5f6cb1b commit 8b1d85d
1 file changed
Lines changed: 21 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
217 | | - | |
218 | | - | |
| 216 | + | |
| 217 | + | |
219 | 218 | | |
220 | 219 | | |
221 | 220 | | |
| |||
224 | 223 | | |
225 | 224 | | |
226 | 225 | | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
231 | 245 | | |
232 | 246 | | |
233 | 247 | | |
| |||
0 commit comments