Chirpstack Gateway Bridge v4 Au915 configuration

Hi, I have a doubt about the configuration of chirpstack V4 for Au915:
When I set the region in the /etc/chirpstack-gateway-bridge/chirpstack-gateway-bridge.toml

I’d like to use the the entire au915 band (all channels to test) and I can see the gateway active if I use au915_0, but if I only use au915 the gateway can’t reach the server( it apperas disconnected).

MQTT integration configuration.

[integration.mqtt]

Event topic template.

event_topic_template=“au915_0/gateway/{{ .GatewayID }}/event/{{ .EventType }}”

Command topic template.

command_topic_template=“au915_0/gateway/{{ .GatewayID }}/command/#”

My question here is if I want to use all channels what config do I need to set? do i need set more even_topic_templates for all channels?
like:

Event topic template for first channels

event_topic_template=“au915_0/gateway/{{ .GatewayID }}/event/{{ .EventType }}”

Event topic template second group of channels

event_topic_template=“au915_1/gateway/{{ .GatewayID }}/event/{{ .EventType }}”

1 Like

In this case you need to add a new region_au915.toml configuration file. You could take region_au915_0.toml as a starting point. Removing the enabled_uplink_channels line should enable ALL uplink channels.

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