Skip to content

v2.0.2

Choose a tag to compare

@Bobsilvio Bobsilvio released this 01 Jul 08:09
70d1237

Fixed

  • Per-panel Pin/Vin/Iin (and system.power_w) stuck unavailable on the v4 API for Premium / sensors=true accounts, while per-panel energy worked (#7).

    Root cause: _apply_summary selected 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 to null. 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 correlate d[] columns with the equipment topology.

Thanks to @montemartello73 for the detailed debugging that pinned the root cause.