Hello,
I work for a small company and we want to setup a ChirpStack LoraWAN Network Server.
Our Gateway: Milesight UG63
I use a Docker Desktop and Semtech UDP,
The gateway is stated as Online but somehow the region is eu868. I want the region to become as923 but the error in the log keep giving this
ERROR chirpstack::uplink: Deduplication error error=No channel found for frequency: 922600000, dr: 5
When I look in the WebGUI on the gateway - LoRaWAN frames tab it is indefinetly loading and I can see nothing. Same happens for the device tab - Events/LoRaWAN frames. It is just loading, but displays nothing.
Everything looks to be configured correctly, strange.
If you enter your mosquitto container and mosquitto_sub to the broker can you confirm the events being posted under the correct topic-prefix?
The MQTT connection is the only connection Chirpstack has to the gateways so if the topics are being posted correctly there Chirpstack should recognize that.
Im sorry but i am not quite sure how to enter to my mosquitto container and mosquitto_sub to the broker so that i can confirm the events being posted under the correct topic-prefix.
1. cd chirpstack-docker
2. sudo docker ps (then look for the name of your MQTT container, it is likely chirpstack-docker-mosquitto-1)
3. sudo docker exec -it chirpstack-docker-mosquitto-1 sh
4. mosquitto_sub -t "#" -v
Then look at the output and see what topic-prefix the events are being posted as.