I do not have registered gateway but it says gateway already exists

No gateway is registered with EUI a8404118fc08ffff, so you should be able to register one with that EUI just fine.

Just remember ID is NOT EUI and vice versa!

1 Like

Thank you very much. I have tried to register the device again and finally it appears connected.

Yes, I understand the difference. Thank you.

Hi, I’m trying to claim a gateway, but when I try and submit, it says that the EUI is not registered.

Claim is only for TTIG. Is your gateway a TTIG? For other gateways use ‘Add gateway’.

1 Like

Hi thanks for the response. I managed to sort it out.

The problem I currently have is that Im trying to send a “hello world” message to the gateway, but the message coming across isn’t in hexdecimal format. I’m not sure how to fix it

Just responded to similar query, see response here, it may inspire:

https://www.thethingsnetwork.org/forum/t/uplink-message-how-to-see-data/52878/2?u=descartes

At some point someone will come along and tell you that sending text is very inefficient. They will be incorrect. It’s HUGELY inefficient. But you are just running a test sketch for now, but something to consider changing.

1 Like

Hi I’ve tried to do a Base64 decode, but didn’t help. This is the uplink message that the gateway receives, I hope this helps you identify where I am going wrong.

 {
  "name": "gs.up.receive",
  "time": "2021-11-03T09:27:19.783579491Z",
  "identifiers": [
    {
      "gateway_ids": {
        "gateway_id": "prototype-test"
      }
    },
    {
      "gateway_ids": {
        "gateway_id": "prototype-test",
        "eui": "58A0CBFFFE8028D9"
      }
    }
  ],
  "data": {
    "@type": "type.googleapis.com/ttn.lorawan.v3.UplinkMessage",
    "raw_payload": "AAAAAAAAAAAAE3kE0H7Vs3DyppIKKaE=",
    "payload": {
      "m_hdr": {},
      "mic": "kgopoQ==",
      "join_request_payload": {
        "join_eui": "0000000000000000",
        "dev_eui": "70B3D57ED0047913",
        "dev_nonce": "A6F2"
      }
    },
    "settings": {
      "data_rate": {
        "lora": {
          "bandwidth": 125000,
          "spreading_factor": 7
        }
      },
      "coding_rate": "4/5",
      "frequency": "868300000",
      "timestamp": 4245698779,
      "time": "2021-11-03T09:27:19.598915100Z"
    },
    "rx_metadata": [
      {
        "gateway_ids": {
          "gateway_id": "prototype-test",
          "eui": "58A0CBFFFE8028D9"
        },
        "time": "2021-11-03T09:27:19.598915100Z",
        "timestamp": 4245698779,
        "rssi": -25,
        "channel_rssi": -25,
        "snr": 10,
        "location": {
          "latitude": xxxxxxx
          "longitude": xxxxxx
          "source": "SOURCE_REGISTRY"
        },
        "uplink_token": "ChwKGgoOcHJvdG90eXBlLXRlc3QSCFigy//+gCjZENvxwOgPGgwI96uJjAYQ/YrL9QIg+K74ush7"
      }
    ],
    "received_at": "2021-11-03T09:27:19.783467901Z",
    "correlation_ids": [
      "gs:conn:01FKJDY0BQP03VW9D31Q85KP54",
      "gs:uplink:01FKJHZKZ7WHTNGFGWTQXFTAB2"
    ]
  },
  "correlation_ids": [
    "gs:conn:01FKJDY0BQP03VW9D31Q85KP54",
    "gs:uplink:01FKJHZKZ7WHTNGFGWTQXFTAB2"
  ],
  "origin": "ip-10-100-12-39.eu-west-1.compute.internal",
  "context": {
    "tenant-id": "CgN0dG4="
  },
  "visibility": {
    "rights": [
      "RIGHT_GATEWAY_TRAFFIC_READ",
      "RIGHT_GATEWAY_TRAFFIC_READ"
    ]
  },
  "unique_id": "01FKJHZKZ7C2FKDN655N3F8K9K"
}

That’s a gateway “I received an uplink” message.

It’s NOT a device uplink message. You need to look at the application or device data. Which implies some reading of the docs would help - linked bottom-right on the console.

Plus forum posting guidelines

1 Like

Gud Evening Sir I have Registered my gateway in The things network But It shows not connected so I deleted the gateway from my account and added it but it shows gateway id is already taken.How can I recover it Sir??

My Gateway EUI is B8 27 EB FF FF 34 1E 46

That is Gateway EUI (RPi build?) NOT Gateway ID - this is something you can choose based on own needs vs immutable EUI…e.g. Gateway ID = jeffsnextfantasticttngw or gwinnorthofficeblockxyz - just choose something that others may not have used/thought of gateway ID = mygateway or ttngw1 may well have been used by someone else!

1 Like

Problem is not with the gateway id name sir, I have mistakenly deleted the gateway… how can I add my existing gateway again sir?

You cant

Add it again with a new Gateway ID (name)?..

1 Like

Ok sir Thank you Sir

I have created again sir…Thank you so much sir for your Guidance sir

Can you help me? I made a new account and register the gateway, then when I tried to claim it said: gateway with EUI B827EBFFFE49E1A2 already exists and is not authorized for claiming.
Maybe in end of 2018 or early 2019 me or my friend registered the RAK831 Pilot. Thank you very much!

Is it a TTIG or a RAK gateway - you only claim a TTIG, all others you just register.

1 Like

This is a RAK831 gateway. I deleted and registered again, I made the setup but It’s always show disconnected. I don’t really understand, the raspberry pi is online.