#Debug thread devices

1 messages · Page 1 of 1 (latest)

tardy arch
#

I currently have multiple sleepy thread devices and I encounter some trouble that after some time the buffer on my homeassistant zbt-2 is overflowing. I debugged it via docker exec -it addon_core_openthread_border_router ot-ctl child table
Output:

| ID  | RLOC16 | Timeout    | Age        | LQ In | C_VN |R|D|N|Ver|CSL|QMsgCnt|Suprvsn| Extended MAC     |
+-----+--------+------------+------------+-------+------+-+-+-+---+---+-------+-------+------------------+
|  10 | 0x080a |        240 |          1 |     2 |  152 |0|0|0|  4| 0 |   151 |   129 | XXXXXXXXXXXXXXXX |
|   5 | 0x0805 |        240 |          6 |     3 |  152 |0|0|0|  4| 0 |     0 |   129 | XXXXXXXXXXXXXXXX |
|   4 | 0x0804 |        240 |          0 |     1 |  152 |0|0|0|  4| 0 |     0 |   129 | XXXXXXXXXXXXXXXX |
|   2 | 0x0802 |        240 |          7 |     3 |  152 |0|0|0|  4| 0 |     0 |   129 | XXXXXXXXXXXXXXXX |
|   1 | 0x0801 |        240 |          0 |     3 |  152 |0|0|0|  4| 0 |     0 |   129 | XXXXXXXXXXXXXXXX |

I am wondering how can I identify now which matter device is corresponding to the listed Extended MAC? I am currently struggleling with which physical device is related to the one with the 151 messages in queue. Some help would be beneficial :DD

#

sry for the weird table