Yes, I tried it with this API, but still do not receive data about the downlink.
As already mentioned, I used the code from A Python program to listen to your devices with MQTT
Instead of looking for uplinks, I look for downlinks.
mqttc.subscribe('+/devices/+/down')
I am aware of this. I usually send uncnf, it was just a test to check if I am receiving anything execpt uplinks.
I am running a python script locally on a RPi and want to store uplink and downlink data to a csv. But I only get uplink data.