edisgo.io.storage_import

Module Contents

Functions

home_batteries_oedb(edisgo_obj, scenario, engine)

Gets home battery data from oedb and integrates them into the grid.

edisgo.io.storage_import.home_batteries_oedb(edisgo_obj: edisgo.EDisGo, scenario: str, engine: sqlalchemy.engine.base.Engine)[source]

Gets home battery data from oedb and integrates them into the grid.

See import_home_batteries for more information.

Parameters:
  • edisgo_obj (EDisGo) –

  • scenario (str) – Scenario for which to retrieve home battery data. Possible options are “eGon2035” and “eGon100RE”.

  • engine (sqlalchemy.Engine) – Database engine.

Returns:

List with names (as in index of storage_units_df) of integrated storage units.

Return type:

list(str)