Not receiving "up" packet on MQTT
Home › Forums › Conduit: AEP Model › Not receiving "up" packet on MQTT
Tagged: MQTT 5.3.7 up decrypt
- This topic has 6 replies, 2 voices, and was last updated 3 years, 8 months ago by
jostein89@gmail.com.
-
AuthorPosts
-
February 17, 2022 at 3:28 am #32560
jostein89@gmail.com
ParticipantHi.
My setup consists of one Multitech MTCDT-246A with fw 5.3.7.
It is setup as a “Network server” and “Local join server”.
I have added an “ELSYS ELT-2-HP” sensor under “Local End-Device Credentials” and I am receiving the following packets in MQTT from the GW:
join_request
packet_recv
joined
packet_sentBut I was expecting the “up” packet that contain decrypted data.
Any hint or tricks to point me in the right direction?February 17, 2022 at 7:20 am #32561Steve Kovarik
ModeratorHi Jostein
I believe that the ‘up’ packet is decrypted but in a Base64 format.
Try converting the payload from Base64 format using a Base64 converter like one at the following link.
https://www.hcidata.info/base64.htmFebruary 17, 2022 at 7:22 am #32562jostein89@gmail.com
ParticipantHi.
Thanks for reply.
My problem is that I am not receiving the “up” packet. I am aware of the Base64 format in the data/payload field.February 17, 2022 at 7:36 am #32563Steve Kovarik
ModeratorHi Jostein
Is the “Network server” configured for “Public LoRaWAN”?
Which regional “Channel Plan” is the “Network Server” and ELT-2 configured for.
How do you know the ELT-2 has sent an uplink packet?
What is the ELT-2 ‘data upload interval’ configured for?LoRaWAN Troubleshooting guide.
http://www.multitech.net/developer/wp-content/uploads/downloads/2018/09/LoRaWANTroubleShootingGuide-09202018.pdfFebruary 17, 2022 at 7:59 am #32564jostein89@gmail.com
ParticipantHi.
The “NETWORK SERVER” is setup as “Private LoRaWAN”.
Both are configured for EU868, and have been communicating.I am not familiar with the uplink packet, but I am basing my observations on the different MQTT topics:
lora/a8-17-58-ff-fe-03-cf-5b/join_request
lora/a8-17-58-ff-fe-03-cf-5b/packet_recv
lora/a8-17-58-ff-fe-03-cf-5b/joined
lora/a8-17-58-ff-fe-03-cf-5b/packet_sentUltimatly I am expecting the decrypted data published on MQTT-topic lora/a8-17-58-ff-fe-03-cf-5b/up in Base64. Sadly this topic is never published.
The upload interval on the ELT-2 is setup to 600 sec.
February 17, 2022 at 8:09 am #32565Steve Kovarik
ModeratorHi Jostein
I would recommend configuring the Network Server for “Public LoRaWAN” to be compatible with any other 3rd party LoRaWAN end-devices.
That will allow the Gateway to receive uplink packets using the default sync-word.Private LoRaWAN uses a non-standard “sync-word” that would filter uplink packets using the default sync-word.
February 17, 2022 at 8:29 am #32566jostein89@gmail.com
ParticipantHi.
This seems to do the trick.
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.