DRAGINO problems and solutions topic part 2

I’m implementing code for a Dragino LA66 board (yes another ESPEasy LoRaWAN controller)
Everything seems to be working, mainly based on documentation of other AT-command based modules, trial and error, a bit of common sense and poking Jac a few times. This because it is quite hard to find actual documentation for this module apart from the wiki entries and some AT-command reference doc.

I try to query the module for the DevAddr, however I keep getting some value starting with

0184

And not the value starting with 26 as seen on the TTN console.
Does anyone here know how to get this DevAddr as shown on the TTN console page?
Or is this a bug in the Dragino LA66 firmware? (running EU868 v1.1)
N.B. I am using OTAA.

Hmm I’m now also looking into the RAK AT Commands and there with DEVADDR is stated this should only reflect the DevAddr in ABP mode.

Is there another way to get the DevAddr from the LoRaWAN node (on these modules) when using OTAA that anyone knows of?