Chirpstack

Chirpstack

Hi,
I'm trying to connect my Chripstack to my tagocore and it is not working. Is there a more detailed tutorial for the Chirpstack integration? The Tagocore server is running on my Raspberry but I'm not getting any data from Chirpstack to my TagoCore.

1. What port number should i put in, i tried fx. port 8002. On Chirpstack I added a HTTP integration with the following address: http://localhost:8002/uplink I also tried to put in the network address (http://xxx.xxx.x.8002/uplink) instead to see if that helps but without luck.
2. for the Chirpstack endpoint I can only put in the port number 8080 and not the entire URL like http://localhost:8080 is that correct?
3. The downlink token input also only accepts numbers but my bearer API token from chripstack consists of numbers and letters. what should I do there?
3. what authorization code should I use? just a random one that I'm creating? I tried fx. to use 12345678 and inserted this key in the chripstack HTTP integration header value.

below find the tagocore server status:

  1. x@raspberrypi:~ $ cd /home/annia/Downloads
  2. x@raspberrypi:~/Downloads $ ./tagocore
  3. Usage: tagocore [options] [command]

  4. TagoCore CLI v0.7.1

  5. Options:
  6.   -v, --version             output the version number
  7.   -h, --help                display help for command

  8. Commands:
  9.   start [options]           Start TagoCore Server
  10.   restart                   Restart TagoCore Server
  11.   stop                      Stop the TagoCore Server
  12.   status                    Get the TagoCore Server's status
  13.   logs                      Shows the TagoCore Server logs in real time
  14.   plugin-install <id...>    Installs one or more Plugins
  15.   plugin-search <filter>    Searches for a Plugin
  16.   plugin-versions <id...>   Lists all versions of a Plugin
  17.   plugin-list               Lists all installed plugins
  18.   plugin-uninstall <id...>  Uninstalls one or more Plugins
  19.   plugin-disable <id...>    Disables one or more installed Plugins
  20.   plugin-enable <id...>     Enables one or more installed Plugins
  21.   plugin-update <id...>     Updates one or more installed Plugins to the latest
  22.                             compatible version
  23.   help [command]            display help for command
  24. x@raspberrypi:~/Downloads $ ./tagocore restart
  25. [TagoCore CLI] TagoCore Server was successfully restarted with PID 20390

  26. ┌────────────────────────────────────────────────────┐
  27. │                                                    │
  28. │   TagoCore v0.7.1 is ready!                        │
  29. │                                                    │
  30. │   - Local:             http://localhost:8888       │
  31. │   - On your network:   http://xxx.xxx.x.xxx:8888   │
  32. │                                                    │
  33. └────────────────────────────────────────────────────┘

  34. x@raspberrypi:~/Downloads $ ^C
  35. x@raspberrypi:~/Downloads $ ./tagocore logs
  36. [TagoCore] ✔ Started TagoCore
  37. [TagoCore] ✔ Started Plugin: TagoIO Integration
  38. [TagoCore] ✔ Started Plugin: SQLite
  39. [TagoCore] ✔ Started Plugin: Plugin Store
  40. [Plugin Chirpstack LoRaWAN] Chirpstack-Integration started at port 8002
  41. [TagoCore] ✔ Started Plugin: Chirpstack LoRaWAN
  42. [TagoCore] ✔ Started Plugin: Local Disk Filesystem

  43. ┌────────────────────────────────────────────────────┐
  44. │                                                    │
  45. │   TagoCore v0.7.1 is ready!                        │
  46. │                                                    │
  47. │   - Local:             http://localhost:8888       │
  48. │   - On your network:   http://xxx.xxx.x.xxx:8888   │
  49. │                                                    │
  50. └────────────────────────────────────────────────────┘

  51. [Plugin Chirpstack LoRaWAN] Chirpstack-Integration started at port 8002
  52. [Plugin Chirpstack LoRaWAN] Chirpstack-Integration started at port 8002
  53. x@raspberrypi:~/Downloads $ ./tagocore plugin-list
  54. ┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
  55. │ id                               │ name                  │ slug                                        │ disabled │ version │
  56. ├─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
  57. │ 0810916b6ca256fb25afbe19b4f83b23 │ SQLite                │ @tago-io/tcore-plugin-sqlite                │ false    │ v0.7.0  │
  58. │ 2e8e52b993bcfbb495f0e4b51f687d89 │ Plugin Store          │ @tago-io/tagocore-plugin-store              │ false    │ v0.7.0  │
  59. │ 4fb07d6c56d8f67e504dcbcf38ddc15f │ TagoIO Integration    │ @tago-io/tagocore-plugin-tagoio-integration │ false    │ v0.7.0  │
  60. │ 6930d8689d56a234319ad6a05d7fc4e7 │ Chirpstack LoRaWAN    │ @tago-io/tcore-plugin-network-chirpstack    │ false    │ v0.7.0  │
  61. │ c311dfe85cf1a29fb1d86a1a2c5afc1c │ Local Disk Filesystem │ @tago-io/tcore-plugin-filesystem-local      │ false    │ v0.0.1  │