Connecting TTIG to The Things Stack (TTN V3)

Okay, so it sounds like someone else already claimed this gateway. Since you already have the CLI set up, you can look up the gateway registration with the following command (replace the EUI with the actual one):

$ ttn-lw-cli gateways search --eui-contains 58A0CBFFFExxxxxx
// output:
[{
  "ids": {
    "gateway_id": "some-gateway-id",
    "eui": "58A0CBFFFExxxxxx"
  },
  // ...
}]

You can then run the following command to find out who registered this gateway (replace the ID with the gateway_id in the output of the previous command):

$ ttn-lw-cli gateways collaborators list some-gateway-id
// output:
[{
  "ids": {
    "user_ids": {
      "user_id": "some-user-id"
    }
  },
  // ...
}]

Now that you know who claimed the gateway, you should be able to reach out to them (they should typically have the same username here on the forum) and ask them to delete the gateway if it’s not theirs.

Does this mean there are TTIGs with the same WiFi password out in the world? Is that by batch?

??? Where does this come from???

I’ve got multiple devices, some from the same batch and some from other batches and all have (seemingly) random passwords. I didn’t notice any duplicates. However the password is just a few characters so some overlap may occur at some point…

If someone has claimed @dvbahder’s gateway, that means they have a TTIG with an EUI sufficiently similar with either an identical or sufficiently similar WiFi password that they managed by some statistical miracle to claim the TTIG.

I’m trying to eliminate the the first possibility for the WiFi password - if they are all random, it would be interesting to compute the probability of someone managing to claim someone else’s TTIG by misreading or mistyping (or both) the EUI & the password.

May-be someone ADDed a wrong gateway? Or a coworker (bought at RS usually implies not a consumer acquired device) already claimed it?
Two possible explanations I think more plausible.

A restocked/returned item? Perhaps registered by previous owner. A couple of years back in early days of RS shipping I had a mis-ship/mis-pack where they sent a 915Mhz device - in 868Mhz box! That had to be returned - so not unknown… and yes I had to register it before I realised it wasnt operating as expected…

1 Like

i’m back

I bought the device as new (rsonline-privat.com), I unpacked it, registered with ttn (my first account with ttn) and it worked straight away since 11-2019 to this day and is still working
in the v2 i can see it and it has no other owners, no collaboraters

I tried the instructions from htdvisser
in cli answer is

…nothing

i have in another account (school in Dresden, since 2020) a mikrotik, is working fine in v3,
with the same commands, i’ve correct answers
the comands are working in my account…

is there anything else i can try?

thx for help!

We run the risk of splitting hairs here, but Hylke said claimed …

We run the risk of splitting hairs here, but Hylke said claimed …

That’s probably a mistake. I don’t think that passwords can be repeated since they are generated based on a gateway specific hardware secret.

I think someone else “registered” this EUI. @htdvisser’s recommended steps to resolve this issue are still valid.

Sorry for the confusion. I meant “claimed the EUI” – either by registering a gateway with that EUI (ignoring all the warnings), or by claiming a gateway and then returning it to RS like @Jeff-UK described above.

Since the CLI says that this gateway has no collaborators, it’s possible that someone did register it, and then (instead of deleting it) revoked their own rights on the gateway. @dvbahder could you please share the full EUI of your gateway, then we try to find out what’s going on here.

thx
Gateway ID
eui-58a0cbfffe800fb0

sorry
Gateway with EUI 58A0CBFFFE800FB0 already exists and is not authorized for claiming
on cli my rigths only for own v3 gateways, could`nt find any gateways#

I should just wait until v2 ends and then register my ttig new in v3 with a new ID

Status in v2 (is working)
GATEWAY OVERVIEW
Gateway ID eui-58a0cbfffe800fb0
Description TTN Gateway Indoor DvB
Owner dvbahder
Status connected (v2)
Frequency Plan Europe868MHz
Router ttn-router-eu

there is another idea? thx

ID yes, but it’s the EUI that’s already registered so it will be blocked until someone finds out who has used that EUI already.

but doesn’t it say in v2 that i am the owner?

You never actually own an EUI, you merely look after it for the network.

In short, no, an entry in v2 doesn’t verify the ownership of a gateway as anyone can enter any EUI they like. And it has been clearly stated by TTI that they aren’t going there - search the forum for such discussions from around mid-June when migrations started.

You need to petition TTI to help you with this - only TTI staff have access to TTI systems so only they can help you further - maybe @KrishnaIyerEaswaran2 can help.

thx
i’ve ask him

The gateway that was registered with EUI 58A0CBFFFE800FB0 hasn’t connected since it was registered, so the EUI was probably entered incorrectly. We’ll unset the EUI from that gateway, so you should now be able to claim your gateway.

1 Like
  • claiming 10sek
  • new start 1min
  • ready

:slight_smile: :sunny:

many thx
i’m so pleased

3 Likes

Hi everyone, and Merry Christmas!

I’m experiencing exactly the same problem as @dvbahder here. Same error while claiming:
image

When I use the CLI to see if anyone else registered this gateway (just in case), it seems nobody did:
image

I tried the EUI in upper case and lower case, just in case, but got an empty array in both cases.
As @dvbahder, I’m simply trying to migrate from V2 to V3 (all devices migrated already). To the best of my knowledge, I never created this gateway myself in V3. No one else has ever had access to this gateway, it’s plugged next to me in my lab since I bought it.

I guess I’m out of options. Anyway, not urgent really, specially on Christmas Eve, but I would really appreciate some help to see what could be going on.

Thank you all, Merry Christmas, and my very best for next year!

I believe un-migrated TTIGs as of date of V2 shut down (or shortly thereafter) may well have been ‘auto–migrated’ to V3 using the eui as GW ID… you should be able to see this as a listing in your GW console overview (if you were the orginal owner)…is there anything there? If so you can delete and reclaim under a name of your choise at that point.

See here

Note your original V2 details are shown here:
https://account.thethingsnetwork.org/api/v2/gateways/eui-58a0cbfffe801992

1 Like