Skip to content

steevc/utilitygraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

utilitygraph

Plotting my energy consumption. This is using the API from Octopus Energy https://developer.octopus.energy/docs/api/

Write config file with something like:

import json

data = {'api_key':'xxx', 'emeter_mpan':'xxx', 'emeter_serial':'xxx', 'gmeter_mprn':'xxx', 'gmeter_serial':'xxx', }

with open("meters.json", "w") as outfile: json.dump(data, outfile)

About

Plotting my energy consumption

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published