Skip to content

v0.9.34

Choose a tag to compare

@btli btli released this 02 Jun 11:58
· 8 commits to main since this release

Both additions are register-backed; the cloud just relays the registers.

Added / Fixed

  • power_factor property returns a consistent float (was str from transport, raw int from cloud) and falls through transport → cloud. Sourced from inverter Modbus reg 19 (DIV_1000) locally and the cloud pf field (already a decoded 0-1 ratio) in pure-cloud mode.
  • GridBOSS smart-load per-leg current in pure-cloud mode. MidboxData gains smartLoad{1-4}{L1,L2}RmsCurr, and MidboxRuntimeData.from_http_response maps them to smart_port_*_current (÷10, same scale as grid/load/gen/ups currents). These mirror Modbus regs 18-25, which LOCAL/dongle already read directly — so pure-cloud now surfaces the same values.

No behavior change for LOCAL/HYBRID (transport is preferred); this only fills the pure-cloud relay.