Skip to content

Commit 18aca74

Browse files
author
Sven ten Raa
committed
bump pymodbus to version 3.1.1 to align with core 2023.2
1 parent b209b00 commit 18aca74

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ This integration uses pymodbus 3.0.2 or higher.
5555
As of november 2022 the built-in home assistant modbus integration runs on a version < 3.0.0
5656
If you install this integration the built-in modbus integration will stop to work due to breaking changes between 2.x.x and 3.0.0
5757

58+
## Important announcement:
59+
Starting from homeassistant core version 2023.2.x the built-in modbus integration now uses pymodbus version 3.1.1.
60+
Version 0.0.7 (and up) of this integration will also use the 3.1.1 pymodbus version.
61+
62+
Although core version >= 2023.2 and previous versions of this integration should be compatible it is recommended that all users update both core and this integration in the same patch round.
63+
Since having multiple library version requirements might cause the built-in 3.1.1 library to be overwritten by 3.0.2 reference of versions 0.0.6 and earlier.
64+
This could cause issues if you are using specific configuration options of the built-in modbus integration that weren't working with pymodbus 3.0.2 and were fixed in 3.1.1
65+
5866
## Manual
5967
1. Clone the repository to your machine.
6068
2. Copy the contents of custom_components/ to your machine running home assistant.

custom_components/victron/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"documentation": "https://github.com/sfstar/hass-victron",
77
"issue_tracker": "https://github.com/sfstar/hass-victron/issues",
88
"requirements": [
9-
"pymodbus==3.0.2"
9+
"pymodbus==3.1.1"
1010
],
1111
"ssdp": [],
1212
"zeroconf": [],

hacs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Victron GX modbus TCP",
33
"render_readme": true,
4-
"homeassistant": "2022.11",
4+
"homeassistant": "2023.2.0",
55
"hacs": "1.28.4"
66
}

0 commit comments

Comments
 (0)