I have successfully installed and figured Chirpstack in a VM with an Ubuntu image. I am using Tektelic Kona Micro Lite Gateway. The MQTT broker is receiving uplinks, but the Chirpstack is not processing them, as the Gateway and Device is showing never seen on the Dashboard. I am not really sure if this has to do with Ubuntu in a VM? This works very well with Chirpstack in a Docker. Any help will be appreciated.
You probably still need to configure your MQTT topic prefix.
Thanks Liam for your reply. Below is my topic configuration # MQTT integration configuration.
[integration.mqtt]
Event topic template.
event_topic_template=“us915/gateway/{{ .GatewayID }}/event/{{ .EventType }}”
Command topic template.
command_topic_template=“us915/gateway/{{ .GatewayID }}/command/#”
MQTT authentication.
[integration.mqtt.auth]
Type of MQTT authentication.
type=“generic”
# Generic MQTT authentication.
[integration.mqtt.auth.generic]
# MQTT server (using WebSockets)
server="tcp://127.0.0.1:1883" Do you see any thing wrong?
You are missing the subband. I.e us915_0 or us915_1