Go to file
2021-08-06 21:55:00 +02:00
2020-03-05 15:55:12 +01:00
2020-03-05 08:17:16 +01:00
2020-03-06 07:49:02 +01:00

tauron-elicznik-scraper

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

  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

Description
No description provided
Readme MIT 243 KiB
Languages
Python 100%