TED Electricity graph: 28 Feb 08 PowerClothes dryer, dishwasher, and toaster, all at once. :) N=85229 Gnuplot is your friend. Note that Excel could not graph this many points for a single data series. Cooking dinner in the evening, electric range. Overnight Workday
Y axis is kW [thanks, ckindt]
This photo has notes. Move your mouse over the photo to see them.
X axis is time on 28 Feb 08. Made with The Energy Detective and gnuplot. You can compare this with a day we were not home. According to my electrical utility, Toronto Hydro, I use an average of 18 kWh each day. I wrote a small program that fixes the 12-hour AM/PM times, so I updated this graph with similar data presented more correctly. CocoonTech Thread: www.cocoontech.com/index.php?showtopic=9157&st=0 Mister House thread: http://article.gmane.org/gmane.comp.misc.m...ouse.user/22561. # A gnuplot script, fixed.plt # set terminal png giant size 800,600 nocrop # set terminal dumb set output "FTED-s-28Feb08.png" set title "TED per second results, 28 Feb 2008" set xdata time # set timefmt is for INPUT # 1205349849 # set timefmt "%s" # 2008-03-12 15:06:56 # set timefmt "%Y-%m-%d %H:%M:%S" set timefmt "%d/%m/%Y %H:%M:%S" # 2008-03-12 # set timefmt "%Y-%m-%d" # # set format x is for OUTPUT # set format x "%0d%b" # 23Mar # set format x "%b" # Mar set pointsize 0.2 set format x "%H:%M" # 23:11 set ylabel "kW" set xlabel "Time" set datafile separator "," # "28/02/2008 00:00:46","0.52","0.05","119.4" plot "/mnt/archivist/FTED-s-28Feb08.csv" using 1:($2) \ with points title "Power" Commentseastpole
|
[?]
This photo also belongs to: TagsAdditional Information
|
eastpole
says:
I am assuming that the regular spikes are due to our kitchen fridge coming on. Does that make sense?
Posted 22 months ago. ( permalink )