Releases: tomer-w/ha-victron-mqtt
Releases · tomer-w/ha-victron-mqtt
Release list
v2026.8.3 ⚡
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
- Update victron_mqtt to 2026.8.4 @ha-victron-mqtt-updater[bot] (#488)
Contributors
v2026.8.2 ⚡
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).
- Improve GX device config flow @philipptrenz (#483)
- Update victron_mqtt to 2026.8.2 (#484)
Library Changes
v2026.8.3
- Internalize aiohttp session in request_pairing_token @philipptrenz (#127)
v2026.8.2
- Add MQTT token pairing for GX device @philipptrenz (#126)
📦 Dependency Updates
- Update victron_mqtt to 2026.8.3 @ha-victron-mqtt-updater[bot] (#485)
- Update victron_mqtt to 2026.8.2 @ha-victron-mqtt-updater[bot] (#484)
Contributors
v2026.8.1 ⚡
Changes
Library Changes
v2026.8.1
- Improve energy metric_nature: #478
🧰 Maintenance
- Bump release-drafter/release-drafter from 7.6.0 to 7.7.0 @dependabot[bot] (#124)
📦 Dependency Updates
- Update victron_mqtt to 2026.8.1 @ha-victron-mqtt-updater[bot] (#482)
- Bump actions/create-github-app-token from 2 to 3 @dependabot[bot] (#477)
Contributors
@dependabot[bot], @ha-victron-mqtt-updater[bot] and @tomer-w
v2026.8.0 ⚡
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
- Bump release-drafter/release-drafter from 7 to 7.6.0 @dependabot[bot] (#122)
- Bump actions/setup-python from 6 to 7 @dependabot[bot] (#121)
📦 Dependency Updates
- Update victron_mqtt to 2026.8.0 @ha-victron-mqtt-updater[bot] (#476)
- Bump release-drafter/release-drafter from 7.6.0 to 7.7.0 @dependabot[bot] (#472)
Contributors
v2026.7.7 ⚡
Changes
- Add native unavailble support
📦 Dependency Updates
- Bump actions/stale from 10 to 11 @dependabot[bot] (#468)
- Bump release-drafter/release-drafter from 7 to 7.6.0 @dependabot[bot] (#470)
Contributors
v2026.7.6 ⚡
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
- Update victron_mqtt to 2026.7.6 @github-actions[bot] (#467)
- Bump actions/setup-python from 6 to 7 @dependabot[bot] (#466)
Contributors
@pos-ei-don and @tomer-w
v2026.7.5 ⚡
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
- Update victron_mqtt to 2026.7.5 @github-actions[bot] (#465)
Contributors
v2026.7.4 ⚡
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
- Update victron_mqtt to 2026.7.4 @github-actions[bot] (#463)
Contributors
v2026.7.3 ⚡
v2026.7.2 ⚡
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
- Update victron_mqtt to 2026.7.3 @github-actions[bot] (#458)
Contributors
@github-actions[bot] and github-actions[bot]