-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TTN V3 Migration #76
Comments
I just tried it. It seems very simple. I have a local configuration so I just updated local_conf.json in /opt/ttn-gateway/bin. I changed the server address from router.eu.thethings.network to eu1.cloud.thethings.network. If you have remote configuration configured you can change it in your remote file. I think the script needs an update where the correct server address is selected whether you want to connect with stack V2 or V3. Or maybe the server address is automatically updated at some point so that the V3 stack gets the router.eu.thethings.network address. |
Yes, the gateway migration is very simple but please do not do it generally just now. If you check the forum, or ttnmapper and many other resources, you'll find that applications need to be migrated first, otherwise, devices not compatible with v3 will stop being able to send data. So, we're actually postponing the gateway migration for a later time in the year. |
There's a note now in the docs:
This means that we can start migrating our gateways now, right? |
Oh cool! Yep, that might indicate so! Thanks for pointing it out! |
Is there an address specification somewhere else than Install.sh on line 182. If not, is it enough? change
to
|
I tried to upgrade my gateway to TTN v3 by updating the server address to eu1.cloud.thethings.network, and then by recreating it (with a new name) and event reinstalling the whole thing, but no success, it always says "• Disconnected" ! |
i have the same problem |
the script is now updated to point to v3 by default. please try and let me know. Later this year, we'll do a bigger update and switch to basicstation. |
Hello Gonzalocasas, |
$ cd ~/ic880a-gateway |
Full migration guide if you use local configuration:
If you use remote configuration, then I think you'll simply have to update your config in https://github.com/ttn-zh/gateway-remote-config instead, and point it to |
Tried to reinstall the whole thing with the new script but still no luck (ic880a spi version) |
I don t know what s wrong. Using the latest setup script, its not possible to get the gateway connected. |
I have the exact same problem. The 880a is working just fine with the integrated test scripts on the RPI 4 but I can't get it connected to the TTN network. And I noticed that the start.sh script isn't working, since the packet-forwarder does not exist like that anymore. |
Has somewone an idea where i can found the log files on the gateway. I m not so familar with Linux. |
You should be able to follow the log in real-time with |
Thats the log, I don t know what it means. On the other side I have tried to add a sensor under v3, its close to my gateway, but also no success. |
i had the same problem like @dechantw : The ic880a has no gps module, so I turned GPS off in: Now it's working! |
It is now "later in the year". Do I have to be more patient or is the Zurich team on the edge to update there stuff to make migration peace a cake? |
Yes, now is "later in year". Go for it! ;) Updating is trivial, just update the server to the new V3 servers. |
Sorry for being stupid, but how do I do that? How do I update this remote json file? It is only you who can do that? It is this one (B827EBFFFE0060A9.json). I was hoping on an updated step-by-step guidance so that it is possible for me to have the gateway activated again, but now on V3. I would be very grateful if you could help me (and others I suppose who build the Zurich-gateway) here. |
i have the same question, how to perform the update ? |
Hello, My 2 cents. |
there must be a simpler way ill gues, Gonzalocasas says update. |
@sprokkie did you read the thread above?
|
i cannot change anything in the https://github.com/ttn-zh/gateway-remote-config Tried the update still no result. now wait until my config file is updated tried the guide above got this error: fatal: destination path '/home/pi/ic880a-gateway' already exists and is not an empty directory. after the git clone |
Hi All There is a failure in the log but im not sure what it means and how to fix it Oct 22 16:36:17 ttn-gateway ttn-gateway[288]: ln: failed to create symbolic link '/opt/ttn-gateway/bin/local_conf.json': File exists pi@ttn-gateway:~ $ sudo journalctl -u ttn-gateway --since="1h ago" |
How did you update the json file ? |
Hi All and pasted into the empty !!! local_conf.json file hope that helps |
I'll wait for an updated "from zero to LORAWAN in a weekend", including a modified json file if needed. |
I changed that file, after reboot it was back to the wrong server address :( |
I had my modified json file merged into the master (thanks gonzalocasas). The gateway is on air again. I see the gateway data in my newly created gateway V3. One thing was not clear, and that is the FREQ PLAN. Which to use? There are more EU options to choose from. Last point is "CLAIM GATEWAY". Is this recommended to do? |
hello all, for me, the following procedure worked to migrate the ic880a gateway to V3:
|
Hello all :)
Is there already a guide on how to migrate this Gateway (Raspi + IC880) to TTN V3? Since there are always issues and migration differs from gateway to gateway this would be really awesome.
The text was updated successfully, but these errors were encountered: