Skip to content

Releases: marq24/ha-evcc

Added Statistics (with fixed typo)

08 Oct 20:43
Compare
Choose a tag to compare

Typofixed Version - Even if the sun is shining today, I have implemented #21 this morning. Please note, that most of the statistic sensor entities are disabled by default. E.g. if you are interested in the, 30d, 365d or thisYear stats you must manually activate the corresponding sensors.

Added Statistics

05 Oct 07:44
Compare
Choose a tag to compare

Even if the sun is shining today, I have implemented #21 this morning. Please note, that most of the statistic sensor entities are disabled by default. E.g. if you are interested in the, 30d, 365d or thisYear stats you must manually activate the corresponding sensors.

Fixing Vehicle *vehicle_plans_time

30 Sep 10:44
Compare
Choose a tag to compare

Fixing display of *_vehicle_plans_time (*_plans_time) value(s).

Added 'missing' batteryGridChargeActive & batteryGridChargeLimit

18 Sep 09:37
Compare
Choose a tag to compare

Thanks @MarcelMertens for reporting it [I hope cost limit unit will match]

Supporting default HA sensor customization's

05 Sep 08:35
Compare
Choose a tag to compare

By default HA sensors can be customized by the user [mainly this are unit factor's and the display precision]. This feature was totally ignored by previous implementations of this integration and with this release its finally supported.

The change implies, that for some of the existing sensors the default display (precision) have been adjusted - if you dislike the new display format you can now simply adjust it the sensor settings.

Keep default PrioriySOC options, when BufferSOC is 0%

25 Aug 17:31
Compare
Choose a tag to compare

Fix for #17

For what ever reason in my local evcc installation it's not possible to set BufferSOC value to 0% - but looks like that @swa72 just have exactly this scenario configured - so the code that adjust the select options have been modified in order to deal with the situation, that BufferSOC have the value of 0% [how ever this can be achieved]

The 'smartcostlimit' attribute have now a step size of 0.5 cent

20 Aug 14:32
Compare
Choose a tag to compare

No idea, if in previous evcc versions the step size was 1 cent or if this issue was present since the first release of this integration - in any case step size have been adjusted to 0.5 cent

Thanks @JonisK for reporting the issue

Adjustments for latest HA release (get rid of warning)

04 Jul 08:06
Compare
Choose a tag to compare
2024.7.0

use 'async_forward_entry_setups' & 'async_unload_platforms'

Make sure that Grid imported (Netzbezug) is only increasing

30 Jun 11:50
Compare
Choose a tag to compare

Since multiple users have reported issues that the GridImported Sensor can fall down to "null"/"0"/"unavailable" [https://github.com//discussions/7] this new build checks, if this value is available and larger then the previous sensor value.

Enjoy your Sunday

Fix for #9 - Wrong state class for SessionEnergy & ChargedEnergy

24 Jun 19:06
Compare
Choose a tag to compare

Please note, that it might be required to rest/fix the long term stats via http://[YOUR-HA-IP]:[PORT]/developer-tools/statistics for the corresponding entities.

Thanks to @Roeland54 for reporting this issue #9