# Read Room Energy Result

![](https://459479801-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Ma9N5K8lMbAhbyBVgms%2Fuploads%2Fgit-blob-b367365946fcf49e90396efc5e5612d47266c129%2FRead_Room_Energy_Result.png?alt=media)

![](https://459479801-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Ma9N5K8lMbAhbyBVgms%2Fuploads%2Fgit-blob-33e183beccdbe8c3d90a1461db96266a504abf78%2FRead_Room_Energy_Result.png?alt=media) - [\[source code\]](https://github.com/ladybug-tools/honeybee-grasshopper-energy/blob/master/honeybee_grasshopper_energy/src/HB%20Read%20Room%20Energy%20Result.py)

Parse all of the common Room-level energy-related results from an SQL result file that has been generated from an energy simulation.

### Inputs

* **sql \[Required]**

The file path of the SQL result file that has been generated from an energy simulation.

### Outputs

* **cooling**

DataCollections for the cooling energy in kWh. For Ideal Air loads, this output is the sum of sensible and latent heat that must be removed from each room. For detailed HVAC systems, this output will be electric energy needed to power each chiller/cooling coil.

* **heating**

DataCollections for the heating energy needed in kWh. For Ideal Air loads, this is the heat that must be added to each room. For detailed HVAC systems, this will be fuel energy or electric energy needed for each boiler/heating element.

* **lighting**

DataCollections for the electric lighting energy used for each room in kWh.

* **electric\_equip**

DataCollections for the electric equipment energy used for each room in kWh.

* **gas\_equip**

DataCollections for the gas equipment energy used for each room in kWh.

* **process**

DataCollections for the process load energy used for each room in kWh.

* **hot\_water**

DataCollections for the service hote water energy used for each room in kWh.

* **fan\_electric**

DataCollections for the fan electric energy in kWh for either a ventilation fan or a HVAC system fan.

* **pump\_electric**

DataCollections for the water pump electric energy in kWh for a heating/cooling system.

* **people\_gain**

DataCollections for the internal heat gains in each room resulting from people (kWh).

* **solar\_gain**

DataCollections for the total solar gain in each room (kWh).

* **infiltration\_load**

DataCollections for the heat loss (negative) or heat gain (positive) in each room resulting from infiltration (kWh).

* **mech\_vent\_load**

DataCollections for the heat loss (negative) or heat gain (positive) in each room resulting from the outdoor air coming through the HVAC System (kWh).

* **nat\_vent\_load**

DataCollections for the heat loss (negative) or heat gain (positive) in each room resulting from natural ventilation (kWh).
