BATHROOM FAUCET GROHE PRECISION START 34594000 DUSHITERM

The photographs are for illustrative purposes only.
Get AI analytics on product
BATHROOM FAUCET GROHE PRECISION START 34594000 DUSHITERM:
219.88€/pc.
Ex Tax: 177.32€/pc.
Grohe
0 reviews
In stock
Product Code: 000-301613ASP

Specification

Qty
One click order
Tags:

SPECIFICATION BATHROOM FAUCET GROHE PRECISION START 34594000 DUSHITERM price 223.49€ Grohe

Package dimensions38,00 x 20,00 x 7,50 cm
Net weight2,180 kg

Precision Start THM shower exp 1/2" 34594000

Termostaadiga 1/2" dušisegisti:

seinale paigaldatav;
GROHE StarLight® – kroomitud pind;
GROHE TurboStat® – kompaktne vahast termoelemendiga südamik;
turvanupp GROHE SafeStop, 38°C;
GROHE EcoJoy® tehnoloogia tagab väiksema veekulu ja ideaalse veevoo;
Grohe EcoButtoniga hoob veekulu reguleerimiseks (individuaalselt reguleeritava säästutasemega säästunupp);
segistisse integreeritud veeblokeering;
1/2" keraamiline südamik, 180°;
duši alumine väljavool 1/2";
sisseehitatud tagasilöögiklapid;
saastasõelad;
S-ühendusmuhvid;
seinale paigaldatav metallist katteplaat;
tagasivoolukaitse;
min soovitatav veesurve 1,0 bar.

Product details

Total weight: 2.18 kg
Package measurements: 38.00 x 20.00 x 7.50 cm

Description provided by sitypro.com

Taps
Brand
Grohe precision
Destination
For the shower
Mounting
Wall-mounted
Product color
Chrome
Style
Modern
Type tap
With thermostat
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
BATHROOM FAUCET GROHE PRECISION START 34594000 DUSHITERM
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the BATHROOM FAUCET GROHE PRECISION START 34594000 DUSHITERM

What is BATHROOM FAUCET GROHE PRECISION START 34594000 DUSHITERM?

BATHROOM FAUCET GROHE PRECISION START 34594000 DUSHITERM is a wall-mounted 1/2" thermostatic bath and shower mixer with GROHE StarLight® chrome finish, TurboStat® wax thermostat core and SafeStop 38°C safety button; recommended minimum water pressure 1.0 bar, weight 2.18 kg.

What are the dimensions and weight of this faucet?

Total weight is 2.18 kg and package measurements are 38.00 x 20.00 x 7.50 cm; connections are 1/2" and the unit is wall-mounted with a supplied metal cover plate.

Is this faucet suitable for low water pressure?

The GROHE PRECISION START 34594000 DUSHITERM has a recommended minimum water pressure of 1.0 bar; below this pressure the thermostat and flow performance may be limited.

What water-saving features does this GROHE faucet have?

The unit includes GROHE EcoJoy® technology and an EcoButton on the lever to regulate flow with an individually adjustable saving level, reducing water consumption while maintaining a good stream.

What temperature does the SafeStop button lock and can it be changed?

The GROHE SafeStop safety button locks temperature at 38°C; changing the factory SafeStop setting requires adjusting the thermostat limiter or professional service.

What materials and finishes are used in this faucet?

The faucet features a GROHE StarLight® chrome finish, a metal wall cover plate, and a TurboStat® compact wax thermostat core internally.

What connections and thread size does this mixer use?

Connections are standard 1/2" with S-connection nuts included; the lower outlet for the shower is also 1/2".

Does this mixer have backflow protection?

Yes, the GROHE PRECISION START 34594000 DUSHITERM includes built-in backflow protection and integrated non-return valves.

Is this mixer suitable for a shower rail or only wall-mounted installation?

The unit is designed for wall-mounted installation with a metal cover plate and is compatible with shower systems that use a standard 1/2" lower connection.

What is the working angle of the ceramic cartridge and what does it mean in use?

The mixer uses a 1/2" ceramic cartridge with a 180° operating angle, providing smooth, durable control when adjusting water flow.

What accessories are included (S-nuts, strainers, etc.)?

The package includes S-connection nuts, strainers (dirt filters) and a wall-mounted metal cover plate.

Where to buy BATHROOM FAUCET GROHE PRECISION START 34594000 DUSHITERM?

You can buy BATHROOM FAUCET GROHE PRECISION START 34594000 DUSHITERM in our online store for 177.32€. Category: Bath and shower mixer tap.

What is the price of BATHROOM FAUCET GROHE PRECISION START 34594000 DUSHITERM?

The current price of BATHROOM FAUCET GROHE PRECISION START 34594000 DUSHITERM is 177.32€. Brand: Grohe.

BATHROOM FAUCET GROHE PRECISION START 34594000 DUSHITERM — specifications and description

Model: 000-301613ASP. Category: Bath and shower mixer tap. Brand: Grohe. Price: 177.32€.

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