I am currently using Dragino’s LPS8N gateway and the LA66 LoRaWAN Shield and trying to use MQTT server to send downlink messages.
MQTT broker address is au1.cloud.thethines.network provided by TheThingsStack. I have checked the subscriber received well when LA66 End Devices sent the uplink message (using AT Commands). Also, I have checked the Join message log sent by the End Device in the subscriber.
The problem is here. I want to publish downlink traffic, but there is no response. The prompt showed me the well-sent log, but there was no response from the subscriber and no log from the console of End Device, gateway. Currently, I’m following the guide provided by TheThingsStack here, “MQTT Server | The Things Stack for LoRaWAN”.
I have no idea about ‘switch’, but If I understood correctly about your comment, the problem is the different topics of subscriber and publisher, right? However according to the guide provided by TTS, the use of topic “#” means can subscribe to all topics in a cloud server. I just wanna see all topic messages of subscribers, so I used the “#” topic.
Also, I already have tried to use another specific topic “v3/…/devices/…/down/push”, but it has no response too.