Olin College uses a lot of energy. In response to this and various other environmental issues, Olin also has a club called Greening Olin. Last semester (Spring 2005), Greening Olin decided to create a project to minimize light usage in the Academic Center. Being engineering students we decided that it was necessary to obtain baseline data in order to measure the success of the new initiative.
We soon learned that since Olin is a brand new school, the Academic Center's lights were controlled by a Lutron GRAFIK 6000. If you go to the product page you will realize that this is quite a sophisticated piece of hardware (and that it has a mind boggling number of features). However, by far the coolest feature is it's RS232 port and its well documented data format. So being clever hackers that we are, Chris Murphy, Mike Curtis and myself set out to monitor light usage using only the above information, a working knowledge of Python and small computer with Ubuntu installed on it.
Shows a day's worth of data in a single image. Hours are located along the x-axis.
Shows a week's worth of data in a single image. Days are located along the x-axis.
Shows a month's worth of data in a single image by overlaying the last four weeks using transparency. Days are located along the x-axis.
A floor layout where each room is highlighted depending on the value of the lights located within it.
A git repository hold the code can be found at http://git.matt.colyer.name/2005/lutron/.
Use git clone http://git.matt.colyer.name/2005/lutron/ to get a copy.
Mark Chang, deserves a great deal of thanks as he donated the hardware and helped us navigate the tricky political waters of Olin :).