| HeatpumpMonitor.org headline stats | |
|---|---|
| Total number of systems | {{ heatpump.stats.number_of_systems }} |
| Number of systems with 1 year of data | {{ heatpump.stats.number_of_systems_last365 }} |
| Average SPF H4 | {{ heatpump.stats.average_spf }} |
| Highest SPF H4 | {{ heatpump.stats.highest_spf }} |
| Lowest SPF H4 | {{ heatpump.stats.lowest_spf }} |
| Test | System | Date | Duration | Flow temp | Outside temp | Flowrate | Elec input | COP | Heat output | Status | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ index+1 }} | {{ test.system_id }} | {{ test.date }} | {{ test.data_length / 60 | toFixed(0) }} mins | {{ test.flowT | toFixed(1) }}°C | {{ test.outsideT | toFixed(1) }}°C | {{ test.flowrate | toFixed(1) }} L/min | {{ test.elec | toFixed(0) }}W | {{ test.cop | toFixed(1) }} | {{ test.heat | toFixed(0) }}W | Pending review Approved Rejected Needs more data | |
| Average heat output (approved tests) | {{ average_min_cap_test | toFixed(0) }}W | ||||||||||
| Test | System | Date | Duration | Flow temp | Outside temp | Flowrate | Elec input | COP | Heat output | Status | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ index+1 }} | {{ test.system_id }} | {{ test.date }} | {{ test.data_length / 3600 | toFixed(1) }} hrs | {{ test.flowT | toFixed(1) }}°C | {{ test.outsideT | toFixed(1) }}°C | {{ test.flowrate | toFixed(1) }} L/min | {{ test.elec | toFixed(0) }}W | {{ test.cop }} | {{ test.heat | toFixed(0) }}W | Pending review Approved Rejected Needs more data | |
| Average heat output (approved tests) | {{ average_max_cap_test | toFixed(0) }}W | ||||||||||
| Property | Value | ||
|---|---|---|---|
| Manufacturer | {{ heatpump.manufacturer_name }} | ||
| Model | {{ heatpump.name }} | ||
| Refrigerant | {{ heatpump.refrigerant }} | ||
| Capacity | {{ heatpump.capacity }} kW |
kW
|
|
| Min flow rate | {{ heatpump.min_flowrate || 'Not specified' }} L/min |
L/min
|
@ DT5 = {{ (heatpump.min_flowrate/60)*5*4.150 | toFixed(1) }} kW |
| Max/nominal flow rate | {{ heatpump.max_flowrate || 'Not specified' }} L/min |
L/min
|
@ DT5 = {{ (heatpump.max_flowrate/60)*5*4.150 | toFixed(1) }} kW |
| Max current | {{ heatpump.max_current || 'Not specified' }} A |
A
|