Skip to content

Releases: tomer-w/ha-victron-mqtt

v2026.8.3 ⚡

Choose a tag to compare

@github-actions github-actions released this 18 Aug 14:44

Changes

  • Update victron_mqtt to 2026.8.4 (#488)

Library Changes

v2026.8.4

  • minor tweak for state classes for energy metrics of yesterday data: #471

📦 Dependency Updates

Contributors

@ha-victron-mqtt-updater[bot] and @tomer-w

v2026.8.2 ⚡

Choose a tag to compare

@github-actions github-actions released this 14 Aug 15:25

Changes

Victron guys did the first feature contribution to the library and integration. Thanks @philipptrenz!! The configuration flow is now both easy and secure if you use latest firmware (v3.80~41 or newer).

Library Changes

v2026.8.3

v2026.8.2

📦 Dependency Updates

Contributors

@philipptrenz, @ha-victron-mqtt-updater[bot] and @tomer-w

v2026.8.1 ⚡

Choose a tag to compare

@github-actions github-actions released this 10 Aug 21:23

Changes

  • Update victron_mqtt to 2026.8.1 (#482)
  • Fix transient connectivity retry logic: #481

Library Changes

v2026.8.1

  • Improve energy metric_nature: #478

🧰 Maintenance

📦 Dependency Updates

Contributors

@dependabot[bot], @ha-victron-mqtt-updater[bot] and @tomer-w

v2026.8.0 ⚡

Choose a tag to compare

@github-actions github-actions released this 05 Aug 20:21

Changes

  • Update victron_mqtt to 2026.8.0 (#476)

Library Changes

v2026.8.0

  • Add Skylla-i charger mode and AC input current limit @luclu (#123)
  • Make EV Charger Min/Max charging current settable: #473
  • Add Hub4 disable feed-in switch topic: #474
  • Add Orion XS 12/12-70A: #459
  • Fix MinCurrent and MaxCurrent names: #473
  • Fix yield today state class and precision: #471
  • Revert step to be 1 for MaxFeedInPower: tomer-w/victron_mqtt#118
  • Make sure keepalive loop is not skipping steps.

🧰 Maintenance

📦 Dependency Updates

Contributors

@tomer-w and @luclu

v2026.7.7 ⚡

Choose a tag to compare

@github-actions github-actions released this 01 Aug 21:30

Changes

  • Add native unavailble support

📦 Dependency Updates

Contributors

@tomer-w

v2026.7.6 ⚡

Choose a tag to compare

@github-actions github-actions released this 24 Jul 14:38

Changes

  • Making new integrations deployment use the latest auto debounce interval which is more effective than the old hardcoded 30 seconds. Users who changed this value will not move automatically to the new dynamic setting.

Library Changes

v2026.7.6

  • Add missing MPPT product IDs and charge current capabilities (0xA067, 0xA068, 0xA10D, 0xA110) @pos-ei-don (#117)
  • Add max charge current to Orion xs1400: #459

📦 Dependency Updates

Contributors

@pos-ei-don and @tomer-w

v2026.7.5 ⚡

Choose a tag to compare

@github-actions github-actions released this 19 Jul 08:20

Changes

  • Update victron_mqtt to 2026.7.5 (#465)

Library Changes

v2026.7.5

  • feat: add Orion XS and MPPT 150/45 rev2/rev3 to product capability table

📦 Dependency Updates

Contributors

@tomer-w

v2026.7.4 ⚡

Choose a tag to compare

@github-actions github-actions released this 16 Jul 12:39

Changes

  • Update victron_mqtt to 2026.7.4 (#463)

Library Changes

v2026.7.4

So many improvements in this release!!

  • Add "auto" update frequency with per-metric-type intervals @frbuceta (#114)
  • Robustness fixes: version parsing, payload handling, and input validation @frbuceta (#115)
  • Add ssl_context parameter to Hub for TLS certificate verification @frbuceta (#116)
  • validate victron_mqtt.json file is up to date in CI pipeline
  • Make multi Ess/AcPowerSetpoint default to zero: #262
  • Harden connect for better cleanup on errors and exposing only CannotConnectError and inherited exceptions: #461
  • fix pyright issue and add it as a hook
  • feat: resolve device-specific max charge current from product table

📦 Dependency Updates

Contributors

@tomer-w, @frbuceta

v2026.7.3 ⚡

Choose a tag to compare

@github-actions github-actions released this 12 Jul 13:29

Changes

  • Defer SSDP validation until confirm and gate auth fallback: #456

Contributors

@tomer-w

v2026.7.2 ⚡

Choose a tag to compare

@github-actions github-actions released this 12 Jul 05:35

Changes

  • Update victron_mqtt to 2026.7.3 (#458)

Library Changes

v2026.7.3

  • Fix paho-mqtt minimum version and relax Python requirement @frbuceta (#112)
  • Add lint, type-check and coverage enforcement to CI @frbuceta (#113)
  • Lot of lint fixes.
  • Add PvOnGrid metrics (phases, current, power) @frbuceta (#111)
  • Mark metrics unavailable when their source stops publishing (#454)
  • Add EV ChargingStarted test

📦 Dependency Updates

Contributors

@github-actions[bot] and github-actions[bot]