Skip to content

home_energy_score_json_schema / systems / hvac / hvac_item / hvac_distribution / hvac_distribution_duct

HVAC Distribution Duct Item

Type: object
Additional Properties Allowed: False

Property Type Required Format Title
name enum
location string
fraction number
insulated boolean

allOf Requirement

Conditional Validation

if true validate
fraction has exclusive minimum value of 0 location, insulated are present

name

Name of distribution system

  • is not required
  • Type: enum
Value
duct1
duct2
duct3

location

Location of distribution system

  • is not required
  • Type: string

One Of

Constant: cond_space

Constant: uncond_basement

Constant: vented_crawl

Constant: unvented_crawl

Constant: uncond_attic

Constant: under_slab

Constant: exterior_wall

Constant: manufactured_home_belly

Constant: outside

fraction

Fraction of total duct length

  • is not required
  • Type: number

Minimum Number: 0
Maximum Number: 1

insulated

Are the ducts insulated?

  • is not required
  • Type: boolean