Simple (KISS) Home solar logging project with 12V lead battery and v. regulator..
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
csvfilter is used
|
|
|
|
installable
|
|
pip install csvfilter
|
|
|
|
|
|
|
|
|
|
|
|
csvfilter -f (fields you want)
|
|
|
|
you want the 500 number to the right.
|
|
so
|
|
csvfilter -f 6,8,10 062918_homesolar.txt > output.csv
|
|
as an example
|
|
|
|
|
|
then
|
|
sed 's/,/ /g' output.csv > output2.csv
|
|
|
|
to make it ready for gnuplot
|
|
|
|
then
|
|
gnuplot loadme_HomeSolar
|
|
|
|
|