@BoRRoZ Thanks… I have followed the guide, i deleted the previous node-re nodes and added the new event and uplink ones and I do have added discovery info… but nevertheless no luck and no error message in the console.
Its only the OTAA part which does not work…
Because it was running with 2.0.2 I did only install the new ttn nodes and did not reinstall node-red or node.js. Maybe i would have to reinstall everything?
Just to say I checked my node-red TTN nodes and they are both connecting and working OK with an LMIC OTAA node (Heltec).
Did you leave the region field empty? - just check that you really did type “eu” in there (and it is not “greyed”)
@CurlyWurly Did you leave the region field empty?
hmm… there is no region field. Probably in the old version but in the 2.0.4 version there is this discovery thing…with the old version everything was working ok.
and i will try your code as soon as I get connected again of course. Thanks…
Glad this thread highlighted the new nodes - thanks!
I replaced the old TTN nodes with the new ones (V2.0.4) and I can now see the following differences:
The new nodes are named differently ttn_event has replaced ttn_device ttn_uplink has replaced ttn_message ttn_downlink has replaced ttn_send (I think that was what it was called)
I’ve checked and all works OK for me now (data flows etc).
In my case, I deleted the older TTN libraries before re-installing the new ones with npm install node-red-contrib-ttn (This was to remove the old nodes from the node-red pallete)