WATER PUMP LEO EKJ-602IA 600W AUTOMAAT

The photographs are for illustrative purposes only.
Get AI analytics on product LEO EKJ-602IA 600W Automatic Water Pump:
125.00€/pc.
Ex Tax: 100.81€/pc.
NONAME
0 reviews
In stock
Product Code: 000-462001ASP
Fuel surcharge — 2.5%
The surcharge covers part of SityPro’s transport and logistics costs. Delivery to parcel lockers is charged without any additional markup — according to the carrier’s rate.
Qty
One click order
Tags:
Package dimensions47,00 x 30,40 x 50,50 cm
Net weight13,352 kg

Automatic Water Pump LEO EKJ-602IA 600W

The LEO EKJ-602IA is an automatic water pump designed to provide reliable water delivery and pressure boosting for domestic and light commercial applications. Its 600W motor and automatic operation make it suitable for routine water transfer tasks. If you want to buy with confidence, check price and characteristics at SityPro.

Key advantages


    Automatic start/stop operation for convenient, hands-free use
  • Suitable for boosting and transferring water in household systems
  • Moderate power rating for efficient everyday performance
  • Compact design that fits in utility rooms and pump stations
  • Simple installation and maintenance for most users
  • Reliable brand and model identification for easy parts and service

Application and use cases

This pump is intended for general water supply and pressure-boosting tasks where automatic control is beneficial.


    Household water supply from tanks or shallow wells
  • Garden and irrigation systems for lawns and beds
  • Boosting water pressure for taps and showers
  • Transferring water between containers and storage tanks
  • Secondary supply for small commercial or workshop needs

What to consider when choosing


    Required flow rate and pressure for your specific application
  1. Compatibility with your electrical supply and installation location
  2. Durability of wet-end materials and resistance to local water conditions
  3. Noise level and vibration for indoor installations
  4. Availability of spare parts and service options
  5. Overall cost, including price, installation and long-term maintenance

Characteristics


    Product type: Water pump
  • Brand/model: LEO EKJ-602IA
  • Power: 600W
  • Operation: Automatic (AUTOMAAT)

Why buy at SityPro


    Wide selection of pumps and accessories with clear characteristics for comparison
  • Competitive price offers and transparent purchasing options
  • Fast delivery and shipping to Estonia and Finland
  • Professional support and advice to help choose the right pump
  • Secure ordering and customer service tailored to local buyers

Description provided by sitypro.com

WATER PUMP LEO EKJ-602IA 600W AUTOMAAT
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the WATER PUMP LEO EKJ-602IA 600W AUTOMAAT

What is the LEO EKJ-602IA 600W Automatic Water Pump and what is it used for?

LEO EKJ-602IA 600W Automatic Water Pump is a 600W motorised pump for automatic start/stop operation, designed for household and light professional tasks such as boosting pressure, transferring water, circulating in storage tanks and pumping rain or technical water. Its compact design and easy installation suit utility rooms and garden systems.

What are the packaged dimensions and weight of the LEO EKJ-602IA pump?

Packaged dimensions are 47.00 x 30.40 x 50.50 cm and total packed weight is 13.352 kg. Use these figures to plan installation space and transport.

Is the LEO EKJ-602IA suitable for boosting water pressure in a private house?

Yes — the 600W LEO EKJ-602IA is designed for boosting pressure in household water systems and is suitable for private houses and summer cottages under typical water loads. For larger systems check required flow rate and pressure compatibility.

Can I use the LEO EKJ-602IA to water my garden from a storage tank?

Yes — the 600W automatic pump is suitable for transferring water from storage tanks for garden irrigation. Make sure hose fittings and the pump’s head (lift) meet your system requirements.

What types of water can the LEO EKJ-602IA pump — potable, rain, or technical water?

The pump is suitable for potable, rain and technical water transfer for household tasks, tank circulation and irrigation. For heavily contaminated or abrasive water use a dedicated solids-handling or wastewater pump.

Do I need a special installation kit or tools for the LEO EKJ-602IA?

Typical installation requires standard plumbing fittings, mounting hardware and electrical connection — no special kit is listed as included. If needed acquire the correct-size adaptors and basic tools for plumbing and wiring.

What automatic control features does the LEO EKJ-602IA have?

The pump has automatic start/stop operation that activates based on pressure/flow conditions, reducing the need for manual control. Exact activation thresholds should be checked in the manufacturer’s technical documentation.

What are the recommended use cases for the LEO EKJ-602IA?

Recommended uses include garden irrigation, supplying water to private homes and cottages, filling and circulating in storage tanks, pumping rain or technical water, and maintaining household pressure. It’s a versatile pump for domestic and utility tasks.

Is the LEO EKJ-602IA compatible with household water systems and standard fittings?

Yes — the pump is stated to be compatible with household water systems and easy to install using standard plumbing fittings. Check inlet/outlet diameters and use adaptors if required.

How does the LEO EKJ-602IA differ from more or less powerful pump models?

At 600W the LEO EKJ-602IA sits in the medium-power household pump range — more capable than low-power pumps but more compact and economical than high-power industrial units. For higher flow rates, greater head or abrasive fluids choose a higher-spec or specialist pump.

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