Skip to content

Simple script that outputs JSON with energy meter data from Tauron eLicznik service

License

Notifications You must be signed in to change notification settings

MichalZaniewicz/tauron-elicznik-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tauron-elicznik-scraper

Simple python3 script that outputs JSON with energy meter data from Tauron eLicznik service

Important: in 2023 Tauron changed its website and the script is currently not working!

  1. Add login info and energy meter ID into script
  2. Run with python3 elicznik.py
  3. Get JSON output with energy meter data from last day

Energy meter ID can be obtained from https://elicznik.tauron-dystrybucja.pl/ website under "Punkt poboru:" field.

Script is currently tested only with G11 tariff.

Optionally you can save JSON as file - just uncomment 2 last lines.

You can change dane[chartDay] to get data from another day (not only the last one).

If JSON should not contain energy produced from solar panels, please comment the "dane[checkOZE]": "on".

Enjoy :)

Example usage with Grafana

About

Simple script that outputs JSON with energy meter data from Tauron eLicznik service

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages