I wanted to connect my data arriving into TTN using Node-Red. I quickly found the quick start guide.
https://www.thethingsnetwork.org/docs/applications/nodered/quick-start.html#configure
Immediate problem, this guide refers to node-red modules that probably existed two years ago. The latest node red download when you install is node-red-contrib-ttn 2.0.4
It has two new function objects, ttn-event and ttn-uplink. but the quick start mentiond ttn-device and ttn-message so the quick start is no use what so ever.
I am not stupid and have been using AWS IoT gateway with Node-red for some months so thought it cant be that hard.
the new ttn-device asks for:
- a name
- an app
- a device
- and an event.
These fields do not match anything in the quick start. Is name the device name? I have never seen that asked for ever before. MY devise is called Simon’s FiPy, do I enter that?
An app? Is this the App key, makes the most sense, but what format is it?
2BC47F1E6A4B5E0F7D817BF7C3EB229D
{ 0x2B, 0xC4, 0x7F, 0x1E, 0x6A, 0x4B, 0x5E, 0x0F, 0x7D, 0x81, 0x7B, 0xF7, 0xC3, 0xEB, 0x22, 0x9D } (MSB)?
{ 0x9D, 0x22, 0xEB, 0xC3, 0xF7, 0x7B, 0x81, 0x7D, 0x0F, 0x5E, 0x4B, 0x6A, 0x1E, 0x7F, 0xC4, 0x2B } LSB?
Then a device?
Is this the Device EUI or the Device Address (0x26061522)?
Then event? What is this? Or is this a topic?
How did the quick start get out of alignment with the Node-red?
help please