After getting the file, I decided to write a small python script to get some more information about my usage. Right now it doesn't do much, but it shows me information like daily usage, hourly (ok, 15 minute-ly) averages, and weekday averages.
Total energy usage per day in kWh |
Average energy usage in 15 minute increments from all of the days in the data set. |
Average energy usage per day of the week |
From looking at this data, I use the most energy on Saturdays (Washer, dryer, more tv than usual, etc...). It also seems that I use the most energy from 7:30-7:45am. That's usually when I'm making breakfast and using the stove.
The next step will be to figure out how to automate the graphing process. Right now, I export to csv files and then plot with excel. Maybe I can use gnuplot or some python extension to do it all at once.
I'll be putting the code I'm using up on github: https://github.com/alvarop/smartmetertexas_reader
No comments:
Post a Comment