davidusb-geek / emhass

emhass: Energy Management for Home Assistant, is a Python module designed to optimize your home energy interfacing with Home Assistant.
MIT License
260 stars 51 forks source link

Feature Request: Support for limiting amount that can be exported to the grid #235

Closed philjohn closed 3 months ago

philjohn commented 3 months ago

Describe the bug

At present there is a setting for the amount you can pull in from the grid, however, as Distributed Solar PV continues to grow, many network operators are placing limits on how much power can be sent back to the grid - e.g. g100 export limitation in the UK.

Expected behavior

A new configuration setting that allows the maximum export to be defined

davidusb-geek commented 3 months ago

Hi yes for now this a limitation. The maximum power from and to the grid is the same. We will split that into separate configurable parameters

kcoffau commented 3 months ago

+1 on this.

davidusb-geek commented 3 months ago

Implemented in the fresh release. A new configuration parameter P_to_grid_max was added. Closing as completed