Skip to content

Commit 31540c3

Browse files
committed
Change README.
1 parent b5a00b1 commit 31540c3

File tree

4 files changed

+20
-41
lines changed

4 files changed

+20
-41
lines changed

README.md

Lines changed: 13 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -34,33 +34,15 @@ Enjoy a working modbus, if you encounter a problem feel free to open a issue [di
3434
I do also monitor the home assistant issues.
3535

3636

37-
Testing
38-
===
39-
40-
To run the test suite create a virtualenv and install test dependencies::
41-
42-
$ python3 -m venv venv
43-
$ pip install -r requirements.test.txt
44-
45-
After the test dependencies are installed you can simply invoke `pytest` to run
46-
the test suite::
47-
48-
$ pytest
49-
50-
5137
Custom modbus in a nutshell
5238
===
5339

54-
This is a custom component version of the official Homeassistant modbus,
55-
with active maintenance.
56-
57-
The custom component is Homeassistant modbus++, because changes in the official
58-
component are integrated here on a regular basis.
59-
60-
Both homeassistant issues and the homeassistant user forum are monitored and
61-
problems are fixed as fast as possible.
40+
This is a custom component version of the official Homeassistant modbus, The
41+
custom component is Homeassistant modbus++, because the official version is the
42+
base for all commits in here. Whenever the official version changes, this repository
43+
is updated.
6244

63-
REMARK: custom modbus is part of the pymodbus development organisation, tying it
45+
REMARK: custom modbus is part of the pymodbus development organisation, connecting it
6446
firmly to pymodbus.
6547

6648

@@ -70,28 +52,26 @@ Why a custom component ?
7052
The reason involves a bit of history.
7153

7254
I maintained the homeassistant modbus component for years and had
73-
developer status in the homeassistant repo. In fact at the time of writing
74-
this I am still #34 alltime most active contributor in
75-
[homeassistant](https://github.com/home-assistant/core/graphs/contributors)
55+
developer status in the homeassistant repo due to being very active.
7656

77-
For a lot of reasons I decided to take a leave of absence, however the Core team
78-
retained my developer status.
57+
For a lot of reasons I decided to take a leave of absence, however my developer
58+
status was untouched.
7959

8060
When I started contributing again, the Core team cancelled my developer status,
8161
signalling that my contributions were no longer welcome.
8262

83-
Since I need a working modbus component, I maintained a private version,
84-
lately after talks with several users, I decided to turn it into a HACS custom component,
85-
giving modbus users an alternative to the broken official component.
63+
After talks with several users, I turned my private version into a HACS
64+
custom component, giving modbus users an alternative to the broken official
65+
component.
8666

87-
This is NOT the preferred way, nor the best way, but for me the only way !
67+
This is NOT the preferred way, nor the best way, but I saw no other way !
8868

8969

9070
Contributing
9171
===
9272

9373
We actively monitor both homeassistant issues and the homeassistant user forum for
94-
modbus issues, and then solves (if possible) the problems in this component.
74+
modbus issues, and try to solve them (if possible) in this component.
9575

9676
If we have missed your problem/issue, then please feel free to open an issue in
9777
[here](https://github.com/pymodbus-dev/homeassistant_modbus/issues>)
@@ -102,5 +82,3 @@ License Information
10282

10383
Released under a modified [APACHE 2 License](https://github.com/pymodbus-dev/homeassistant_modbus/blob/dev/LICENSE)
10484

105-
Remark: the license prohibits use or copy content of this repository in order to update
106-
the official modbus component.

custom_components/modbus/WARNING

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Please remark, the license do not permit copying or using the source code in anyform for the purpose of integrating into homeassistant modbus without the express permission of the author.
1+
Please remark, the license do not permit copying or using the source code in any form for the purpose of integrating into homeassistant modbus without the express permission of the author.
22

3-
Such permission will be given if files containing source code from this repository contains a link to this directory.
3+
Such permission will be given if files containing source code from this repository contains a link to this repository.

custom_components/modbus/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"issue_tracker": "https://github.com/pymodbus-dev/homeassistant_modbus/issues",
88
"loggers": ["pymodbus"],
99
"requirements": ["pymodbus==3.11.0"],
10-
"version": "1.0.1"
10+
"version": "1.0.2"
1111
}

open_issues

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,14 @@
55

66
# Issues from HA
77
#128554 Create Modbus Devices for each listed connection point in Modbus configuration
8-
#130093 Something is blocking Home Assistant from wrapping up the start up phase
9-
#138077 Modbus value spike issues since last update (2025.2.x) : values mixed from wrong sensor
8+
#138077 Modbus value spike issues : values mixed from wrong sensor
109
#138585 [pymodbus.logging] Exception response 132 / 0
1110
#140580 Modbus integration gets stuck every few days
1211
#142658 TCP/IP modbus connection work only once at HA start
1312
#146179 Mising information in modbus warning message
1413
#146246 Modbus integration ignores scan_interval and polls sensors far too frequently
1514
#146872 Modbus configuration doesn't create a device
1615
#147016 Modbus reading some values wrong from the same device
17-
#147271 MODBUS - deviation
1816
#147383 Issue with modbus integration
1917
#147564 Existing modbus integration of a Smartmeter stopped working as expected after HA update to 2025.6.1
2018
#148329 Modbus sensors can deliver wrong values, when modbus tries to reconnect.
@@ -24,3 +22,6 @@
2422
#149649 Modbus slave sensors not available when master sensor is deactivated
2523
#150191 Modbus dep problem after update to 2025.8.0
2624

25+
# Not solveable
26+
#147271 MODBUS - deviation
27+

0 commit comments

Comments
 (0)