> For the complete documentation index, see [llms.txt](https://docs.betterbuilding.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.betterbuilding.io/user-guide/workflows/energy-efficiency/specification-44/appliances.md).

# Appliances

Where alternative heat loads are required, these may potentially displace the heat loads provided in the H6V2 Verification methodology. This approach allows for more specific calculations tailored to actual building conditions and equipment specifications.

The table below provides general data on common appliances, including their annual energy consumption values, product reference details, energy star ratings, and the assumed weekly usage frequency used during testing.&#x20;

These values can serve as a starting point for heat load analysis and, through further optimisation strategies, can assist in reducing the overall heating loads within a space. By understanding the actual energy consumption patterns and heat contributions from various appliances, designers can make more informed decisions about heating and cooling demand implication.

<table><thead><tr><th>Appliance</th><th>1 Year Energy Cost</th><th>Product Reference</th><th data-type="number">Energy Star Rating</th><th>Uses per week</th></tr></thead><tbody><tr><td><p></p><p>Clothes Dryer</p></td><td>144 kWh</td><td><a href="https://calculator.energyrating.gov.au/DryerDetails.aspx">Euromaid<br>Model: EHPD700W - Link</a></td><td>6</td><td>1</td></tr><tr><td>Clothes Washer</td><td>185 kWh</td><td><a href="https://calculator.energyrating.gov.au/Washer.aspx/">BOSCH<br>Model: WGG254Z0AU</a></td><td>5.5</td><td>7</td></tr><tr><td>Computer Monitor</td><td>82 kWh</td><td><a href="https://calculator.energyrating.gov.au/ComputerMonitorDetail.aspx">HP<br>Model: HSTND-9221-A , L7010t</a></td><td>6</td><td>70</td></tr><tr><td>Dishwashers</td><td>111 kWh</td><td><a href="https://calculator.energyrating.gov.au/DishwasherDetail.aspx">V-ZUG<br>Model: 41082</a></td><td>6</td><td>7</td></tr><tr><td>Fridges and freezers</td><td>151 kWh</td><td><a href="https://calculator.energyrating.gov.au/FridgeDetail.aspx">Smeg<br>Model: FAB28RDP9176</a></td><td>6</td><td>168</td></tr><tr><td>Televisions</td><td>190 kWh</td><td><a href="https://calculator.energyrating.gov.au/TVDetail.aspx">FFALCON<br>Model: FF50RU62</a></td><td>6</td><td>70</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.betterbuilding.io/user-guide/workflows/energy-efficiency/specification-44/appliances.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
