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.
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:
- x@raspberrypi:~ $ cd /home/annia/Downloads
- x@raspberrypi:~/Downloads $ ./tagocore
- Usage: tagocore [options] [command]
- TagoCore CLI v0.7.1
- Options:
- -v, --version output the version number
- -h, --help display help for command
- Commands:
- start [options] Start TagoCore Server
- restart Restart TagoCore Server
- stop Stop the TagoCore Server
- status Get the TagoCore Server's status
- logs Shows the TagoCore Server logs in real time
- plugin-install <id...> Installs one or more Plugins
- plugin-search <filter> Searches for a Plugin
- plugin-versions <id...> Lists all versions of a Plugin
- plugin-list Lists all installed plugins
- plugin-uninstall <id...> Uninstalls one or more Plugins
- plugin-disable <id...> Disables one or more installed Plugins
- plugin-enable <id...> Enables one or more installed Plugins
- plugin-update <id...> Updates one or more installed Plugins to the latest
- compatible version
- help [command] display help for command
- x@raspberrypi:~/Downloads $ ./tagocore restart
- [TagoCore CLI] TagoCore Server was successfully restarted with PID 20390
- ┌────────────────────────────────────────────────────┐
- │ │
- │ TagoCore v0.7.1 is ready! │
- │ │
- │ - Local: http://localhost:8888 │
- │ - On your network: http://xxx.xxx.x.xxx:8888 │
- │ │
- └────────────────────────────────────────────────────┘
- x@raspberrypi:~/Downloads $ ^C
- x@raspberrypi:~/Downloads $ ./tagocore logs
- [TagoCore] ✔ Started TagoCore
- [TagoCore] ✔ Started Plugin: TagoIO Integration
- [TagoCore] ✔ Started Plugin: SQLite
- [TagoCore] ✔ Started Plugin: Plugin Store
- [Plugin Chirpstack LoRaWAN] Chirpstack-Integration started at port 8002
- [TagoCore] ✔ Started Plugin: Chirpstack LoRaWAN
- [TagoCore] ✔ Started Plugin: Local Disk Filesystem
- ┌────────────────────────────────────────────────────┐
- │ │
- │ TagoCore v0.7.1 is ready! │
- │ │
- │ - Local: http://localhost:8888 │
- │ - On your network: http://xxx.xxx.x.xxx:8888 │
- │ │
- └────────────────────────────────────────────────────┘
- [Plugin Chirpstack LoRaWAN] Chirpstack-Integration started at port 8002
- [Plugin Chirpstack LoRaWAN] Chirpstack-Integration started at port 8002
- x@raspberrypi:~/Downloads $ ./tagocore plugin-list
- ┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
- │ id │ name │ slug │ disabled │ version │
- ├─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
- │ 0810916b6ca256fb25afbe19b4f83b23 │ SQLite │ @tago-io/tcore-plugin-sqlite │ false │ v0.7.0 │
- │ 2e8e52b993bcfbb495f0e4b51f687d89 │ Plugin Store │ @tago-io/tagocore-plugin-store │ false │ v0.7.0 │
- │ 4fb07d6c56d8f67e504dcbcf38ddc15f │ TagoIO Integration │ @tago-io/tagocore-plugin-tagoio-integration │ false │ v0.7.0 │
- │ 6930d8689d56a234319ad6a05d7fc4e7 │ Chirpstack LoRaWAN │ @tago-io/tcore-plugin-network-chirpstack │ false │ v0.7.0 │
- │ c311dfe85cf1a29fb1d86a1a2c5afc1c │ Local Disk Filesystem │ @tago-io/tcore-plugin-filesystem-local │ false │ v0.0.1 │