edisgo.io.storage_import ======================== .. py:module:: edisgo.io.storage_import Functions --------- .. autoapisummary:: edisgo.io.storage_import.home_batteries_oedb Module Contents --------------- .. py:function:: home_batteries_oedb(edisgo_obj, scenario, engine) Gets home battery data from oedb and integrates them into the grid. See :attr:`~.edisgo.EDisGo.import_home_batteries` for more information. :param edisgo_obj: :type edisgo_obj: :class:`~.EDisGo` :param scenario: Scenario for which to retrieve home battery data. Possible options are "eGon2035" and "eGon100RE". :type scenario: str :param engine: Database engine. :type engine: :sqlalchemy:`sqlalchemy.Engine` :returns: List with names (as in index of :attr:`~.network.topology.Topology.storage_units_df`) of integrated storage units. :rtype: list(str)