I’m sure this has been covered before but I can’t seem to find a solution here or with Google. I am trying to see if there is already a way to convert an exported brew log CSV file into a graph like in the web interface so that I can store/share it.
You should just be able to open the csv in excel give the table some headers beer temp beer profile temp etc and then plot it to a graph
mdma
February 9, 2015, 10:34am
3
I would have thought open the brew as historic data and view the graph in the UI.
Elco
February 9, 2015, 10:47am
4
The web interface uses the json files, not the CSV file.
You can view previous beers under the maintenance panel.
I have added a single page with just a chart to my personal repo:
<?php
/* Copyright 2012 BrewPi/Elco Jacobs.
* This file is part of BrewPi.
* BrewPi is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* BrewPi is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with BrewPi. If not, see <http://www.gnu.org/licenses/>.
*/
// load default settings from file
$defaultSettings = file_get_contents('defaultSettings.json');
This file has been truncated. show original