I’m currently using Chirpstack v4.11.1. I am able to get a class A device to join my application, and when I run the following command from the command line on my server:
mosquitto_sub -h localhost -t “application/#” -v
I can see all of the uplinks coming from my end device. They also show up in the web interface. However, when I try to send a downlink through the web interface, I don’t see down commands show up in mosquitto_sub.
To send a down command, I am doing the following:
I go to the activated device, click on the “Queue” tab, input the options (not confirmed, port 2, not encrypted, expires never). I select hex data (I’ve tried a number of different hex strings for the data, for now the contents don’t really matter). When I click enqueue, it assigns an ID and Pending says “no.” But I don’t see it in the command terminal with mosquitto_sub running, so it’s not even getting out of chirpstack, it seems. Any help is appreciated.