Releases: sfstar/hass-victron
v0.6.0
Changes
Add 2025.07 homeassistant compatibility.
Note this release is not compatible with version pre 2025.7 due to api change in pymodbus.
DO NOT INSTALL THIS RELEASE ON HA CORE < 2025.7
⬆️ Dependency updates
Special thanks to No new contributors for this release!
v0.5.1
🚨🚨🚨
WARNING: Homeassistant 2025.07 isn't yet compatible with this integration.
🚨🚨🚨
Homeassistant 2025.07 contains a bump of the pymodbus library.
This newer version isn't yet compatible with this integration.
If you use other modbus integration those could also be incompatible with the new pymodbus library used.
Please wait with updating to 2025.07 until an patch release for this integration has been made #340
Changes
No other
📚 Documentation
- Update README.md: clarified the manual installation and corrected some typos @MatthiasOs (#339)
Special thanks to @MatthiasOs and MatthiasOs for this release!
v0.5.0
Changes
🐛 Bug fixes
- resolve bug report not showing up and make blank issues not an option @sfstar (#295)
- Bugfix/correction of ev charger status (Manual, Auto, Scheduled) @rattkin (#302)
🚀 Enhancements
- Add bug, feature and change request issue templates since present template isn't working @sfstar (#294)
🧰 Maintenance
- Add bug, feature and change request issue templates since present template isn't working @sfstar (#294)
📚 Documentation
v0.4.2
This release prepares the integration for homeassistant 2025.2 and is an partial backport of @remcom work on his fork.
Please install this release before updating to home assistant 2025.2
Breaking changes
None
Bugfix
None
New features
- Ensure new pymodbus version in Home assistant 2025.2 is supported #278
Full Changelog: https://github.com/sfstar/hass-victron/compare/v0.4.1..v0.4.2
v0.4.1
This release contains an partial revert of changes made in the previous release regarding how some values should be decoded
Breaking changes
- Same requirement for ha core 2025.1 as v0.4.0
Bugfix
- revert decoding settings for battery capacity #275
- revert decoding settings for min max cell voltage #276
New features
None
Full Changelog: https://github.com/sfstar/hass-victron/compare/v0.4.0..v0.4.1
v0.4.0
This release ensures the integrations interoperability with home assistant version 2025.1
Please note that the release only works when running home assistant 2025.1 or higher.
Thans to @julesxxl for creating an PR to address this issue
Breaking changes
- make the integration only compatible with 2025.1 or higher.
Full Changelog: https://github.com/sfstar/hass-victron/compare/v0.3.0..v0.4.0
v0.3.0
This release contains several bug fixes, improvements and a breaking change.
Users that have a device with modbus id 0 connected should perform a rescan after installing this update.
This will seperate the modbus device with id 0 into it's seperate dedicated device.
Unfortunately historical data for the entities, when the device was placed under unit id 100, will not be transfered.
All other entities and devices should remain unaffected.
Breaking changes
- Split device with unit id 0 into a dedicated device instead of grouping under device 100 #21, #47, #96, #138, #161, #191
Bugfix
- Add unit id 101 as valid unit id for temp sensors #45
- Add unit id 36 to allow for the detection of more pvinverters #200
- Decode ess_mode values more accurately #44
- Scale startervoltage of alternator by 10 instead of 100 #27
New features
- Allow users to change the host IP when migrating subnets/ip's by reconfiguring the integration #121
- Add solarcharge state "WAKE-UP" as a decodable value #178
- Add tank status "ERROR" as decodable value #102
Full Changelog: https://github.com/sfstar/hass-victron/compare/v0.2.0..v0.3.0
v0.2.0
This release contains several bug fixes and fixes that improve the integrations stability.
Users that have devices not being detected by this integration should perform a rescan after upgrading.
Furthermore, the stability of handling victron non-documented output has been improved.
Previously returning undocumented values had the unfortunate effect of stopping entities from being updating.
Starting from this release the integration will now log an error and set the state of the entity as "nondecodeable".
Please note that also starting from this release the integration will allow some community sourced register decodings that are not properly documented by victron to be added. This entails a parting ways from the rigid approach of if it's not documented it's not added.
Breaking changes
None
Bugfix
- PV-inverters, solarchargers and grid meters with modbus id 35 or 36 are now correctly detected #36, #129, #137, #182
- State of charge is now correctly displayed for battery entities #130
- Improved resilliency to unsupported values being returned by the gx device #189
New features
- Unit id range introduced by gx release 3.20 is now supported #8, #157, #179, #192
- Ruuvi battery state low is now a supported decodeable value #186
Full Changelog: https://github.com/sfstar/hass-victron/compare/v0.1.7..v0.2.0
v0.1.7
"BREAKING CHANGE"
Victron has released an new modbus register XLSX file.
In this file the registers for:
sensor.victron_pvinverter_power_max_capacity
sensor.victron_pvinverter_power_total
sensor.victron_ gps_altitude
Have been marked with new unit of measurements reflecting the actual value being reported.
Users that have an pvinverter and/or an GPS device connected to the GX device will have to manually "fix" the entities after updating the integration.
This can be done by pressing the "Fix Issue" button on the page "developer tools" -> "statistics"
You can also use this button to navigate to the page (if you have my homeassistant configured):
Ensure that you choose the "Update the unit of the historic statistic values from '' to 'W', without converting." option.
Please note that if you downgrade from v0.1.7 to an earlier version you will need to perform the "Fix Issue" flow again (after downgrading) to revert the statistics unit of measurement back to the value used in those releases.
Users that don't follow the "Fix Issue" flow will experience no statistics data being compiled for these entities.
Breaking changes
- This release changes the unit of measurement for pvinverter_max_capacity, pvinverter_power_total #133 #142 #159 #169 based on victronenergy/dbus_modbustcp#30
- This release changes the unit of measurement for gps_altitude #28 based on victronenergy/dbus_modbustcp#31
Bugfix
None
New features
None
Full Changelog: https://github.com/sfstar/hass-victron/compare/v0.1.6..v0.1.7
v0.1.6
This release contains fixes contributed by @ChristophCaina to resolve warnings related to deprecated constants that will be removed in HA 2025.1 #154
Breaking changes
None
Bugfix
None
New features
Prepared this integration for ha constants deprecations slated for 2025.1
Full Changelog: https://github.com/sfstar/hass-victron/compare/v0.1.5..v0.1.6