openems icon indicating copy to clipboard operation
openems copied to clipboard

Show how long battery power will last

Open benzman81 opened this issue 3 years ago • 1 comments

Bug Report or Feature Request (mark with an x)

- [ ] bug report -> please search issues before submitting
- [ x ] feature request

Bug description or desired functionality.

Would be awesome to see a prediction how long the battery power will last. This can either be simple by alwas taking the current consumtion into account or a bit smater by also takink the historical consumption into account. Even smarter ;-) would be to include the predicted solar power of the the next hours/days. The simple implementation would be a great start.

benzman81 avatar Sep 21 '22 21:09 benzman81

Hi. We (FENECON) do not currently plan to implement this. Techically the feature would be similar to what is already implemented for the Grid-Optimized-Charge-Controller. The Controller uses predictions for Consumption and Production and visualizes the planned State-of-Charge of the battery:

grafik

See:

  • https://github.com/OpenEMS/openems/tree/develop/ui/src/app/edge/live/Controller/Ess/GridOptimizedCharge
  • https://github.com/OpenEMS/openems/tree/develop/io.openems.edge.controller.ess.gridoptimizedcharge
  • https://fenecon.de/produkte/fems/fems-app-netzdienliche-beladung/

sfeilmeier avatar Sep 26 '22 10:09 sfeilmeier