Skip to content

Releases: remcom/hass-victron

v0.3.5

12 Jan 14:19
95f0263
Compare
Choose a tag to compare

Changes

This fixes some cases where not all devices that use ID 100 are found on doing a rescan. Mainly applicable for missing ve.can devises or other accessories (gps) connected to the GX device

🚀 Enhancements

🧰 Maintenance

v0.3.5-beta.1

11 Jan 09:44
0ae6a71
Compare
Choose a tag to compare
v0.3.5-beta.1 Pre-release
Pre-release

What's Changed

  • This release wont scan ID 0 anymore and improved device finding for ID 100. Please do restart of HA and than then a rescan.

Full Changelog: v0.3.4...v0.3.5-beta.1

v0.3.4

09 Jan 15:41
bcdbd84
Compare
Choose a tag to compare

What's Changed

  • tweak ci flow and at ruff format check by @remcom in #15
  • Some minor documentation updates. by @remcom in #21
  • [Update evcharger position by @gb095666 in https://github.com//pull/14
  • Make integration work with pymodbus 3.7.x or 3.8 and higher by @remcom in #22
  • First batch code cleanup pylint by @remcom in #23

New Contributors

Full Changelog: v0.3.3...v0.3.4

v0.3.3

06 Jan 19:32
940315b
Compare
Choose a tag to compare

What's Changed

  • Update readme with migration guide by @remcom in #10
  • Add new evcs states by @remcom in #12
  • Update ci flow

Full Changelog: v0.3.2...v0.3.3

v0.3.2

05 Jan 17:20
a14ce54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

05 Jan 16:07
2c36f18
Compare
Choose a tag to compare

This version contains the following:

Updating pymodbus version to the new HA version of 2025.1
First batch of codestyle cleanups