Hello @brocaar
I am using the LoRa server installed using the docker image.
And I am using the App-server API console to trigger Downlink messages(using the POST method of “Device Queue”).
The message is getting queued but I don’t see any further logs from App server corresponding to Downlink. Rather the downlink item in the queue just gets deleted.
I am using ABP. The logs can be found in the attached picture.
Could you let me know what the issue might be? Is there anything specific to downlink that needs to be configured?
Also, a couple of specific questions related to the configuration:
-
I am unable to add any entries to “Factory-present frequencies” in my Device-profile. Will that be taken care by default? Or could that be a potential error for downlink?
-
In the documentation at “https://docs.loraserver.io/install/docker/”, there is a mention that “Please use this docker-compose.yml file as a starting point, not as a ready to use solution.”
Is there anything specific that needs to be taken care of in the docker installation, for downlink to work?
The versions/tags of the docker images are as follows:
REPOSITORY TAG
redis 4-alpine
loraserver/lora-gateway-bridge latest
eclipse-mosquitto latest
loraserver/lora-app-server latest
loraserver/loraserver latest
postgres 9.6-alpine