Plugin for Domoticz that retrieves energy consumption and production data from the Tauron e-licznik service.
- Automatic daily updates at configurable hour (default: 12:00)
- Four energy sensors with bar chart visualization:
- Consumption (Yesterday)
- Production (Yesterday)
- Net Consumption (Yesterday)
- Net Production (Yesterday)
- Automatic reconnection on session timeout
- No additional pip packages required
- Domoticz 2024.1 or later (with Python plugin support)
- Python 3.9+
- Tauron e-licznik account (https://elicznik.tauron-dystrybucja.pl)
-
Navigate to your Domoticz plugins folder:
cd /path/to/domoticz/plugins -
Clone this repository:
git clone https://github.com/arturpzol/domoticz-tauron-elicznik.git
-
Restart Domoticz:
sudo systemctl restart domoticz.service
- In Domoticz web interface, go to Setup -> Hardware
- Select
Tauron e-licznikfrom the type dropdown - Enter your Tauron e-licznik username and password
- Set update hour (9-23, default: 12)
- Click Add
- Tauron updates data once per day
- Net consumption/production data may be available later than gross data
- Recommended update hour: 12 or later (data may not be available earlier)
- Hourly and "last 24h" graphs will be empty (this is normal - plugin provides daily data only)
This plugin uses code from mlesniew/elicznik for communication with the Tauron API.
MIT License