-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modbus Bridge- Question #2
Comments
ModbusTCPConnect ,<ip_address> = connect to a remote Modbus TCP server on remote tcp port˙ and ip_address I believe it was a request from some user who also tested it. I never used it myself though. |
Thank you for your response. From my point of view, this command only makes sense if the external device coupled via the serial line is a Modbus master and its request is sent to the TCP/IP Modbus slave. |
Tasmota is always master on the serial line modbus and a modbus slave on the network in the current design. So it can connect to an external tcp device and waits for modbus data from the tcp master. I could imagine this like a serial to tcp converter connected to a modbus master device. So the use case provided above is indeed not yet supported. Currently I don't have the time to make this extra functionality but feel free to make a PR. |
Thanks again for the quick reply. |
Perfectly fine for me. |
Hello joerenst,
if I understand correctly, the code for the Modbus bridge (Tasmota) came from you.
Thank you very much, this function is really helpful.
What is the use case for the 'ModbusTCPConnect' command?
John
The text was updated successfully, but these errors were encountered: