Send all data to external MQTT Server

Okay i configured the bridge between the brokers an now it shows me the chripstack payload on the cedalo gui, that worked.

Now i have to figure out were the setting is to configure which topics are send out, because Cedalo only gets the eu868/gateway/xxxx/event/up and stats ack and down

Is you MQTT integration still pointed at Celado?

If I understand your current setup this makes sense. The Chirpstack integration is what posts the “application/” events (the decrypted events after Chirpstack processes them) to a broker, you have this pointed at the Celado node, hence the application/ events are no longer on the Chirpstack broker. Then you configured an MQTT bridge from your Chirpstack broker to the Celado node that (presumably) bridges every topic. Since the application/ messages are being sent to the void (maybe because you didn’t set up authentication on the integration that Celado needs) the Chirpstack broker only has the eu868 events and that is all the bridge passes.

So you need to do one or the other. Point your MQTT integration at your Chirpstack broker, then enable the bridge to the other brokers. Or set up the authentication on the integration, but seeing as you need to send the data to multiple brokers, the bridge is likely the way to go.

Hey i seem to have fixed the problem. I had to create the gateway bridge in mosquitto.conf . If you dont do anything else then the gateway bridge will only send the gateway states. In chirpstack.toml integration you have to define which topics chirpstack send to its own mqtt broker, so that the gateway bridge can send it to the client itz bridges to.

Thank you for your help!