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.75k stars 845 forks source link

您好,请问目前是否支持通过 MqttBox 给多个设备推送遥测数据?[HELP] #522

Closed Lyy-Hub closed 3 years ago

Lyy-Hub commented 3 years ago

Describe the issue Create description about your issue, and your actions to solve it.

Configuration (Attach your configuration file) Notate: Remove Access token from file if you wanna attach 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):

imbeacon commented 3 years ago

Hi @Lyy-Hub ,

The gateway works like a mqtt client, so it cannot handle connections from other devices.

Lyy-Hub commented 3 years ago

thank you