thingsboard / thingsboard

Open-source IoT Platform - Device management, data collection, processing and visualization.
https://thingsboard.io
Apache License 2.0
17.26k stars 5.09k forks source link

[Feature Request] #6489

Closed DaXian459 closed 2 years ago

DaXian459 commented 2 years ago

We are connected to a PLC control cabinet composed of multiple devices. When uploading telemetry data, we can only upload it into one device. Is there any way to separate the devices in the PLC control cabinet into separate devices

dhaval2017 commented 2 years ago

@DaXian459 Use gateway api here is the documentation

https://thingsboard.io/docs/reference/gateway-mqtt-api/

DaXian459 commented 2 years ago

Sorry,Is there any way to make them post after uploading to TB

devaskim commented 2 years ago
  1. Use the Transformation node to change message metadata where device id locates.
  2. Try to use the Change originator node of Rule chains.
DaXian459 commented 2 years ago

Thank you very much。