Skip to content

v2.0.1

Choose a tag to compare

@Bobsilvio Bobsilvio released this 13 Jun 06:47

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.