FAN E-EXTRA EET125 D125mm White

The photographs are for illustrative purposes only.
Get AI analytics on product FAN
E-EXTRA EET125 D125mm White:
26.64€/pc.
Ex Tax: 21.48€/pc.
Europlast
0 reviews
In stock
Product Code: 000-441734ASP
Qty
One click order
Package dimensions18,50 x 18,50 x 11,50 cm
Net weight0,630 kg

Duct Fan E-EXTRA EET125 D125 mm

SKU: 000-441734ASP

Ø 125 mm duct fan E-EXTRA EET125, white housing. Power ~16 W, airflow ~150 m³/h, noise ~36 dB. Suitable for 125 mm duct systems, protection class IP X4. Recommended for bathroom, toilet, kitchen, and corridor.

Product details

  • Brand: E-EXTRA
  • Model: EET125 D125 mm
  • SKU: 000-441734ASP
  • MPN: EET125
  • Duct diameter: 125 mm
  • Power: ~16 W
  • Voltage: 220 V
  • Airflow: ~150 m³/h
  • Noise level: ~36 dB
  • Protection class: IP X4
  • Colour: white
  • Dimensions (H×W×D): 150×150×120 mm
  • Recommended rooms: bathroom, toilet, kitchen, corridor
FAN E-EXTRA EET125 D125mm White
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the FAN E-EXTRA EET125 D125mm White

What is FAN E-EXTRA EET125 D125mm White and where is it used?

FAN E-EXTRA EET125 D125mm White is a Ø125 mm duct axial fan with ~16 W power, ~150 m³/h airflow and IP X4 protection. Recommended for bathroom, toilet, kitchen and corridor use and compatible with 125 mm duct systems.

Is this fan compatible with 125 mm ducting?

Yes, the EET125 D125 mm is designed for connection to 125 mm ducts and provides approximately 150 m³/h airflow with that diameter.

How noisy is the E-EXTRA EET125 fan?

The E-EXTRA EET125 has a noise level of about 36 dB, which is low and suitable for bathroom, toilet or corridor installations without significant disturbance.

What are the power and voltage specifications of the EET125?

The EET125 fan has approximately 16 W power and operates on 220 V supply, standard for household ventilation units.

What is the protection class and is the fan suitable for wet rooms?

The E-EXTRA EET125 has protection class IP X4, meaning it is splash-proof and suitable for wet rooms like bathrooms and kitchens when installed correctly.

What are the fan dimensions and how much space does it require in the wall/duct?

Dimensions are 150×150×120 mm (H×W×D). When installing, allow for the housing size and connection to a 125 mm duct.

Is the EET125 suitable for a kitchen extractor hood over the stove?

Yes, with ~150 m³/h airflow and IP X4 rating the EET125 can suit smaller kitchens, provided you have a 125 mm duct and the airflow meets the room's ventilation needs.

What is the service life or runtime (hours) of this fan?

The product listing does not specify an hours-based service life; assess longevity based on the E-EXTRA brand and domestic use specifications. Actual service life depends on operating conditions and maintenance.

What is the fan housing made of and how to clean it?

The listing states a white housing but does not specify material; these fans typically have plastic (PVC/ABS) housings. For cleaning, disconnect power, remove the cover and wipe dust with a dry or slightly damp cloth, avoiding water ingress into the motor.

How does the EET125 differ from other fans in the Fans category?

The EET125 is characterised by its 125 mm duct connection, compact dimensions 150×150×120 mm, ~16 W power, ~150 m³/h airflow and IP X4 rating, making it suitable for domestic wet rooms and 125 mm duct systems.

Which duct size: 100, 125 or 150 mm?

Match the actual duct. A smaller diameter increases noise and reduces airflow; a larger one will require an adapter.

Axial or inline?

Short, straight run — axial; long/complex run — inline or centrifugal.

Do I need a backdraft damper?

Yes, to prevent reverse flow and odors from the shaft. Some models have it built in.

How to reduce noise?

Choose a “silent” version/mode, keep the correct diameter, use flexible connectors/anti-vibration mounts, and seal properly.

What IP rating for wet areas?

At least IPX4/IP44, and observe bathroom safety zones.

Where to buy FAN E-EXTRA EET125 D125mm White?

You can buy FAN E-EXTRA EET125 D125mm White in our online store for 21.48€. Category: Fans.

What is the price of FAN E-EXTRA EET125 D125mm White?

The current price of FAN E-EXTRA EET125 D125mm White is 21.48€. Brand: Europlast.

FAN E-EXTRA EET125 D125mm White — specifications and description

Model: 000-441734ASP. Category: Fans. Brand: Europlast. Price: 21.48€.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');