Just to add that I received a new adr request (in verbose mode on the console):
From this message I can see that the network asked for Data rate Index 5 => SF7
and Tx power 1 => decrease the transmission power
{
"name": "ns.mac.link_adr.request",
"time": "2024-08-12T09:37:19.534413521Z",
"identifiers": [
{
"device_ids": {
"device_id": "eui-94193a0103003e6b",
"application_ids": {
"application_id": "wil-sharky-775"
},
"dev_eui": "94193A0103003E6B",
"join_eui": "94193A0303000001",
"dev_addr": "260BC455"
}
}
],
"data": {
"@type": "type.googleapis.com/ttn.lorawan.v3.MACCommand.LinkADRReq",
"data_rate_index": 5,
"tx_power_index": 1,
"channel_mask": [
true,
true,
true,
true,
true,
true,
true,
true,
false,
false,
false,
false,
false,
false,
false,
false
],
"nb_trans": 1
}
The message has been accepted on the next uplink
{
"name": "ns.mac.link_adr.answer.accept",
"time": "2024-08-12T10:07:19.054623543Z",
"identifiers": [
{
"device_ids": {
"device_id": "eui-94193a0103003e6b",
"application_ids": {
"application_id": "wil-sharky-775"
},
"dev_eui": "94193A0103003E6B",
"join_eui": "94193A0303000001",
"dev_addr": "260BC455"
}
}
],
"data": {
"@type": "type.googleapis.com/ttn.lorawan.v3.MACCommand.LinkADRAns",
"channel_mask_ack": true,
"data_rate_index_ack": true,
"tx_power_index_ack": true
}