Skip to content

Releases: totaldebug/luxmodbus

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 01 Jul 20:33
ac6c8e5

0.3.1 (2026-07-01)

Bug Fixes

  • Correct battery_current scale to 0.1 A (reg 98) (d55a154)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 19:51
9da6b28

0.3.0 (2026-06-29)

Features

  • Source EPS L1/L2 from 127/128, fix BMS scale, add model/firmware decode (f87ee35)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 13:30
e52fe11

0.2.0 (2026-06-29)

Features

  • Add status-code decoder and enable parity sensors by default (51610af)
  • Map grid-support and peak-shaving hold registers (spec Table 8) (f5801ef)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 21:24
92d3313

0.1.0 (2026-06-28)

Features

  • Add write path — request builders, encode_value, response unpacking (f1e44fc)
  • Expand hold-register coverage from spec Table 8 (048452e)
  • Initial release (c15d9ca)
  • Map live-discovered hold registers, relax bounds to real hardware (357db71)

Bug Fixes

  • Correct write_multi framing to spec Table 6 layout (78924bc)