WATER PUMP TERRA 1100W MUSTALE VEELE

The photographs are for illustrative purposes only.
Get AI analytics on product TERRA 1100W Dirty Water Pump:
84.64€/pc.
Ex Tax: 68.26€/pc.
Terra
0 reviews
In stock
Product Code: 000-444723ASP
Qty
One click order
Tags:
Package dimensions23,00 x 17,00 x 38,00 cm
Gross weight4,750 kg
Net weight5,000 kg

Terra 1100W Water Pump for Dirty Water

This Terra 1100W water pump is a powerful electric pump designed to move water efficiently. Its primary purpose is to handle water transfer and drainage tasks where robust performance is required, making it suitable for demanding cleaning, drainage and dewatering jobs.

Key advantages


    High power output for reliable pumping performance
  • Designed for handling dirty or debris-laden water
  • Durable construction for regular use in tough conditions
  • Portable design for easy placement and relocation on the job
  • Simple operation and maintenance for quick deployment
  • Cost-effective solution for professional and home applications

Application and use cases

The Terra 1100W water pump is suited to a range of pumping applications where removing or transferring contaminated or standing water is required. It works well in both temporary emergency situations and routine maintenance tasks.


    Draining flooded basements, garages or cellars
  • Pumping out ponds, pools or water features for cleaning
  • Site dewatering at construction or landscaping projects
  • Removing water from workshops or utility rooms
  • Emergency water removal after heavy rains

What to consider when choosing


    Match pump power and capacity to the volume and type of water you need to move
  1. Check suitability for dirty water and the maximum particle size the pump can handle
  2. Consider portability and how easy it is to position and remove the pump
  3. Look for durable materials and straightforward maintenance to ensure longevity
  4. Review available accessories such as hoses and fittings to fit your setup

Characteristics


    Product type: Water pump
  • Model/series: Terra
  • Power rating: 1100W
  • Intended application: dirty water (suitable for water containing debris)

Why buy at SityPro


    Wide selection of pumps and related equipment to compare features and price
  • Reliable customer service to help choose the right pump for your application
  • Fast delivery options available to Estonia and Finland
  • Secure online ordering and support for questions about characteristics and use
  • Competitive pricing and seasonal offers to help you buy with confidence

Description provided by sitypro.com

WATER PUMP TERRA 1100W MUSTALE VEELE
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the TERRA 1100W Dirty Water Pump

What is the TERRA 1100W Dirty Water Pump?

TERRA 1100W Dirty Water Pump is the Terra A111490SP electric unit with a 1100W motor designed to handle dirty, debris-laden water for transfer and drainage tasks. It’s suitable for basement dewatering, construction site drainage and pond/ditch cleaning, offering portability and easy maintenance.

What types of debris can the TERRA 1100W pump handle?

The TERRA 1100W handles dirty and wastewater containing suspended solids and small debris. Larger solids like stones or large branches should be screened out or filtered first, as the pump isn’t designed for heavy solid loads.

Is the TERRA 1100W suitable for basement dewatering?

Yes — the pump is specified for dewatering basements and technical spaces. Its 1100W power provides rapid removal; place on a stable surface and check the pump’s minimum suction level when water is very shallow.

Can I use the TERRA 1100W for construction pit and site drainage?

Yes — it’s suitable for draining construction pits and temporary sites. The 1100W motor and portability help remove water quickly, but pre-filter large debris and ensure secure placement.

How is the TERRA 1100W installed and connected?

Place the pump on a level surface and connect to mains power; the A111490SP model is designed for quick setup and maintenance. Use correctly sized hoses and secure fittings to ensure leak-free connections.

What is the pump capacity and suction depth of the TERRA 1100W?

The description specifies a 1100W motor delivering high pumping performance for household and construction tasks. Exact flow rate and maximum suction depth aren’t provided in the product text — request these specs if you need precise performance figures.

Is the TERRA 1100W suitable for pond cleaning and sludge removal?

Yes — the product description lists pond and waterbody cleaning for silt and debris as use cases. Very dense sludge may need loosening or mechanical removal first to prevent clogging.

Is the TERRA 1100W portable and easy to move?

Yes — the description highlights a portable design for easy placement and relocation on sites and yards. When moving the pump, disconnect power and use the handles to carry it safely.

What materials and construction does the TERRA 1100W have — is it durable for outdoor use?

The description refers to a durable construction designed for regular use in tough conditions, suitable for outdoor and construction use. To maximise longevity, perform recommended maintenance and avoid prolonged exposure to large abrasive particles.

How does model A111490SP (TERRA 1100W) differ from regular clean water pumps?

The A111490SP is engineered for dirty water and copes better with suspended solids and clogging than clean-water pumps. The description also highlights a more robust build suited to tougher operating conditions.

Where to buy TERRA 1100W Dirty Water Pump?

You can buy TERRA 1100W Dirty Water Pump in our online store for 68.26€. Category: Water pumps.

What is the price of TERRA 1100W Dirty Water Pump?

The current price of TERRA 1100W Dirty Water Pump is 68.26€. Brand: Terra.

TERRA 1100W Dirty Water Pump — specifications and description

Model: 000-444723ASP. Category: Water pumps. Brand: Terra. Price: 68.26€.

Google reviews

See all reviews

Model

//$('#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ххххххх');