Menu

#1146 CF1R Reporting: whole house fan and CFVCS HERS verification

2019.1.1
Verified
None
Critical
Doc.Error
2019
Affected
CBECCr
2019-11-01
2019-08-06
Todd Ferris
No

In reviewing ticket 1133 I noticed some CF1R reporting issues with whole house fans and central fan ventilation cooling. Please see attached Word document for spacifics.

4 Attachments

Discussion

  • Robert Scott

    Robert Scott - 2019-08-06

    Initially, the xslt was constraining the output to 7 columns, however, is now set for 9 to match the schema, however, the schema and XML are not consistent.

    schema

    <xsd:element name="Row" minOccurs="1" maxOccurs="unbounded">
                                  <xsd:complexType>
                                     <xsd:sequence>
                                        <xsd:element name="Ff01_VentilationSystemCoolingName" type="hvac:VentilationSystemCoolingName">
                                           <xsd:annotation>
                                              <xsd:documentation source="FieldText">Name</xsd:documentation>
                                              <xsd:appinfo source="CBECCresXML">
                                                 <dtyp:CBECCresXMLterm>ClVentFan:Name</dtyp:CBECCresXMLterm>
                                              </xsd:appinfo>
                                           </xsd:annotation>
                                        </xsd:element>
                                        <xsd:element name="Ff02_AirFlowPerSquareFoot" type="hvac:AirFlowPerSquareFoot">
                                           <xsd:annotation>
                                              <xsd:documentation source="FieldText">Airflow Rate (CFM/ft<d:sup>2</d:sup>)</xsd:documentation>
                                              <xsd:appinfo source="CBECCresXML">
                                                 <dtyp:CBECCresXMLterm>:</dtyp:CBECCresXMLterm>
                                              </xsd:appinfo>
                                           </xsd:annotation>
                                        </xsd:element>
                                        <xsd:element name="Ff03_ContinuousVentilationAirflow" type="hvac:ContinuousVentilationAirflow">
                                           <xsd:annotation>
                                              <xsd:documentation source="FieldText">Cooling Vent CFM</xsd:documentation>
                                              <xsd:appinfo source="CBECCresXML">
                                                 <dtyp:CBECCresXMLterm>ClVentFan:CoolingVent</dtyp:CBECCresXMLterm>
                                              </xsd:appinfo>
                                           </xsd:annotation>
                                        </xsd:element>
                                        <xsd:element name="Ff04_MaximumCoolingWperCFM" type="hvac:MaximumCoolingWperCFM">
                                           <xsd:annotation>
                                              <xsd:documentation source="FieldText">Cooling Vent Watts/CFM</xsd:documentation>
                                              <xsd:appinfo source="CBECCresXML">
                                                 <dtyp:CBECCresXMLterm>ClVentFan:WperCFMCool</dtyp:CBECCresXMLterm>
                                              </xsd:appinfo>
                                           </xsd:annotation>
                                        </xsd:element>
                                        <xsd:element name="Ff05_CoolingVentilationPower" type="hvac:CoolingVentilationPower">
                                           <xsd:annotation>
                                              <xsd:documentation source="FieldText">Total Watts</xsd:documentation>
                                              <xsd:appinfo source="CBECCresXML">
                                                 <dtyp:CBECCresXMLterm>:</dtyp:CBECCresXMLterm>
                                              </xsd:appinfo>
                                           </xsd:annotation>
                                        </xsd:element>
                                        <xsd:element name="Ff06_FanCount" type="hvac:FanCount">
                                           <xsd:annotation>
                                              <xsd:documentation source="FieldText">Number of Fans</xsd:documentation>
                                              <xsd:appinfo source="CBECCresXML">
                                                 <dtyp:CBECCresXMLterm>:</dtyp:CBECCresXMLterm>
                                              </xsd:appinfo>
                                           </xsd:annotation>
                                        </xsd:element>
                                        <xsd:element name="Ff07_CFVCS_Type" type="comp:CFVCS_Type">
                                           <xsd:annotation>
                                              <xsd:documentation source="FieldText">CFVCS Type</xsd:documentation>
                                              <xsd:appinfo source="CBECCresXML">
                                                 <dtyp:CBECCresXMLterm>:</dtyp:CBECCresXMLterm>
                                              </xsd:appinfo>
                                           </xsd:annotation>
                                        </xsd:element>
                                        <xsd:element name="Ff08_ExhaustLocation" type="hvac:ExhaustLocation">
                                           <xsd:annotation>
                                              <xsd:documentation source="FieldText">Exhausts to</xsd:documentation>
                                              <xsd:appinfo source="CBECCresXML">
                                                 <dtyp:CBECCresXMLterm>:</dtyp:CBECCresXMLterm>
                                              </xsd:appinfo>
                                           </xsd:annotation>
                                        </xsd:element>
                                        <xsd:element name="Ff09_CoolingVent_VerificationRequired" type="comp:CoolingVent_VerificationRequired">
                                           <xsd:annotation>
                                              <xsd:documentation source="FieldText">HERS Verification</xsd:documentation>
                                              <xsd:documentation source="CalculationsAndRules">If result  == true display term = Required</xsd:documentation>
                                              <xsd:appinfo source="displayterm">
                                                 <dtyp:displayterm value="true">Required</dtyp:displayterm>
                                              </xsd:appinfo>
                                              <xsd:appinfo source="CBECCresXML">
                                                 <dtyp:CBECCresXMLterm>:</dtyp:CBECCresXMLterm>
                                              </xsd:appinfo>
                                           </xsd:annotation>
                                        </xsd:element>
    

    and the XML

          <Section_Ff>
            <TableVentilation>
              <Row>
                <Ff01_VentilationSystemCoolingName>Whole House Fan</Ff01_VentilationSystemCoolingName>
                <Ff02_AirFlowPerSquareFoot>1.5</Ff02_AirFlowPerSquareFoot>
                <Ff03_ContinuousVentilationAirflow>5385</Ff03_ContinuousVentilationAirflow>
                <Ff04_MaximumCoolingWperCFM>0.14</Ff04_MaximumCoolingWperCFM>
                <Ff05_CoolingVentilationPower>753.9</Ff05_CoolingVentilationPower>
                <Ff06_FanCount>1</Ff06_FanCount>
                <Ff07_CFVCS_Type>NotCFVCS</Ff07_CFVCS_Type>
                <Ff08_CoolingVent_VerificationRequired>true</Ff08_CoolingVent_VerificationRequired>
              </Row>
            </TableVentilation>
    
     
  • Dee Anne Ross

    Dee Anne Ross - 2019-10-08
    • Milestone: 2019.next --> 2019.1.1
     
  • Rob Hitchcock

    Rob Hitchcock - 2019-10-21
    • status: New --> 80%Done
    • Attachments has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,4 @@
    +1storyExample3 - CF1RPRF01E-BEES.pdf (180.1 kB; application/pdf)
    +1storyExample3 - CF1RPRF01E.xml (160.9 kB; text/xml)
    +1storyExample3.ribd19 (68.7 kB; text/plain)
     CF1R Reporting CFVC anb WHF.docx (47.8 kB; application/vnd.openxmlformats-officedocument.wordprocessingml.document)
    
     
  • Rob Hitchcock

    Rob Hitchcock - 2019-10-21

    The XSD schema and CF1RPRF XML output for Section_Ff (COOLING VENTILATION) appear to be consistent now, with 9 properties for the 1storyExample3.ribd19 sample input. However, the resulting BEES PDF only has 7 columns, with only the first 6 consistent with XSD and XML.

     
  • Robert Scott

    Robert Scott - 2019-10-31
    • status: 80%Done --> Fixed
     
  • Robert Scott

    Robert Scott - 2019-10-31

    Posted to SVN

     
  • Dee Anne Ross

    Dee Anne Ross - 2019-11-01
    • status: Fixed --> Verified
     
MongoDB Logo MongoDB