-
-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downlink messages are queued but not sent to class A ABP end-device #84
Comments
and here is the log from the chirpstack container:
some lines that look suspicious to me:
and also
|
Are you sure the uplink is using a valid data-rate & channel combination? Would you mind sharing some of the UDP packets? I'm interested in the raw https://www.chirpstack.io/docs/guides/connect-gateway.html#received-uplink-1 |
I noticed a "similar" issue in my setup. On my understanding, in such use case (a downlink message is created on chirpstack), the downlink message is sent to a device when this device sends a |
The issue we are experiencing is that the downlink is never sent to the end-device, and this seems to occur on ChirpStack V4 only. Our setup includes a gateway running the UDP packet forwarder and the packet multiplexer. The packet multiplex configuration links two ChirpStack servers: one is V4 and the other is V3. On the V3 server, the downlink works fine, although a few downlink packets may be lost occasionally. However, on the V4 server, all the downlinks we created in the Enqueue list are completely ignored, even though the V4 server is still receiving uplinks.
we disabled the frame-counter validation since end device is ABP:
and this is the EU868 device profile:
and here is the chirpstack-multiplexer config:
The text was updated successfully, but these errors were encountered: