You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,14 @@ This integration uses pymodbus 3.0.2 or higher.
55
55
As of november 2022 the built-in home assistant modbus integration runs on a version < 3.0.0
56
56
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
57
57
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
+
58
66
## Manual
59
67
1. Clone the repository to your machine.
60
68
2. Copy the contents of custom_components/ to your machine running home assistant.
0 commit comments