Hello!
I think I got it working. I am still having this issue below:
Drop uplink message - Host
cluster
failed to handle message: No device matches uplink
Try this!
Add the Gateway to the console:
Per: https://www.thethingsindustries.com/docs/gateways/concepts/adding-gateways/
Console: The Things Network Console
Create CUPS API key for your gateway with the following rights:
-
View gateway information
-
Edit basic gateway settings
-
Retrieve secrets associated with a gateway
Create LNS API Key with the following rights:
- Link as Gateway to a Gateway Server for traffic exchange, i.e. write uplink and read downlink
Create the CUPS Key (I did this on a Raspberry Pi)
$ export CUPS_KEY="your-cups-api-key"
$ echo "Authorization: Bearer $CUPS_KEY" | perl -p -e 's/\r\n|\n|\r/\r\n/g' > cups.key
Create the LNS Key
$ export LNS_KEY="your-lns-api-key"
$ echo "Authorization: Bearer $LNS_KEY" | perl -p -e 's/\r\n|\n|\r/\r\n/g' > lns.key
Setup Laird (I am using 93.8.5.25, I think 93.8.5.21 would work as well.)
Semtech Basic Station
CUPS Server Address:
LNS Server Address:
- wss://eu1.cloud.thethings.network:8887
CUPS and LNS Server Cert:
- ISRG Root X1 https://letsencrypt.org/certs/isrgrootx1.pem
CUPS Key
- Generated above
LNS Key
- Generated above