[SOLVED] Parsing Blynk Data

Hi… i’m using blynk for several types of bards, arduino, esp, particle photon… great. But I miss an option to parse blynk data on to fx a local rrd graph etc.

Like on Particle site you can fx. do a ‘curl https://api.particle.io/v1/devices/events?access_token=blablablablablablablablabla’ to resive the data, than put it in to a simple parsing script and then use the data for whatever you wish.

I’m thinking that simular must so possible with Blynk!? I use blynk public server as well as local server, so it dosn’t matter to me what is easyest.

Cheers,
Frank

This is what you might need:
http://docs.blynkapi.apiary.io

yeah I found the docs with the api. I didn’t expect it was supported but looks great and I already made it work. Great.

1 Like