DUŠIKOMPLEKT HANSGROHE 24230000 PULSIFY VANNI KROO

The photographs are for illustrative purposes only.
Get AI analytics on product DUŠIKOMPLEKT HANSGROHE 24230000 PULSIFY VANNI KROO:
882.28€/pc.
Ex Tax: 711.52€/pc.
hansgrohe
0 reviews
Out Of Stock
Product Code: 000-496021ASP
Item sold out
Tags:

SPECIFICATION DUŠIKOMPLEKT HANSGROHE 24230000 PULSIFY VANNI KROO price 896.74€ hansgrohe

Koosneb: üladušš, käsidušš, termostaatvannisegisti, dušivarras, liugur, dušivoolik
plastikust riiul

Min. töörõhk: 0,7 baari
Max töörõhk: 5 baari

CoolContact termostaat:- takistab korpuse kuumenemist, muutes duši all käimise veelgi turvalisemaks - ohutuspeatus 40°C juures

Description provided by sitypro.com

DUŠIKOMPLEKT HANSGROHE 24230000 PULSIFY VANNI KROO
Write a review
Similar products in stock
Dear visitor, please be aware that this item is temporarily out of stock.
We recommend considering other products:
DUŠIKOMPLEKT HANSGROHE 24220140 PULSIFY S PRONKS
In Stock
1,158.28€ Ex Tax: 934.10€
SHOWER SET  HANSGROHE 24236140 PULSIFY S PURO PR
In Stock
1,084.68€ Ex Tax: 874.74€
DUŠIKOMPLEKT HANSGROHE 24220670 PULSIFY S M.MUST
In Stock
1,075.48€ Ex Tax: 867.32€
- 365.62€ -47%
Shower head 50 x 50 cm, square, chrome, MAGNUM
In Stock
771.87€ 406.25€ Ex Tax: 327.62€
Or you can choose other products in the category: Shower assemblies and accessories
Related Products
rempro rempro-mobile

Frequently asked questions about the DUŠIKOMPLEKT HANSGROHE 24230000 PULSIFY VANNI KROO

What is the DUŠIKOMPLEKT HANSGROHE 24230000 PULSIFY VANNI KROO?

DUŠIKOMPLEKT HANSGROHE 24230000 PULSIFY VANNI KROO is a shower set including an overhead shower, handheld shower, thermostatic mixer, shower rail, slider, hose and plastic shelf. Minimum operating pressure 0.7 bar, maximum 5 bar; the CoolContact thermostat prevents body heating and has a safety stop at 40°C.

Will this shower set work with 0.5 bar water pressure?

No, the DUŠIKOMPLEKT HANSGROHE 24230000 PULSIFY VANNI KROO requires a minimum operating pressure of 0.7 bar, so at 0.5 bar the performance—especially of the overhead shower—will be inadequate.

What components are included and what are they made of?

The DUŠIKOMPLEKT HANSGROHE 24230000 PULSIFY VANNI KROO includes an overhead shower, handheld shower, thermostatic mixer, shower rail, slider, hose and a plastic shelf. The shelf is plastic per the description; other parts are the typical hansgrohe metal/chrome-finished components.

How does the CoolContact thermostat work and why is there a 40 °C safety stop?

CoolContact prevents the mixer body from heating up, reducing burn risk. The 40 °C safety stop limits water temperature and allows quick return to a safe temperature if the temperature rises accidentally.

Can I install this set on existing shower outlets without replacing risers?

The DUŠIKOMPLEKT HANSGROHE 24230000 PULSIFY VANNI KROO is a thermostatic set that can generally be connected to existing plumbing. However, verify the centre-to-centre dimensions and connection type during installation to ensure compatibility.

What spray modes do the handheld and overhead showers have?

The product description does not specify spray modes. The DUŠIKOMPLEKT HANSGROHE 24230000 PULSIFY VANNI KROO includes both overhead and handheld showers; detailed spray mode information is available in hansgrohe technical documentation.

What is the length of the shower hose included and is it suitable for a recessed installation?

The description lists a shower hose but does not state its length. For recessed installations, check the hose length in the A163798SP technical data or ask the seller to ensure adequate reach.

Is the thermostatic mixer compatible with instantaneous water heaters?

Compatibility with instantaneous heaters is not specified in the description. Thermostats typically require stable pressure and flow; confirm suitability for the A163798SP model with an installer or hansgrohe recommendations.

How does model A163798SP differ from other hansgrohe shower sets?

A163798SP (HANSGROHE 24230000 PULSIFY VANNI KROO) is supplied as a set with a thermostatic mixer, rail and plastic shelf; notable differences include the CoolContact thermostat with a 40°C safety stop and operating pressure range of 0.7–5 bar.

Where to buy DUŠIKOMPLEKT HANSGROHE 24230000 PULSIFY VANNI KROO?

You can buy DUŠIKOMPLEKT HANSGROHE 24230000 PULSIFY VANNI KROO in our online store for 711.52€. Category: Shower assemblies and accessories.

What is the price of DUŠIKOMPLEKT HANSGROHE 24230000 PULSIFY VANNI KROO?

The current price of DUŠIKOMPLEKT HANSGROHE 24230000 PULSIFY VANNI KROO is 711.52€. Brand: hansgrohe.

DUŠIKOMPLEKT HANSGROHE 24230000 PULSIFY VANNI KROO — specifications and description

Model: 000-496021ASP. Category: Shower assemblies and accessories. Brand: hansgrohe. Price: 711.52€.

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