I have a node running the 1.0.2 lora stack (AS923 Japan region) and a Japan MTCDT running 5.2.5.
ADR works as expected, except for one case I don’t understand.
When the node boots up, it slowly changes data rate and txPower to max DR (5) and min txPower (7). It cannot reach the gateway at txPower 7 (unrelated issues), so the adrAckCounter kicks in. After 64 unacked packets, the stack keeps the data rate the same but raises the node txPower to the max (0). This is all as expected.
What I don’t understand is why the network server doesn’t start to decrease the power at this point, as it does at startup. It gets stuck at max txPower.
Any ideas?
Thanks!