v2.0.1
Fix
Panel sensors (Pin, Vin, Iin, RSSI) permanently unknown even with active production (#6).
Root cause: parse_param_csv selected the last row containing any valid value. With sensors=true the CCA sensor column always carries fresher data than panels (~15 min cloud delay), so that row contained only the sensor value — zero panels.
Fix: collects the latest valid value per column scanning rows in reverse, skipping already-filled columns.
Full changelog
See CHANGELOG.md.