FAN E-EXTRA EE125T D125mm TAIMERIGA, White

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

Duct Fan E‑EXTRA EE125T D125 mm

SKU: 000‑433178ASP

Ø 125 mm duct fan E‑EXTRA EE125T, white housing, with timer. Airflow ~150 m³/h, power ~16 W, noise level ~36 dB. Suitable for 125 mm duct systems, protection class IP X4. Recommended for bathroom, toilet, kitchen, corridor.

Product details

  • Brand: E‑EXTRA
  • Model: EE125T D125 mm
  • SKU: 000‑433178ASP
  • MPN: EE125T
  • Duct diameter: 125 mm
  • Power: ~16 W
  • Airflow: ~150 m³/h
  • Noise level: ~36 dB
  • Protection class: IP X4
  • Colour: white
  • Features: timer
  • Recommended rooms: bathroom, toilet, kitchen, corridor

Product details

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

Also looking for

rempro rempro-mobile

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

What is the FAN E-EXTRA EE125T D125mm TAIMERIGA, White and what is it used for?

FAN E-EXTRA EE125T D125mm TAIMERIGA, White is a Ø125 mm duct axial fan with a timer, designed for extraction in bathrooms, toilets, kitchens and corridors. Airflow ~150 m³/h, power ~16 W, noise ~36 dB, protection class IP X4.

Is the FAN E-EXTRA EE125T compatible with a 125 mm duct?

Yes, the EE125T D125 mm fan is designed for connection to 125 mm duct systems.

What is the power/energy consumption of the FAN E-EXTRA EE125T?

The EE125T has a power rating of approximately 16 W and operates on 220 V, so its energy use corresponds to ~16 W while running.

What is the noise level and will it be audible in a bathroom?

Noise level is ~36 dB, which is relatively quiet; it will be audible only in very quiet conditions and is generally suitable for bathrooms and toilets.

Does the FAN E-EXTRA EE125T have splash-water protection (IP)?

Yes, the fan is rated IP X4, meaning it is protected against water splashes and is suitable for bathrooms and kitchens.

How does the timer on the EE125T work and what is it for?

The timer keeps the fan running for a set period after the main switch is turned off to remove remaining moisture and odours. The exact time interval is set via the timer control on the unit (check the device markings during installation).

Is this fan suitable for kitchen and corridor use or only for bathrooms?

The EE125T is recommended for bathroom, toilet, kitchen and corridor; its ~150 m³/h airflow is generally sufficient for small kitchens and corridors.

What are the package dimensions and weight of the EE125T fan?

Package measurements are 18.50 x 18.50 x 11.50 cm and total gross weight is 0.63 kg, making it easy to handle and install.

What are the electrical requirements (voltage, connection) for the fan?

The fan operates on 220 V mains. Installation requires a standard wired connection and proper connection to a 125 mm duct.

How does the EE125T differ from other duct fans of the same diameter?

The EE125T features an integrated timer, IP X4 protection, low noise (~36 dB) and ~16 W power with ~150 m³/h airflow, a combination that suits bathrooms and kitchens well.

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

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

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

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

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

Model: 000-433178ASP. Category: Fans. Brand: Europlast. Price: 25.19€.

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