Hansgrohe Pulsify Bath/Shower Set 24230000

The photographs are for illustrative purposes only.
Get AI analytics on product Hansgrohe Pulsify Bath/Shower Set 24230000:
882.28€/pc.
Ex Tax: 711.52€/pc.
hansgrohe
0 reviews
In stock
Product Code: 000-496021ASP
Qty
One click order
Tags:

Hansgrohe Pulsify bathtub shower system — Model 24230000

Complete bathtub shower set designed to provide safe, thermostatic water control and flexible showering with overhead and handheld options.

Key Benefits


    Thermostatic control with CoolContact prevents the body from heating
  • Safety stop at 40°C for added protection
  • Includes both overhead (rain) shower and handheld shower for versatile use
  • Complete kit—thermostatic bath mixer, rail, slider and hose—for straightforward installation
  • Wide operating range: suitable for systems between 0.7 and 5 bar
  • Practical plastic shelf for shower items

Applications

Ideal for bathtub installations where reliable temperature control and a full shower set are required.


    Private home bathrooms with a bathtub
  • Apartment bathroom renovations
  • New-build residential bathrooms
  • Guest bathrooms and short-stay accommodations

What to Consider When Choosing


    Verify household water pressure compatibility (min 0.7 bar, max 5 bar)
  1. Confirm the need for thermostatic safety features such as the 40°C stop
  2. Ensure the set composition matches your installation: overhead shower, handheld, mixer, rail, slider, hose, shelf
  3. Check installer access and mounting requirements for the shower rail and mixer
  4. Match the model and brand (Hansgrohe Pulsify 24230000) to your existing fittings if required

Specifications


    Brand and model: Hansgrohe Pulsify 24230000
  • Includes: overhead shower, handheld shower, thermostatic bath mixer, shower rail, slider, shower hose
  • Additional accessory: plastic shelf
  • Operating pressure: minimum 0.7 bar, maximum 5 bar
  • CoolContact thermostat: prevents body heating; safety stop at 40°C

Why Buy from SityPro


    Easy to buy online with clear information about price and features
  • SityPro provides product details and support to choose the right application
  • Reliable delivery options to Estonia and Finland
  • Responsive customer service for pre- and post-sale questions
  • Secure payment and convenient ordering process

Description provided by sitypro.com

Hansgrohe Pulsify Bath/Shower Set 24230000
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the SHOWER SET 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.

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