Add support for ModBus RTU over TCP#195
Open
jbeckerwsi wants to merge 2 commits into
Open
Conversation
Author
|
@veista please let me know if you are interested in merging this change. If you feel uneasy because of the LLM contribution, that's also fine. If that's the case I will consider re-writing by hand or closing the PR. |
Owner
|
Hi, Sorry, I have not had any time to review or test this. This is not a feature that is in high demand and I feel it might confuse people. If you could share more information about your use-case I will try to find some time to review this. |
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




with relatively minimal changes, I got the integration to work with a simple serial device server.
The most significant difference is that this mode uses
FramerType.RTUI have tested the changes with this setup:
Nilan 300 Comfort Top
Moxa NPort5430 device server, configured in TCP Server mode
Home Assistant 2025.12.1
part of the code was authored by Gemini 3 Pro, this text has been written by hand :)