Skip to content

Python code for creating a Plotly graph from the XML smart meter data of a United Illuminating utility account

Notifications You must be signed in to change notification settings

langelgjm/energy-usage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

energy-usage

United Illuminating (UI) is my local electricity company. They have deployed smart meters to customers, and make daily usage information available to account holders online. While they provide some rudimentary graphing tools, you can also export your data in CSV or XML formats.

This Python script automates the login process to a United Illuminating utility account, and fetches the historical usage data in XML format. The XML data is in a standardized schema called Green Button, which in theory allows authorized third-party applications to connect to utilities and access customer data.

The script parses the XML data and plots the output on plot.ly, a free online service for developing interactive graphs and visualizations.

To use the script, clone this repository, add your configuration details (login credentials and PhantomJS path) to config.txt, and run. I have my own setup run this script once a day as a cron job; you can see the output here.

In order to run the script, you'll need to be a UI customer, and have both Python and PhantomJS installed. Tested with Python 2.7.8 and PhantomJS 1.9.8 on Mac OS X and Ubuntu Linux.

About

Python code for creating a Plotly graph from the XML smart meter data of a United Illuminating utility account

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages