You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lack of final automation step on Wirnet Station to connect to The Things Stack V3 ?
Because we precise STACK-ADDRESS as parameter but not applied in the toml file.
Steps to Reproduce
The provision.sh script works well on Wirnet Station with previous firmware at 3.2.
Precised all the parameters (in my case particularly "eu1.cloud.thethings.network")
Firmwares well updated, rebooting many times,... lorafwd well installed, service restarted then script finished.
But antenna always seen as disconnected in V3. Because lorafwd reads /mnt/fsuser-1/lorafwd/etc/oldconfig.toml ; this file kept the old V2 server name so continue to send data to TTNv2.
Just need to edit oldconfig.toml to change gwmp.node value to the V3 server (<=> STACK-ADDRESS parameter) and reboot antenna.
Summary
Lack of final automation step on Wirnet Station to connect to The Things Stack V3 ?
Because we precise STACK-ADDRESS as parameter but not applied in the toml file.
Steps to Reproduce
The provision.sh script works well on Wirnet Station with previous firmware at 3.2.
Precised all the parameters (in my case particularly "eu1.cloud.thethings.network")
Firmwares well updated, rebooting many times,... lorafwd well installed, service restarted then script finished.
But antenna always seen as disconnected in V3. Because lorafwd reads /mnt/fsuser-1/lorafwd/etc/oldconfig.toml ; this file kept the old V2 server name so continue to send data to TTNv2.
Just need to edit oldconfig.toml to change gwmp.node value to the V3 server (<=> STACK-ADDRESS parameter) and reboot antenna.
How to check:
In the log, parsing configuration file links to this file.
/mnt/fsuser-1/lora/var/log/lora.log
Environment
Kerlink Wirnet Station, firmware 3.6
How do you propose to implement this?
Maybe just regex replace to oldconfig.toml ???
Can you do this yourself and submit a Pull Request?
Not expert at all, maybe needs to do something else (maybe wrong approach or just bad symlink ?) but this minor modification did the job for me.
The text was updated successfully, but these errors were encountered: