Hello everyone, I’m trying to receive sensors data that comes from different applications
using MQTT integration and Node-Red, the issue that I’m facing is that extracting only one
application is working fine and I can receive the data from that one application.
when I try to add another “mqtt in” node to receive the data from another application, just
after configuring the tenant id and password for the new application and suddenly the older
mqtt-in node automatically change its server to the new application and it starts to receive the
same data from the new application
also using the Subscribing API that TTN provides :
“v3/{application id}@{tenant id}/devices/{device id}/up” as a topic makes the node receives
nothing from TTN. kindly help, how can I set the configuration of the mqtt in order to receive
from many applications at the same time?