require_once("shared_data.php"); require_once("DatabaseAccess.php"); $db = new DatabaseAccess(); $db->connect(); $mapping = 7; $background = 'FFFFFF'; ?>
?>
Data collection started = date("j M Y g:i A", $db->getFirstTimestamp($mapping))?>
Cumulative Energy Produced: = round($db->getCumulativeSum($mapping),1) ?> kWh
Cumulative CO2 avoided: = round(1.109 * $db->getCumulativeSum($mapping),1)?> lbs
Reference value comes from the average electricity use of a 2236 sq ft house on Goldenrod Lane, Prairie Crossing. We used two years of monthly utility bills (August 2003 to July 2005) to derive the reference value displayed in the table.