I have a few E5 sensors running at the moment and I’m finding on the odd occasion a device will join the LNS (in this case TTN) but fail to get the message through. I’d like to overcome this in python by checking the response out of the E5 to reinitiate if needed but I’m only getting the following back -
+MSG LoRaWAN modem is busy
+MSG LoRaWAN modem is busy
+MSG LoRaWAN modem is busy
+MSG LoRaWAN modem is busy
+MSG LoRaWAN modem is busy
+MSG LoRaWAN modem is busy
+MSG LoRaWAN modem is busy
+MSG Done
It appears the modem is either trying and eventually giving up or it’s trying and assuming it’s ok - I can’t tell if TTN provides the E5 with an acknowledgement of message received.
Does anyone have a solution for ironing out these missed messages?
Cheers