vitotai / BrewPiLess

Use an ESP8266 to replace RPI and Arduino. Running BrewPi without Pi, therefore, BrewPi-Less
349 stars 131 forks source link

Unable to export to CSV using BPL LogViewer v3.0 #385

Closed pedro-jorge-pereira closed 1 year ago

pedro-jorge-pereira commented 1 year ago

I can open the attached APA0622.log log file but cannot export it to CVS using the BPL LogViewer v3.0, available at https://github.com/vitotai/BrewPiLess/tree/master/htmljs/dist/english

image

When I click on export, nothing happens.

vitotai commented 1 year ago

Found and solved. Try the latest viewer.

pedro-jorge-pereira commented 1 year ago

Thank you, Vitotai, for the quick fix.

Sadly, I can't still export my log file. Do you know if your fix is compatible with old log files?

I saw that your commit does not modify the BPLLogViewer.htm.

Could you open and try to export the log file? I am doing the following steps without luck:

1) download from GitHub the master branch. 2) unzip the master branch. 3) navigate to ..\BrewPiLess-master\htmljs\dist\english folder. 4) open the BPLLogViewer.htm file on chrome. 5) click to open file dialogue, and select my log file. 6) click export.

vitotai commented 1 year ago

sorry. I used a wrong command. Please try again. Or here is the exported file: APA0622.log.csv

pedro-jorge-pereira commented 1 year ago

@vitotai I do confirm that now it is working. Thank you.