Hello All,
I am trying to get the forwarding from a Dragino to a chirpstack instance configured. However I am at the step of editing the chirpstack-mqtt-forwarder.toml file with the Chirpstack Network Server address and Username/Password. I have not figured out what to put in here to get them to start communicating.
The instance of Chirpstack is a full instance installed on a raspberry Pi4.
What I have entered so far where RasPi Ip is the IP address of the chirpstack instance and the username and password from the Chirpstack Network Server Interface.
I have also tried just “” for the user and password with the same result.
[mqtt]
topic_prefix=“us915”
server=“tcp://<>:1883”
username=“admin”
password=“admin”
ca_cert=“”
tls_cert=“”
tls_key=“”
~
~
I know the gateway works because it is actively connected with TTN.
Any help on this issue would be much appreciated! Thanks!