Debug trace not active

I dont any debug traces in the active flows:
but mqtt is "ok" :
[mqtt-broker:DRAGINO SENSORS] Connected to broker: mqtts://eu1.cloud.thethings.network:8883
mqtt module is connect bat never module activates debug trace, may be a reason?
Nodered is on raspberry

Have you subscribed to a topic that something is publishing too?

Install MQTTExplorer on your PC and connect to the broker with that to check what topics are being subscribed to.

Ok Colin. Thanks

I installed mqtt explorer but it only appears the ip address no visible stream or topic. probably I configured it incorrectly I attach the mqtt log

1704792681: New connection from 192.168.1.41:52082 on port 1883.
1704792681: New client connected from 192.168.1.41:52082 as mqtt-explorer-e691aead (p2, c1, k60, u'mosquitto').
1704793053: mosquitto version 2.0.11 terminating
1704793053: Saving in-memory database to /var/lib/mosquitto//mosquitto.db.
1704793063: mosquitto version 2.0.11 starting
1704793063: Config loaded from /etc/mosquitto/mosquitto.conf.
1704793063: Opening ipv4 listen socket on port 1883.
1704793063: Opening ipv6 listen socket on port 1883.
1704793063: mosquitto version 2.0.11 running
1704793073: New connection from 192.168.1.41:52123 on port 1883.
1704793073: New client connected from 192.168.1.41:52123 as mqtt-explorer-e691aead (p2, c1, k60, u'mosquitto').
1704793151: Client mqtt-explorer-e691aead disconnected.
1704794876: Saving in-memory database to /var/lib/mosquitto//mosquitto.db.
1704796124: mosquitto version 2.0.11 terminating
1704796124: Saving in-memory database to /var/lib/mosquitto//mosquitto.db.
1704796133: mosquitto version 2.0.11 starting
1704796133: Config loaded from /etc/mosquitto/mosquitto.conf.
1704796133: Opening ipv4 listen socket on port 1883.
1704796133: Opening ipv6 listen socket on port 1883.
1704796133: mosquitto version 2.0.11 running
1704796374: New connection from 192.168.1.41:53599 on port 1883.
1704796374: New client connected from 192.168.1.41:53599 as mqtt-explorer-e691aead (p2, c1, k60, u'mosquitto').
1704796402: Client mqtt-explorer-e691aead disconnected.
1704796416: New connection from 192.168.1.41:53604 on port 1883.
1704796416: New client connected from 192.168.1.41:53604 as mqtt-explorer-e691aead (p2, c1, k60).
1704796481: Client mqtt-explorer-e691aead disconnected.

Can you post a screenshot of what you see in mqttexplorer when it is connected please. You can paste an image directly here.

Did you follow this guide?
https://www.thethingsindustries.com/docs/integrations/node-red/

The topic is missing
Look at the guide because you must have the right topic to access your device (because TTN is public)

Node mqtt is actived by no trace activity

  • Node-RED 3.1
  • mosquitto version 2.0.11

Node-RED[416]: 9 Jan 14:10:10 - [info] [mqtt-broker:DRAGINO SENSORS] Connecté au courtier : mqtts>
<qtts://eu1.cloud.thethings.network:8883

If you go to the TTN console, do you see that your device is active?
Have you configured the topic as described in the guide?

Not useful, you connect to the public broker

I see activities to gateway but not on device (s)

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.