I am trying to integrate the The Things Stack in BLYNK with developer mode ON.
I created the template and added device with stream.
Configured the same template for Things Stack Integration even it was able to connect the no data displayed on Dashboard.
This things happening after the upgrade from December.
I tried with different account but not able see any data from the stream.
Please resolve this issues. @BlynkAndroidDev @PeteKnight
Please don’t tag random people in your posts.
If you have a PRO account then you should log a ticket.
Pete.
If i have pro account then I would have directly asked them only.
Hello @sandeshkale. I checked your acc. Your have FREE plan, CDAC organization. I don’t see active The Thing Stack
integration.
Configured the same template for Things Stack Integration even it was able to connect the no data displayed on Dashboard.
This things happening after the upgrade from December.
I tried with different account but not able see any data from the stream.
need more information about your The Thing Stack
integration.
check this account once.
bharikaamjagahpee@gmail.com
DJ
I created an API key inside TTN for all rights and using MQTT with port 8883 port.
Using the same API for password for Integration.
And for this what device should i have to choose as I am only forwarding data from TTN Server to Blynk.
@sandeshkale please, provide more details.
- Make sure your datastream names correspond to the JSON key names in your payload formatted. An example of a decoded message from TTS and the datastreams configuration would be helpful.
- Your device has a “TheThingsStack Device ID” metafield and its value corresponds to the identifier, used in your TTS application.
- Since you are on FREE, you should have a sufficient message quota.
- The data stream name are corresponds to the JSON key names of decoded payload. Here is the decoded payload message from TTN,
"end_device_ids": { "device_id": "lora-node-02", "application_ids": { "application_id": "lora-20245" },"uplink_message": { "decoded_payload": { "battery_level": 52, "bin_level": 10, "device_addr": 1205, "distance": 90, "latitude": 17.2396986, "longitude": 78.4748074, "temperature": 25.7 } }
This JSON is only the part of actual JSON object. - Device name and and TTN device ID, both are same.
- Only 6 message used and that was also from BLYNK developer tool.
- Device Name : lora-node-02
Template Name : garbo
I will try to investigate this later