v2.1.0
What's Changed
Features
- Adding base configuration page, replacing environement variables. Note: All environment variables are taken into account and converted to the values on the new base configuration page but as these settings are saved for the first time all set environment variables don't matter anymore (plugin configurations still have to be done via environmentvariables for now) by @pkuehnel in #155
- Use Average of requested and actual current for calculating power as Tesla's API displays more current than actually consumed on low power by @pkuehnel in #159
- Allow switch off and switch on time spans to be changed without restarting the application by @pkuehnel in #163
Bugfixes
- Update Intervall is now using the configured value and not default value of
20
seconds by pkuehnel in #153 - Save minimum current for each car and do not replace it with
1
on every startup by @pkuehnel in #157 - Consider whitespace characters on xml and json patternconfiguration as not configured. Until now it was not possible to remove a configured json/xml pattern by @pkuehnel in #158
- Do not use requested current for power calculation if car is not charging by @pkuehnel in #161
Full Changelog: v2.0.2...v2.1.0