Skip to content

v3.4.0-beta.15

Pre-release
Pre-release

Choose a tag to compare

@btli btli released this 22 Jun 16:41
c1a6366

EG4 Web Monitor 3.4.0-beta.15

Requires pylxpweb 0.9.36b16 (installed automatically).

Fixed

  • Fault Code / Warning Code no longer flicker to "unknown" on a dropped bms_data read (#261). beta.14 fixed the full-link-down case; this fixes the far more common case where only the BMS register block drops while the rest of the read succeeds. The inverter's own fault registers read a healthy 0, but pylxpweb merged that with the missing BMS fallback as 0 if 0 else NoneNone, which dropped the sensor to unknown (HYBRID and LOCAL). pylxpweb 0.9.36b16 now preserves a known-healthy 0 and only reports unknown when neither register was read. Thanks to @ivanfmartinez for the per-hour log analysis that isolated this from the link-down case.

pylxpweb 0.9.36b16 also bundles the .xls export parser (#181), local reg-74 PV charge power (#174), and the aiohttp 3.14 CI fix (#188).