FAN E-EXTRA EET100HT D100mmTAIMER+NIISKUSA

The photographs are for illustrative purposes only.
Get AI analytics on product FAN
E-EXTRA EET100HT D100mmTAIMER+NIISKUSA:
40.44€/pc.
Ex Tax: 32.61€/pc.
Europlast
0 reviews
In stock
Product Code: 000-441620ASP
Qty
One click order
Package dimensions16,00 x 16,00 x 11,50 cm
Net weight0,540 kg

Duct Fan E‑EXTRA EET100HT D100 mm

SKU: 000‑441620ASP

Ø 100 mm duct fan E‑EXTRA EET100HT with timer and humidity sensor, white housing. Power ~15 W, airflow ~100 m³/h. Suitable for Ø 100 mm duct systems, protection class IP X4. Recommended for bathroom, toilet, kitchen and corridor. :contentReference[oaicite:4]{index=4}

Product details

  • Brand: E‑EXTRA
  • Model: EET100HT D100 mm
  • SKU: 000‑441620ASP
  • MPN: EET100HT
  • Duct diameter: 100 mm
  • Power: ~15 W
  • Protection class: IP X4
  • Colour: white
  • Features: timer, humidity sensor
  • Recommended rooms: bathroom, toilet, kitchen, corridor

Product details

Total weight: 0.54 kg
Package measurements: 16.00 x 16.00 x 11.50 cm
FAN E-EXTRA EET100HT D100mmTAIMER+NIISKUSA
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the FAN E-EXTRA EET100HT D100mmTAIMER+NIISKUSA

What is the FAN E-EXTRA EET100HT D100mmTAIMER+NIISKUSA and where is it used?

FAN E-EXTRA EET100HT D100mmTAIMER+NIISKUSA is a Ø100 mm duct fan with timer and humidity sensor, power ~15 W, airflow ~100 m³/h and protection class IP X4. Recommended for bathroom, toilet, kitchen and corridor; fits Ø100 mm duct systems.

Is this fan suitable for 100 mm ducting?

Yes, the EET100HT is designed for connection to Ø100 mm ducts and provides approximately 100 m³/h airflow for that duct size.

What is the power consumption of the E-EXTRA EET100HT fan?

The EET100HT has a rated power of approximately 15 W and operates on 220 V, delivering about 100 m³/h airflow with low energy consumption.

Does the fan have moisture protection and what IP rating?

Yes, the fan has an IP X4 protection rating, which protects against splashing water and permits use in wet rooms such as bathrooms and kitchens.

How do the timer and humidity sensor work on this model?

The fan features a built-in timer and humidity sensor: the sensor can trigger the fan and the timer keeps it running for a preset period. Exact timer settings are configured during installation and depend on the wiring diagram.

Can this fan be installed in a bathroom without an electrician — is it a simple replacement for an existing unit?

If your existing unit uses a Ø100 mm connection and 220 V supply, the EET100HT can typically be swapped in. Proper wiring for the timer and humidity sensor may require electrical knowledge or a professional electrician.

What sized rooms is this fan effective for?

With ~100 m³/h airflow, the EET100HT is suitable for small to medium rooms such as bathrooms, toilets, kitchens and corridors. For larger rooms or high ceilings, calculate required air change and consider a higher-capacity model.

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

Package measurements are 16.00 x 16.00 x 11.50 cm and total weight is 0.54 kg. Use these figures to check fit in the installation niche.

What is the housing material and colour?

The fan housing is white; the product description does not specify the exact material, although duct fans of this type commonly use a plastic/polymer housing.

How does the EET100HT differ from other E‑EXTRA duct fans?

The EET100HT offers built-in timer and humidity sensor, IP X4 protection, ~15 W power and ~100 m³/h airflow. Other E‑EXTRA models may lack the sensor/timer or have different airflow, power or duct sizes.

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 EET100HT D100mmTAIMER+NIISKUSA?

You can buy FAN E-EXTRA EET100HT D100mmTAIMER+NIISKUSA in our online store for 32.61€. Category: Fans.

What is the price of FAN E-EXTRA EET100HT D100mmTAIMER+NIISKUSA?

The current price of FAN E-EXTRA EET100HT D100mmTAIMER+NIISKUSA is 32.61€. Brand: Europlast.

FAN E-EXTRA EET100HT D100mmTAIMER+NIISKUSA — specifications and description

Model: 000-441620ASP. Category: Fans. Brand: Europlast. Price: 32.61€.

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