Custom MQTT message creation

Hi.
Is there a way to customize the way Chirpstack sends the data via mqtt?
Something like a JSONata or JSONpath inside chirpstack?

The situation I’m in is that the client wants the data in a specific way, which is different from the data sent from the gateway.

Thanks in advance for the reply.

This is not possible (and I’m not planning to implement such feature). The best solution would be to create a subscriber to transform the ChirpStack message into the custom format and re-publish these.

1 Like

ok, thanks.

The best solution would be to create a subscriber to transform the ChirpStack message into the custom format and re-publish these

This outside ChirpStack right?

Yes, that is correct.