Hi, been trying to send commands to a device, but nothing has happened so far.
The device does send the event “up”, but now that I want to send a command to it, I can’t make it work.
First, I try to send a command with the WebUI, but nothing happens(even using mosquitto_sub to “see” the command), then I try to use mosquitto_pub to send a command, and it does enqueue a command on the webUI, but still nothing.
I make sure that the command is correct, but I am not sure if this is a ChirpStack problem.
Hello,
Did you encode your payload in base64 ?
If yes, can you provide an example before and after encoding (with a few screenshots if possible please) ?