Skip to content

peterhughgriffin/ElectricityMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UK Energy Viewer

This is a project I started after submitting my PhD to build tools that can be used to access and graph Great Britain's energy mix. It is intended to be a learning exercise for me, but if you find anything useful then feel free to use it.

Most of the data comes from the Elexon portal. The data I've got from here initially shows the energy supplied to the transmission network and hence excludes the embedded generation (most notably solar) that is supplied into the distribution network. Solar data is therefore supplied from Sheffield Solar

To access the Elexon portal you need to create a free account and then make a file called 'API_Key.txt' to store your API key in. I've also used a file called 'LastAccessed.txt', which stores the last time the live data was accessed in the form YYYY-MM-DD hh:mm:ss and does not allow reaccess of the data within five minutes.

I used some of the details here to get started.

UKEnergyClass.py contains the class used to analyse historic energy data and a function to get live energy data.

Example.py shows how these functions can be used.

Author

Peter Griffin

License

This software is released under an MIT License

Copyright (c) 2019 Peter Griffin

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages