Services relating to plants of the Energy Asset Tool
Code | Description |
---|---|
401 | Unauthorized - ensure token is being passed with each service call. |
404 | Unsupported operation |
500 | Unspecified error on server. |
{"building_id":1,"capacity":1.0,"compressor_type_id":1,"condenser_type_id":1,"created_at":"2013-07-26T16:07:07Z","draft_type_id":1,"efficiency":7.15,"fuel_type_id":1,"id":1,"is_heating":true,"name":"Plant 1","pieces_of_equipment":3,"plant_type_id":1,"updated_at":"2013-07-26T16:07:07Z","vintage":2003}
<plant> <building-id type="integer">8</building-id> <capacity type="float" nil="true"/> <compressor-type-id type="integer">1</compressor-type-id> <condenser-type-id type="integer">1</condenser-type-id> <created-at type="datetime">2013-06-28T19:28:57Z</created-at> <draft-type-id type="integer">1</draft-type-id> <efficiency type="float" nil="true"/> <fuel-type-id type="integer">2</fuel-type-id> <id type="integer">10</id> <is-heating type="boolean">true</is-heating> <name type="string">plt1</name> <pieces-of-equipment type="integer" nil="true"/> <plant-type-id type="integer">3</plant-type-id> <updated-at type="datetime">2013-07-01T18:16:21Z</updated-at> <vintage type="integer" nil="true"/> </plant>
Code | Description |
---|---|
401 | Unauthorized - ensure token is being passed with each service call. |
404 | Unsupported operation |
500 | Unspecified error on server. |
Code | Description |
---|---|
401 | Unauthorized - ensure token is being passed with each service call. |
404 | Unsupported operation |
500 | Unspecified error on server. |
{"name":"Plant 1","plant_type_id":1,"is_heating":false,"vintage":2003,"pieces_of_equipment":3,"efficiency":7.15,"capacity":1,"condenser_type_id":1,"compressor_type_id":1,"fuel_type_id":1,"draft_type_id":1,"chiller_pump_control_type_id":1,"condenser_pump_control_type_id":1,"chilled_water_reset":true,"cooling_tower_fan_control_type_id":1}
<plant> <name type="string">Plant 4</name> <plant-type-id type="integer">1</plant-type-id> <is-heating type="boolean">false</is-heating> <vintage type="integer">2003</vintage> <pieces-of-equipment type="integer">3</pieces-of-equipment> <efficiency type="float">7.15</efficiency> <capacity type="integer">1</capacity> <condenser-type-id type="integer">1</condenser-type-id> <compressor-type-id type="integer">1</compressor-type-id> <fuel-type-id type="integer">1</fuel-type-id> <draft-type-id type="integer">1</draft-type-id> <chiller-pump-control-type-id type="integer">1</chiller-pump-control-type-id> <condenser-pump-control-type-id type="integer">1</condenser-pump-control-type-id> <chilled-water-reset type="boolean">true</chilled-water-reset> <cooling-tower-fan-control-type-id type="integer">1</cooling-tower-fan-control-type-id> </plant>
Param name | Description |
---|---|
plant_type_id required |
Specifies type of plant. Validations:
|
is_heating optional |
Specifies if this is heating (true) or cooling (false). Validations:
|
vintage optional |
Year of manufacture. Must be between 1800-current year. Validations:
|
pieces_of_equipment optional |
Number of pieces of equipment Validations:
|
efficiency optional |
Efficiency for heating/cooling. Must be between 1.0-8.0 (COP units) or 1-100 (Percentage). Validations:
|
capacity optional |
Average output capacity (KBTU/HR) Validations:
|
condenser_type_id optional |
Specifies type of condenser. Required if chiller. Validations:
|
compressor_type_id optional |
Specifies type of compressor. Required if chiller. Validations:
|
fuel_type_id optional |
Specifies type of fuel. Required if boiler. Validations:
|
draft_type_id optional |
Specifies type of boiler. Required if boiler. Validations:
|
chiller_pump_control_type_id optional |
Specifies type of chiller pump. Validations:
|
condenser_pump_control_type_id optional |
Specifies type of condenser pump if condenser_type is water. Validations:
|
chilled_water_reset optional |
Specifies chilled water reset. Must be set if plant type is Chiller. Validations:
|
cooling_tower_fan_control_type_id optional |
Specifies type of cooling tower fan control if condenser_type is water. Validations:
|
Code | Description |
---|---|
401 | Unauthorized - ensure token is being passed with each service call. |
404 | Unsupported operation |
500 | Unspecified error on server. |
Param name | Description |
---|---|
plant_type_id required |
Specifies type of plant. Validations:
|
is_heating optional |
Specifies if this is heating (true) or cooling (false). Validations:
|
vintage optional |
Year of manufacture. Must be between 1800-current year. Validations:
|
pieces_of_equipment optional |
Number of pieces of equipment Validations:
|
efficiency optional |
Efficiency for heating/cooling. Must be between 1.0-8.0 (COP units) or 1-100 (Percentage). Validations:
|
capacity optional |
Average output capacity (KBTU/HR) Validations:
|
condenser_type_id optional |
Specifies type of condenser. Required if chiller. Validations:
|
compressor_type_id optional |
Specifies type of compressor. Required if chiller. Validations:
|
fuel_type_id optional |
Specifies type of fuel. Required if boiler. Validations:
|
draft_type_id optional |
Specifies type of boiler. Required if boiler. Validations:
|
chiller_pump_control_type_id optional |
Specifies type of chiller pump. Validations:
|
condenser_pump_control_type_id optional |
Specifies type of condenser pump if condenser_type is water. Validations:
|
chilled_water_reset optional |
Specifies chilled water reset. Must be set if plant type is Chiller. Validations:
|
cooling_tower_fan_control_type_id optional |
Specifies type of cooling tower fan control if condenser_type is water. Validations:
|
Code | Description |
---|---|
401 | Unauthorized - ensure token is being passed with each service call. |
404 | Unsupported operation |
500 | Unspecified error on server. |