FAN E-EXTRA EET125T D125mm TAIMERIGA,White

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

Duct Fan E‑EXTRA EET125T D125 mm

SKU: 000‑441738ASP

Ø 125 mm duct fan E‑EXTRA EET125T with timer, 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: EET125T D125 mm
  • SKU: 000‑441738ASP
  • MPN: EET125T
  • 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
  • Features: timer

Product details

Total weight: 0.63 kg
Package measurements: 18.50 x 18.50 x 11.50 cm
FAN E-EXTRA EET125T D125mm TAIMERIGA,White
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the FAN E-EXTRA EET125T D125mm TAIMERIGA,White

What is FAN E-EXTRA EET125T D125mm TAIMERIGA,White and where is it recommended?

FAN E-EXTRA EET125T D125 mm is a Ø125 mm duct axial fan with a timer, ~16 W power, ~150 m³/h airflow and IP X4 protection. It is recommended for bathroom, toilet, kitchen and corridor use to remove moisture and odors.

Is this fan compatible with a 125 mm duct?

Yes, the EET125T fan is designed for a 125 mm duct diameter and is compatible with systems of that size. Make sure the duct cross-section and mounting flange match the Ø125 mm standard.

What are the airflow and noise level of the E-EXTRA EET125T?

The fan delivers approximately 150 m³/h airflow and about 36 dB noise level. These specs suit bathroom extraction and small kitchens, providing moderate performance with low noise.

What is the protection class and can the fan be installed in a bathroom?

Protection class is IP X4, meaning protection against splashing water, so it is suitable for bathroom and other damp areas when correctly wired. Do not install it under direct water jets.

How does the timer on the EET125T work and what settings are available?

The fan includes a timer that keeps it running after switching off to clear residual moisture and odors. Exact timer intervals are not specified in the product text — consult the supplied manual for precise timing options.

What are the fan dimensions and how much installation space is needed?

Dimensions are 150×150×120 mm (H×W×D). Installation requires space to accommodate these dimensions plus clearance for connecting a Ø125 mm duct.

What is the power and voltage — is the fan suitable for 220 V?

Power is approximately 16 W and operating voltage is 220 V, so it is suitable for a standard 220 V supply. Ensure correct wiring per the manual.

Is this fan suitable as a kitchen extractor for a hob?

The EET125T is suitable for general kitchen ventilation to remove steam and odours, but it is not a substitute for a dedicated cooker hood that captures greasy vapours. Use it in the duct system for general extraction, not as a direct hob extractor.

What is the fan weight and package dimensions?

Total weight is approximately 0.63 kg and package dimensions are about 18.5×18.5×11.5 cm. This makes it easy to transport and install into standard duct housings.

How does the EET125T differ from other E-EXTRA fans?

The EET125T features a built-in timer, is designed for Ø125 mm ducting and has specs of ~16 W/150 m³/h, ~36 dB noise and IP X4 protection. Other models may differ in diameter, power, absence of a timer or protection rating.

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 EET125T D125mm TAIMERIGA,White?

You can buy FAN E-EXTRA EET125T D125mm TAIMERIGA,White in our online store for 30.38€. Category: Fans.

What is the price of FAN E-EXTRA EET125T D125mm TAIMERIGA,White?

The current price of FAN E-EXTRA EET125T D125mm TAIMERIGA,White is 30.38€. Brand: Europlast.

FAN E-EXTRA EET125T D125mm TAIMERIGA,White — specifications and description

Model: 000-441738ASP. Category: Fans. Brand: Europlast. Price: 30.38€.

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ххххххх');