My undersatnding is that Chirpstack can import this repository of known devices:
And we are supposed to follw these instructions to import that repo:
https://www.chirpstack.io/docs/guides/device-repository-and-metrics.html#importing
I tried the DOCKER & DEBIAN/UBUNTU methods. Both failed
- SSH into the LPS8-V2
- Try Docker method
make: *** No rule to make target 'import-lorawan-devices'. Stop.
- Try Debian method
root@dragino-2a748c:~# Cloning into '/tmp/lorawan-devices'...
remote: Enumerating objects: 6963, done.
fatal: write error: No space left on device MiB | 2.41 MiB/s
fatal: fetch-pack: invalid index-pack output
root@dragino-2a748c:~# chirpstack -c /etc/chirpstack import-ttn-lorawan-devices -d /tmp/lorawan-devices
-bash: chirpstack: command not found
Seems this can not be done??