Chirpstack 4 - MQTT Integration, Topic name

By default Chirpstack MQTT integrations posts messages to a topic in the following
structure:

application/[ApplicationID]/device/[DevEUI]/event/[EventType]

Is there a way to change the structure, the main item I’d like to change is to use [ApplicationName] instead of [ApplicationID]

application/[ApplicationName]/device/[DevEUI]/event/[EventType]

It would also be useful to change other items

application/MYVALUE/[ApplicationName]/device/[DevEUI]/event/[EventType]

AppName is not unique.
Btw, you may need to write custom app to do so.

Also it could contains spaces and other values that are not valid for MQTT topics. As well it will break with the application specific TLS certificates that can be generated within the web-interface.

I agree that probably a separate app that re-published the messages on custom MQTT topics would be the best solution for this.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.