This custom component for Home Assistant calculates the current network fee tariff based on the energy distributor's rates in Slovenia. It considers various factors such as the date, whether it's a weekend, a public holiday, or a specific season of the year to calculate the tariff.
- Calculates current energy tariff based on date and time.
- Automatically identifies weekends and Slovenian public holidays.
- Adjusts tariffs for high and low seasons.
Method 1 (easiest):
Method 2:
-
Download the Custom Component
- Download the files from the repository.
-
Copy to Your Custom Components Directory
- Copy the downloaded folder
elektro_network_tariff
into thecustom_components/elektro_network_tariff
directory in your Home Assistant configuration directory.
- Copy the downloaded folder
-
Restart Home Assistant
- Restart your Home Assistant instance to load the new component.
After installation, go to Settings -> Add Integration and search for Elektro Network Tariff
Important
If you are upgrading from an older version, please remove platform sensor from configuration.yaml
, you don't need it anymore.
sensor:
- platform: elektro_network_tariff
Tip
You can use Network Tariff Card Network Tariff Card. The card is designed to work with this component.
Thanks and consider giving me a 🌟 star