I'm confused on what applications use what TOML files

Viewed 50

Hello,

I've loaded Chirpstack onto a Raspberry PI runing Pi OS following the instructions for a Debian/Ubuntu device. I'm now trying to modify the TOML files but I see mention of MQTT within chirpstack.toml and within the specific region toml files. For the application/network portion of Chirpstack which TOML file do I need to modify so that this has access to the MQTT data being published by the gateway. This isn't clear to me.

1 Answers

The global MQTT integration (for device communication) configuration can be found in:

  • chirpstack.toml

The MQTT configuration for gateway communication can be found in:

  • region_XXXXX.toml
  • Example: region_eu868.toml

Please note that while it is possible to use different MQTT brokers for the MQTT integration and gateway communication, you can use the same MQTT broker.