sinergym.utils.common.parse_meters_settings

sinergym.utils.common.parse_meters_settings(meters: Dict[str, str]) Dict[str, str]

Convert meters dictionary from Sinergym YAML settings to EnergyPlus format.

Parameters:

meters (Dict[str, str]) – Dictionary with meters information.

Returns:

Reformatted meters dictionary for EnergyPlus API.

Return type:

Dict[str, str]