davidusb-geek / emhass

emhass: Energy Management for Home Assistant, is a Python module designed to optimize your home energy interfacing with Home Assistant.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

philjohn opened this issue · comments

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

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

+1 on this.

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