nickl111 / beerlogger

Monitor fermentation activity with a Raspberry Pi Zero W and Tilt Hydrometer
MIT License
0 stars 0 forks source link

Session Logging #1

Closed nickl111 closed 6 years ago

nickl111 commented 6 years ago

On top of the simple logging code we need a way to label a fermenting session. This simply needs to have a start and end date and a name. I was going to do this in php/sqlite but that seems overkill for something so simple. However it would make pulling up previous data easier and storing the data in sqlite might be more robust than a csv

nickl111 commented 6 years ago

Have replaced the csv with sqlite anyway. But the rest is rather more involved