Cannot receive "state" gateway MQTT topic messages

After setting next config line in MQTT integration configuration section of chirpstack-gateway-bridge.toml file:

# State topic template.
state_topic_template="eu868/gateway/{{ .GatewayID }}/state/{{ .StateType }}"

And then, configure a Node-RED MQTT node in order to receive topic messages:

+/gateway/7076ff0056081d01/state/#

We receive 1 message like next one, but nothing else.

{
  gatewayId: "7076ff0056081d01",
  state: "ONLINE"
}

Is this correct? Or should we receive periodic state events?

You only receive a message on gateway connect / disconnect. So if your gateway connected and staid connected, then what you are seeing is normal :slight_smile: