Help with node red and TTN sensors

good afternoon all

so i am completely new to node red and i am struggling with using it with the things network

i have a temp and humid sensor connected to a LoRa gateway and using TTN i am sending the data to my node red using NQTT but the code in the debug seems completly different to all the other videos i have watched on the matter and i cant seem to work out our to take the information from the debug code to make a dashboard graphs.

sorry for my stupidity but i am very keen to work this out so any help would be greatful

Welcome to Node-Red.

Start by connecting your MQTT to you TTN, you should see the green "connected" below the MQTT node if it is connected correctly.

image

Then add a debug node to it and configure it as below.

image

Then look at the Debug Message on the left, the JSON will be in there.

hello
thankyou very much for replying and trying to help me,

this is what i am getting after changing it to the way you descibed

you might notice the # this is because it was was it said in a video on the things network utube channel

i will also add this is what i was getting before

Set your MQTT like below

image

Also push the arrow and you will see the rest of the JSON

image

1 Like

thankyou for your help i got it working now
thanks again

1 Like

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