FAN E-EXTRA EE125TS D125mm TAIMERIGA,HÕBE

The photographs are for illustrative purposes only.
Get AI analytics on product FAN
E-EXTRA EE125TS D125mm TAIMERIGA,HÕBE:
20.20€/pc.
Ex Tax: 16.29€/pc.
Europlast
0 reviews
In stock
Product Code: 000-441759ASP
Qty
One click order

It will be over soon!
The last item is left. Hurry up to buy first.
Package dimensions18,50 x 18,50 x 11,50 cm
Net weight0,630 kg

Duct Fan E‑EXTRA EE125TS D125 mm

SKU: 000‑441759ASP

Ø 125 mm duct fan E‑EXTRA EE125TS, silver 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: EE125TS D125 mm
  • SKU: 000‑441759ASP
  • MPN: EE125TS
  • Duct diameter: 125 mm
  • Power: ~16 W
  • Airflow: ~150 m³/h
  • Noise level: ~36 dB
  • Protection class: IP X4
  • Colour: silver
  • 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 EE125TS D125mm TAIMERIGA,HÕBE
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the FAN E-EXTRA EE125TS D125mm TAIMERIGA,HÕBE

What is FAN E-EXTRA EE125TS D125mm TAIMERIGA,HÕBE and where is it used?

FAN E-EXTRA EE125TS D125mm TAIMERIGA,HÕBE is a Ø125 mm duct fan with a timer and silver housing, airflow ~150 m³/h and noise level ~36 dB. It is suitable for bathroom, toilet, kitchen and corridor ventilation and has protection class IP X4.

Is this fan suitable for a 125 mm duct?

Yes, the EE125TS model is designed for a 125 mm duct connection and delivers an airflow of approximately 150 m³/h, suitable for that duct size.

What is the power and voltage of the E-EXTRA EE125TS fan?

The fan has a power of approximately 16 W and is designed for 220 V mains supply, compatible with standard household electrical systems.

What is the noise level of the EE125TS and will it be noticeable in a bathroom?

The noise level is approximately 36 dB, which is considered quiet; in a bathroom this typically registers as a subdued background sound and should not disturb conversation.

Does the fan have moisture protection (IP rating)?

Yes, the fan has a protection class of IP X4, indicating splash-water protection and making it suitable for bathroom and toilet installation when mounted correctly.

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

The timer keeps the fan running for a set period after the light or switch is turned off to remove moisture and odours; the exact delay time is configured during installation.

Is this fan suitable for a kitchen exhaust?

The EE125TS can be used in a 125 mm duct kitchen system; its airflow of ~150 m³/h is suitable for smaller kitchens, but more powerful kitchen hoods may require a higher-capacity fan.

What are the dimensions and weight — will it fit into a mounting box?

Package measurements are 18.5 x 18.5 x 11.5 cm and total weight 0.63 kg. The fan is designed for a Ø125 mm duct and typically fits standard 125 mm mounting boxes.

Is the EE125TS compatible with ventilation systems from other manufacturers?

Yes, the fan is compatible with 125 mm ducts and components from other brands; ensure the system matches the ~150 m³/h airflow and that connections are sealed properly.

What is the housing made of and what colour is the fan?

The product description does not specify materials, but the housing is silver in colour, designed to suit most interiors.

Who is the manufacturer and model — are spare parts or compatible components available?

The manufacturer is E‑EXTRA and the model is EE125TS (SKU 000‑441759ASP). Spare parts are not detailed in the listing, but the fan is compatible with standard 125 mm ventilation components.

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 EE125TS D125mm TAIMERIGA,HÕBE?

You can buy FAN E-EXTRA EE125TS D125mm TAIMERIGA,HÕBE in our online store for 16.29€. Category: Fans.

What is the price of FAN E-EXTRA EE125TS D125mm TAIMERIGA,HÕBE?

The current price of FAN E-EXTRA EE125TS D125mm TAIMERIGA,HÕBE is 16.29€. Brand: Europlast.

FAN E-EXTRA EE125TS D125mm TAIMERIGA,HÕBE — specifications and description

Model: 000-441759ASP. Category: Fans. Brand: Europlast. Price: 16.29€.

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