thingsboard / thingsboard-gateway

Open-source IoT Gateway - integrates devices connected to legacy and third-party systems with ThingsBoard IoT Platform using Modbus, CAN bus, BACnet, BLE, OPC-UA, MQTT, ODBC and REST protocols
https://thingsboard.io/docs/iot-gateway/what-is-iot-gateway/
Apache License 2.0
1.65k stars 800 forks source link

[HELP] MODBUS RTU over TCP multiple devices on one TCP connection #1172

Closed LukaszDuss closed 9 months ago

LukaszDuss commented 10 months ago

Describe the issue I need to configure 15 sensors that are connected to device with modbus rtu over tcp. I can only open one TCP connection due to limitation of my device.

Is it possible/how to configure modbus.json (v3) like modbus.json (v2), so my device will open just one TCP connection but still recognize 15 different sensors??

Connector name (If you need help with some connector/converter): MODBUS TCP with RTU

Versions (please complete the following information):

samson0v commented 9 months ago

Hi @LukaszDuss, thanks for your interest in ThingsBoard IoT Gateway! We know about this limitation and we will fix it in the next release.

LukaszDuss commented 9 months ago

Hi @LukaszDuss, thanks for your interest in ThingsBoard IoT Gateway! We know about this limitation and we will fix it in the next release.

OK

clementlgl commented 1 month ago

@samson0v Is it now possible to configure the gateway to fetch data from multiple sensors through one TCP connection with the latest release ?

Thank you