TTN output capture?

Is there a way to tap the output of TTN, that is, the data being passed via an integration?

I’m trying to debug my connection to cayenne, but I cannot see what’s being passed to cayenne.

You can add an HTTP Integration in your TTN Application, sending the data to: https://requestbin.fullcontact.com/

TTN video: https://www.youtube.com/watch?v=Uebcq7xmI1M

Cayenne has a dedicated Integration in TTN; I am not 100% sure this is the same data as is send to Cayenne

1 Like

As an update, the video no longer matches the interface on requestbin, and it’s unclear how to adjust it to make it work.

For anyone else chasing this, you can use:

https://rbaskets.in/web

1 Like

You can also tap into the data when received in the TTN dashboard,
but you need to be comfy with JS and the Chrome console:

Disclaimer: This is code from May 2018