v1.0.0
github-actions
released this
07 Jan 23:09
·
575 commits
to refs/heads/master
since this release
Changes
This release adds 2 major features:
- Fixed Price connector, giving users with a fixed price contract to have the same possibilities for automatically add tariffs and other fees
- Automatic fetching of fees from Energi Data Service API. This currently only works for Danish net companies, but the possibility to add other tariff connectors are open
BREAKING CHANGES
- If you have made your own custom connector, please review #169 for changes made in how to initialize the connector class
- If you enable automatic fecthing of tariffs, please review or remove (insert
{{0|float}}
) your additional_costs template or at lease only add extra fees from your electrical company as all net fees will be added automatically
🚀 Features
- #166 Automatically pull tariff data @MTrab
- #167 Fix wrong translation @MTrab
- #168 Add tariffs for use in templates @MTrab
- #169 Add fixed price connector @MTrab
- #171 Add Energi Data Service tariff connector and remove Eloverblik for faster and more reliable integration loads @MTrab