Things Stack (TTN v3) howto write lorawan message information to ThingSpeak stream

17 Ansichten (letzte 30 Tage)
See my post here for more info: <https://www.thethingsnetwork.org/forum/t/payload-formatter-v3-how-to-return-rssi-and-snr-to-a-thingspeak-channel/49946> .In the payload formatter I cannot access information like SNR (signal to noise ratio) of a lorawan message. But this information is definitely available in the Things Stack. So how do I get this data into a ThingSpeak channel for recording?

Akzeptierte Antwort

Christopher Stapels
Christopher Stapels am 13 Aug. 2021
Right now that data is not available directly from the ThingSpeak integration. We will consider it an enhancement request, thank you for the feedback. I would start by forwarding the packet that you get at TTN to a webhook reader. ( Ive used this site). Then find the key parts in the TTN packet, and write your payload formatter to translate the SNR information into the field data that you send to ThingSpeak. I'm not sure the payload formatter has access to the SNR parts of the packet though, I think it only applies to the payload section. The new TTN is pretty flexible though, so there may be a way. Good luck, please let us know if you get it worked out.
  4 Kommentare
Christopher Stapels
Christopher Stapels am 20 Apr. 2022
Unfortunatey its still un the backlog, Im sorry. I hope you are able to find another workaround for the present time.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Communitys

Weitere Antworten in  ThingSpeak Community

Kategorien

Mehr zu Read Data from Channel finden Sie in Help Center und File Exchange

Produkte


Version

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by