Hi,
I have recently changed to ChirpStack Private Server and installed the docker version. Seems to work pretty good. But my gateway isn’t connecting, or at least in the Application Server it still says:
Last seen: Never
When looking for the logs, docker-compose logs will show:
chirpstack-gateway-bridge_1 | time=“2020-06-11T07:55:32Z” level=error msg=“integration/mqtt: connection error” error=“Network Error : dial tcp 172.20.0.4:1883: connect: connection refused”
I followed this guide to install the gateway: (the guide for DRAGINO)
chirpstack.io/gateway-bridge/gateway/dragino/
This is the configuration file on docker:
[general]
# debug=5, info=4, warning=3, error=2, fatal=1, panic=0
log_level=4
# Gateway backend configuration.
[backend]
type=“semtech_udp”
# Semtech UDP packet-forwarder backend.
[backend.semtech_udp]
# ip:port to bind the UDP listener to
udp_bind = “0.0.0.0:1700”
# Integration configuration.
[integration.mqtt.auth.generic]
servers=[“tcp://mosquitto:1883”]
username=""
password=""
(I recently changed 127.0.0.1 to chirpstack-network-server as shown in the file)
And this the file on the gateway:
(Maybe I’m missing sth? Is there other parameter inside the docker I should change?)
Any help is really useful.
Nicolas