FAN E-EXTRA EE150HT D150mmTAIMER+NIISKUSAN

The photographs are for illustrative purposes only.
Get AI analytics on product FAN
E-EXTRA EE150HT D150mmTAIMER+NIISKUSAN:
42.27€/pc.
Ex Tax: 34.09€/pc.
Europlast
0 reviews
In stock
Product Code: 000-433172ASP
Qty
One click order

It will be over soon!
The last item is left. Hurry up to buy first.
Package dimensions21,00 x 20,50 x 11,50 cm
Net weight0,800 kg

Duct Fan E‑EXTRA EET150HT D150 mm

SKU: 000‑433172ASP

Ø 150 mm duct fan E‑EXTRA EET150HT with timer and humidity sensor, white housing. Airflow ~200 m³/h, power ~20 W, noise level ~40 dB. Suitable for 150 mm duct systems, protection class IP X4. Recommended for bathroom, toilet, kitchen, corridor and other spaces.

Product details

  • Brand: E‑EXTRA
  • Model: EET150HT D150 mm
  • SKU: 000‑433172ASP
  • MPN: EET150HT
  • Duct diameter: 150 mm
  • Power: ~20 W
  • Airflow: ~200 m³/h
  • Noise level: ~40 dB
  • Protection class: IP X4
  • Colour: white
  • Features: timer, humidity sensor
  • Recommended rooms: bathroom, toilet, kitchen, corridor

Product details

Total weight: 0.80 kg
Package measurements: 21.00 x 20.50 x 11.50 cm
FAN E-EXTRA EE150HT D150mmTAIMER+NIISKUSAN
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the FAN E-EXTRA EE150HT D150mmTAIMER+NIISKUSAN

What is FAN E-EXTRA EE150HT D150mmTAIMER+NIISKUSAN and where is it used?

FAN E-EXTRA EE150HT D150mmTAIMER+NIISKUSAN is a Ø150 mm duct fan with timer and humidity sensor, airflow ~200 m³/h, power ~20 W and protection class IP X4. Recommended for bathroom, toilet, kitchen and corridor, fits 150 mm duct systems.

Will this fan fit my 150 mm duct?

Yes, the EET150HT model is designed for connection to 150 mm duct systems and provides proper fit and performance for that diameter.

What is the fan's airflow and is it suitable for a bathroom?

Airflow is approximately 200 m³/h, sufficient for a typical bathroom or toilet. With IP X4 protection and a humidity sensor, it is suitable for moist environments.

How do the humidity sensor and timer work on the E-EXTRA EE150HT?

The humidity sensor automatically starts the fan when humidity rises, and the built-in timer keeps the fan running for a set period after the sensor turns off. This ensures moisture is removed even after the room was used.

How loud is the fan — is ~40 dB acceptable for living spaces?

About 40 dB is comparable to a quiet office or a whisper, considered a comfortable noise level for homes. It is typically acceptable in bathrooms, corridors and kitchens.

What is the protection class and can it be installed near a shower?

Protection class IP X4 protects against water splashes from any direction, so the fan is suitable for bathrooms and near showers when installed correctly. Direct exposure to a water jet is not recommended.

What are the electrical specifications — voltage and power consumption?

The E-EXTRA EET150HT operates at 220–240 V and consumes approximately 20 W, providing energy-efficient operation for continuous ventilation.

Is this fan suitable for a kitchen with a cooker hood?

With ~200 m³/h airflow it can remove moisture and odours in small to average kitchens. For heavy cooking or strong extraction needs, a higher-capacity model may be required.

What are the fan's dimensions and weight for installation planning?

Total weight is about 0.80 kg and package dimensions roughly 21.00 x 20.50 x 11.50 cm, fitting into a Ø150 mm duct. Also allow space for wiring and mounting hardware.

How does the EET150HT differ from basic axial fans without sensors?

The EET150HT has a built-in humidity sensor and timer for automatic operation and post-use runtime, unlike basic models. Its IP X4 rating also offers better moisture resistance.

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 EE150HT D150mmTAIMER+NIISKUSAN?

You can buy FAN E-EXTRA EE150HT D150mmTAIMER+NIISKUSAN in our online store for 34.09€. Category: Fans.

What is the price of FAN E-EXTRA EE150HT D150mmTAIMER+NIISKUSAN?

The current price of FAN E-EXTRA EE150HT D150mmTAIMER+NIISKUSAN is 34.09€. Brand: Europlast.

FAN E-EXTRA EE150HT D150mmTAIMER+NIISKUSAN — specifications and description

Model: 000-433172ASP. Category: Fans. Brand: Europlast. Price: 34.09€.

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