v2.0.2
Fixed
-
Per-panel
Pin/Vin/Iin(andsystem.power_w) stuckunavailableon the v4 API for Premium /sensors=trueaccounts, while per-panel energy worked (#7).Root cause:
_apply_summaryselected a single "newest row where any column is non-dash", but the trailing CCA/aggregate columns are non-dash in every minute of the day, so selection always walked to the empty end-of-day row and every panel collapsed tonull. Same class of bug as the 2.0.1 v3-CSV fix, left unfixed on v4. Fixed by scanning per panel column for its latest non-dash value, ignoring the aggregate columns.
Added
- Verbose-gated diagnostics for the summary telemetry layout (
SUMMARY-SHAPE,EQUIPMENT-ORDER) to correlated[]columns with the equipment topology.
Thanks to @montemartello73 for the detailed debugging that pinned the root cause.