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.74k stars 844 forks source link

[HELP] #835

Closed wangpony closed 2 years ago

wangpony commented 2 years ago

Describe the issue Create description about your issue, and your actions to solve it. Simulate the Modbus TCP protocol data. The 32int and 32float data received by the gateway are inconsistent with the sent data

Configuration (Attach your configuration file) Notate: Remove Access token from file if you want to attach a tb_gateway.yaml

Connector name (If you need help with some connector/converter): [e.g. MQTT Connector]

Error traceback (If it was raised):

'deviceName'
Traceback (most recent call last):
  File "<input>", line 2, in <module>
KeyError: 'deviceName'

Versions (please complete the following information):

samson0v commented 2 years ago

Hi @wangpony, please, send your config for the modbus connector and full log. Also, describe the steps to reproduce your bug. Thanks for your interest in ThingsBoard IoT Gateway!

wangpony commented 2 years ago

My issue has been solved,thank you