Skip to content

v3.4.0-beta.10

Pre-release
Pre-release

Choose a tag to compare

@btli btli released this 13 Jun 18:43

Quick Charge in LOCAL/HYBRID mode (#251)

The Quick Charge switch and Quick Charge Duration number now work over a local connection, not just the cloud API.

  • With a local transport (Modbus/Dongle) they drive the inverter's holding registers directly — register 233 bit 0 (enable) and register 234 (duration minutes) — so a fixed-length charge can start without the cloud.
  • In HYBRID mode local registers are preferred (faster, no cloud dependency), falling back to the cloud API if a local write fails.
  • The Quick Charge Duration is a live setpoint in LOCAL/HYBRID: raising it while a charge is running extends it (e.g. to keep cells balancing).
  • New Quick Charge Remaining sensor (minutes) shows the live countdown in every mode.
  • The entities appear on supported inverter models with a cloud or local transport.

Requires pylxpweb 0.9.36b9 (installed automatically), which makes the Quick Charge control transport-aware.

Reverse-engineered on an 18kPV; reported working on an LXP-LB (#251). 1351 tests.