tiefpunkt’s avatartiefpunkt’s Twitter Archive—№ 15,443

            1. Old gateway is back online. Time for some #TTN v3 testing (and maybe converting it to Basic Station later).
              oh my god twitter doesn’t include alt text from images in their API
          1. …in reply to @tiefpunkt
            Ok, this was incredibly simple. Migrating an application from TTN v2 to v3. I followed bjoerns-techblog.de/2021/01/ttn-v3-stack-applikation-und-device-migration/ and got data in v3 immediately. I restarted the device by hand, so that might have been cheating but hey...
        1. …in reply to @tiefpunkt
          One thing that's missing in the migration procedure are the payload decoders. It's not mentioned in the blog post above (doesn't seem to be using them at all, so no blame), but it's also not directly mentioned in thethingsindustries.com/docs/getting-started/migrating/migrating-from-v2/ by @thethingsntwrk.
      1. …in reply to @tiefpunkt
        It is noted in the "Major Changes" part though, so I guess you could find it. Here's the example in the docs compared to the (shortened) v2 implementation of the decoder for the #paxcounter
        oh my god twitter doesn’t include alt text from images in their APIoh my god twitter doesn’t include alt text from images in their API
    1. …in reply to @tiefpunkt
      Ha, there is an incredibly lazy way to migrate TTN v2 decoders to TTI v3: Copy&Paste the old Decoder function into the "Uplink payload formatters" field, and add the section from the gist: gist.github.com/tiefpunkt/9407f4049365c065fdd6905adf949993 Works like a charm 🥳 #ttn #lorawan
      oh my god twitter doesn’t include alt text from images in their API
  1. …in reply to @tiefpunkt
    Ok, so to test downlinks, I had to update my paxcounter. Looks like there've been quite some changes 😅 Also hadn't used #platformio in quite some time, and I should really learn my way with that thing, just so much easier than dealing with libraries in the Arduino IDE