Skip to content

v2.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Dec 20:13
· 5 commits to main since this release
dabc171

Changes

This change fixes the function that finds the best time to charge the battery. There was an error in the function that did not use the hours correctly if negative net consumption was available, meaning we had surplus power from the solar system to charge the battery.

It contains two new commendations:

  • batteries_charge_solar: Now used when the battery will charge from solar power solely

  • batteries_charge_grid: Now used when the battery will charge from the grid. This recommendation will also be used if solar power is available but not enough.

  • force_batteries_charge: This recommendation has now been removed.

Dashboard / Visualisation

Regarding issue #30, an available Apexchart will now show the recommendations during the day. Look at the Wiki for more information:

https://github.com/woopstar/hsem/wiki/Dashboard

⚒️ Breaking Changes

  • #83 fix: update _async_find_best_time_to_charge and recommendations @woopstar

🐛 Bug Fixes

  • #83 fix: update _async_find_best_time_to_charge and recommendations @woopstar

What's Changed

Full Changelog: v2.1.1...v2.2.0