Voltas 1.5 ton 3 Star, Inverter Split AC

Voltas 1.5 Ton 3 Star Inverter Split AC (183V Vectra CAW, White)

Performance Very Good

Capacity: 1.5 Ton

Cooling Capacity: 5100 Watts

EER (Energy Efficiency Ratio): 3.81 W/W

Compressor: Inverter Compressor (Adjustable Speed)

Cooling Technology: 4-in-1 Adjustable Mode

Energy Rating: 3 Star (BEE Rating)

Indoor Noise Level (Low): 44 dB

Design Good

Color: White

Indoor Unit Dimensions: 96 x 31.5 x 23.5 cm

Outdoor Unit Dimensions: 84 x 54 x 30 cm

Indoor Unit Weight: 12.5 Kg

Outdoor Unit Weight: 34 Kg

Body Features: Anti Corrosive Coating

Cooling & Modes Very Good

Dehumidification: Yes

Modes: Turbo, Eco, Sleep, Dry Mode

Cooling Coverage: Upto 170 Sq. Ft.

Refrigerant: R32 (Eco-Friendly)

Display: Hidden LED Display

Convenience Very Good

Remote Control: Yes

Auto Restart: Yes

Auto Clean: Yes

Timer: Yes (On & Off Timer)

Additional Features: 4-in-1 Adjustable Cooling, Anti-Dust Filter, Hidden Display

Filters & Build Very Good

Anti Dust Filter: Yes

Other Filters: Anti Microbial Air Filtration

Main Unit Condenser Coil: 100% Copper

Outdoor Unit Condenser Coil: 100% Copper

Power & Warranty Good

Power Consumption: Approx 1045 Units per Year

Warranty: 1 Year on Product, 10 Years on Compressor

Amazon

₹35000

Flipkart

42000

Might be you like

Subscribe to our Newsletter

Subscribe to our email newsletter to get the latest posts delivered right to your email.
Pure inspiration, zero spam ✨
document.addEventListener("DOMContentLoaded", function () { const emblaNode = document.querySelector(".testimonial-embla"); if (!emblaNode) return; const prevButton = document.querySelector(".testimonial-prev"); const nextButton = document.querySelector(".testimonial-next"); const progressBar = document.querySelector(".progress-line"); const embla = EmblaCarousel( emblaNode, { loop: true, align: "start", skipSnaps: false, dragFree: false } ); nextButton.addEventListener("click", function(){ embla.scrollNext(); }); prevButton.addEventListener("click", function(){ embla.scrollPrev(); }); function updateProgress(){ const totalSlides = embla.scrollSnapList().length; const currentIndex = embla.selectedScrollSnap(); const progress = ((currentIndex + 1) / totalSlides) * 100; progressBar.style.width = progress + "%"; } embla.on("select", updateProgress); embla.on("init", updateProgress); updateProgress(); document.addEventListener( "keydown", function(e){ if(e.key === "ArrowLeft"){ embla.scrollPrev(); } if(e.key === "ArrowRight"){ embla.scrollNext(); } } ); let autoplay; function startAutoplay(){ autoplay = setInterval(()=>{ embla.scrollNext(); },5000); } function stopAutoplay(){ clearInterval(autoplay); } startAutoplay(); emblaNode.addEventListener( "mouseenter", stopAutoplay ); emblaNode.addEventListener( "mouseleave", startAutoplay ); });