Skip to content

v1.3.27

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Jun 18:14
98f430f

Battery nameplate sensors

This release decodes three battery-topology nameplate values from givenergy-modbus 2.6.0 — Battery Nominal Power, Nominal Current, and Max Charge Percentage — and surfaces them as diagnostic sensors. These report the battery's rated parameters, not live telemetry. The underlying registers are carried on AC-coupled and All-in-One models; on DC-coupled hybrids that don't expose them, the sensors simply don't appear. The power and current scaling follows the library's most-likely reading and hasn't yet been confirmed against live hardware, so treat those two as provisional for now.

Three-phase startup fix

The PV Direct Today sensor added in v1.3.26 no longer logs a spurious "library field drift" warning at startup on three-phase systems, where its underlying field is single-phase-only.

Changes

  • feat: add battery nominal sensors + bump modbus to 2.6.0 (#231) (294c780)
  • fix: use getattr for e_pv_direct_today value_fn (3-phase AttributeError) (#232) (98f430f)

Full Changelog: v1.3.26...v1.3.27