sinergym.utils.common.json_to_meters

sinergym.utils.common.json_to_meters(meters: Dict[str, str]) Dict[str, str]
Read meters dictionary (from Sinergym JSON conf) and adapt it to the

EnergyPlus format. More information about Sinergym JSON configuration format in documentation.

Parameters:

meters (Dict[str, str]) – Dictionary from Sinergym JSON configuration with meters information.

Returns:

Dictionary with meters information in EnergyPlus API format.

Return type:

Dict[str, str]