Local server database

Hi,

I would like to know if is possible to store information from Blynk server in database (MySQL). I would like to make local website where I will show these informations. I know that there is option store data on sd card but this would be much more better.

Many thanks for reply

Hi, See https://github.com/blynkkk/blynk-server#raw-data-storage. All DB’s support csv import. So you cold easily do this with 1 query.

Also right now I’m finishing logger widget. It will show history data directly on your smartphone.

1 Like