Skip to content

Tools for getting data from some dutch energy providers

License

Notifications You must be signed in to change notification settings

nlitsme/EnergieLeveranciers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

energy monitoring

Some tools for monitoring your energy usage.

eneco.py and vattenfall.py

Tools which extract the hourly usage as recorded by Eneco or Vattenfall.

summarizeeneco.py and summarizevatten.py

Tools which summarize the output from the above tools.

configuration

configuration is stored in ~/.energierc

[eneco]
[email protected]
pass=xyz

[vattenfall]
auth=The-Authorization-header-content
customerid=<customerid>/<contractid>

For the eneco tool you can specify the username + password of your account in the config file. For vattenfall it is a bit more complicated, as I have not yet implemented the full auth protocol. You will have to extract the Authorization header manually using the debug mode of your webbrowser. you will also need the customerid, This is composed of two numbers:

TODO

  • implement vattenfall authentication
  • merge the summarize tools into the eneco and vattenfall tools.
  • get the apikeys from their respective locations, instead of hardcoding them in my tools.

Author

Willem Hengeveld [email protected]

About

Tools for getting data from some dutch energy providers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages