Skip to content

Instantly share code, notes, and snippets.

@cew821
Last active January 4, 2016 09:09
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save cew821/8600528 to your computer and use it in GitHub Desktop.
Save cew821/8600528 to your computer and use it in GitHub Desktop.
"Apps for Energy" Boston Hackathon Resources

Apps for Energy Hackathon Resources

Logistics

About the $100k Apps for Energy Contest

The Department of Energy is awarding prizes for the best web and mobile apps that use a featured DOE API, tool or standard to solve an energy-related challenge.

Featured APIs, Standards and Ideas

Green Button

Buildings Performance Database

Energy Information Administration API

  • The Energy Information Administration collects statistics about the generation and consumption of energy in the United States. Much of its extensive data catalog is available via their API.
  • See the data available at: http://www.eia.gov/
  • Read about the API at: http://www.eia.gov/beta/api/
  • You can get an API key from the above address

Home Energy Score Tool API

  • Read more about the tool: http://homeenergyscore.lbl.gov/
  • View the Score Tool API documentation: https://developers.buildingsapi.lbl.gov/hescore
  • You can also view the Home Energy Saver API here: https://developers.buildingsapi.lbl.gov/hes
  • To get an API key for the Home Energy Score, contact Charles (charles.worthington@ee.doe.gov or call 617-899-7854)
  • Ideas for using the API, from the Buildings Technology Office at Dept. of Energy:
    • Software to upload Home Energy Scores into multiple listing services
    • A tool for utilities/local governments to use the energy score to quickly identify buildings in their territories most in need of energy efficiency upgrades; or to characterize housing stock in their areas for variety of purposes (e.g., analysis, defining incentive programs)
    • Combine data collected in asset scoring systems with utility usage data to provide a combination asset and operational score (i.e., pull in EPA Yardstick score for residential buildings or Energy Star Portfolio Manager score for commercial buildings)
    • Combine HEScore data or Asset Score data with utility usage to provide operational assessment and recommendations
    • Prepopulate a full home energy audit by pulling data from HEScore (HESaver used to do this, but is temporarily not able to do so)
    • Link to DSIRE (database of incentives) or other system to populate score reports with information on applicable rebates and upgrades.
    • Link to EIA or other database of local utility rates to translate Home Energy Score or Asset Score calculations into estimated energy given actual rates for that home/building

Commercial Buildings Asset Score Tool API

Winning Ideas from Contest #1

@DruidSmith
Copy link

Some useful information on how to connect between DOE EIA power plant data and EPA emissions and other datasets is available here: https://github.com/DruidSmith/civic-hacking/blob/master/EIA-EPA_Mashup.md - this can allow EPA data to be searched via EIA ORIS ID, as well as allowing EPA APIs to be leveraged, for example doing a radial search for power plants based on lat/long

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment