Hello everyone, I’m using Chirpstack NS v3.16.8 and AS 3.17.9 and I’m encountering the following problem.
I need to get the ack flag of the uplinks (triggered by a confirmed Downlink request). On the ack topic we always get “acknowledged” false, while on the macPayload on Lorawan Frames we get the expected value (true or false depending if the ack is actually sent).
The problem is that I did not find a way to access the macPayload info from the MQTT event types, and the ack event type always returns false.
Getting the correct ack flag value is very important.