I’m trying to remove my Dragino LHT65N from my TTN account and move it to “The Things Stack Cloud Discovery”
found it on the CLI:
C:\tmp\lorawan-stack_3.32.2_windows_386>ttn-lw-cli.exe ed list dragino02
INFO Telemetry is enabled. Check the documentation for more information on what is collected and how to disable it {"documentation_url": "https://www.thethingsindustries.com/docs/reference/telemetry/cli"}
WARN [dns]dns: TXT record v=spf1 -all missing grpc_config= attribute
[{
"ids": {
"device_id": "dev6",
"application_ids": {
"application_id": "dragino02"
},
"dev_eui": "A84041171187A8BA",
"join_eui": "A840410000000100"
},
"created_at": "2024-11-25T20:35:42.160986Z",
"updated_at": "2024-11-25T20:35:42.160987Z"
}]
and removed:
C:\tmp\lorawan-stack_3.32.2_windows_386>ttn-lw-cli.exe d delete dragino02 dev6
INFO Telemetry is enabled. Check the documentation for more information on what is collected and how to disable it {"documentation_url": "https://www.thethingsindustries.com/docs/reference/telemetry/cli"}
WARN [dns]dns: TXT record v=spf1 -all missing grpc_config= attribute
and still geting:
Register end device
Submit failed
an end device with JoinEUI A840410000000100 and DevEUI A84041171187A8BA is already registered in another tenant
C:\tmp\lorawan-stack_3.32.2_windows_386>ttn-lw-cli.exe d delete dragino02 dev6
INFO Telemetry is enabled. Check the documentation for more information on what is collected and how to disable it {"documentation_url": "https://www.thethingsindustries.com/docs/reference/telemetry/cli"}
WARN [dns]dns: TXT record v=spf1 -all missing grpc_config= attribute
Deleting the device via web console ends with sucess, the same as via CLI. Listing devices returns empty list.