Is it possible to decode MAC commands to JSON integration?

Hello there.

Decoded uplinks in my integration are working fine with JSON but downlinks are empty of payload data. It only reports LoRaWAN / LoRa data like fCntDown / Freq / SF / power / delay e.t.c. on MAC commands but not MAC payload. On application downlink not even fCntDown or freq e.t.c. are reported.

On contrast on web interface I can check the MAC payload. Is it possible to pass those data in the integration?

I have to write a decoder to have payload of downlinks on my integration?

MAC commands are on purpose not exposed to the integrations. The web-interface are exposing these for debugging purposes, but MAC commands should be within the domain of the network-server, not the application server.

1 Like

Thanks for your time.