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
🐛 Bug Fixes
What's Changed
Full Changelog: v2.1.1...v2.2.0