v3.4.0-beta.10
Pre-release
Pre-release
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 Durationis a live setpoint in LOCAL/HYBRID: raising it while a charge is running extends it (e.g. to keep cells balancing). - New
Quick Charge Remainingsensor (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.