tobyweston / temperature-machine

Data logger for multiple DS18B20 temperature sensors on one or more machines
Apache License 2.0
67 stars 22 forks source link

Export data into csv #27

Closed Totoleheros closed 6 years ago

Totoleheros commented 6 years ago

As requested by tobyweston in the issue #24, I post here the point 1:

1/ Would be nice to have the possibility to export the data (tab.txt or csv).

Toby: 1/ I have something I've been using to debug things. It's on a branch but https://github.com/tobyweston/temperature-machine/blob/bf81f043d5fc2cc802b1ae9ee7760101c354eb90/src/test/scala/bad/robot/temperature/ConvertJsonToCsv.scala will create a CSV from JSON. If you can wait for a bit, I'll be merging it back to master and can make it usable / add it in properly. If not, you can hack about with it to get you started.

Totoleheros commented 6 years ago

I could try the 'ConvertJsonToCsv.scala' but would need some guidance to know how to run this file (I'm a newbie to Raspian and raspberry...). Thank you in advance.

tobyweston commented 6 years ago

Moving over to #32 (didn't realise we had two of the same issue)