Our Process
Services
Plumbing
Tankless Water Heater
Drain Cleaning
Toilet Repair
Faucet Repair
Sink Installation & Repair
Garbage Disposal
Sump Pump Installation
Sewer Line Repair/Replacement
Boiler Repair Installation
Water Heater Repair
Water Heater Replacement
HALO Water Filtration
Gas Line Piping
Showers/Bathtubs
Piping/Repiping
HVAC
AC Repair
Heating Installation
Heater Service Plans
Furnace Repair
Furnace Installation
Furnace Tune-Up
Smart Thermostats Installation
Humidifier Installation
Ductless HVAC Systems
Air Quality Solutions
HVAC
About Us
Membership
Financing
Reviews
Blog
Contact
Call (609) 465-3759
<style> :root { --black: #111111; --navy: #282E69; --navy-dk: #1e2350; --grey: #6D6E70; --white: #ffffff; --grey-lt: #eef1f7; --grey-md: #e8e8e6; --grey-tx: #555555; --radius: 8px; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } /* ── Hero ── */ .dwc-hero { position: relative; overflow: hidden; background: var(--black); padding: 160px 24px 100px; } .dwc-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 0%, rgba(40,46,105,0.55) 0%, transparent 70%); pointer-events: none; z-index: 1; } .dwc-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; opacity: 0.32; z-index: 0; } .dwc-hero__content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; text-align: center; } .dwc-eyebrow { display: inline-flex; align-items: center; gap: 12px; font-family: Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.7); margin-bottom: 20px; } .dwc-eyebrow::before, .dwc-eyebrow::after { content: ''; display: block; width: 32px; height: 1px; background: rgba(255,255,255,0.5); } .dwc-hero h1 { font-family: Arial, sans-serif; font-size: clamp(30px, 4.5vw, 52px); font-weight: 700; color: var(--white); line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 20px; } .dwc-hero__meta { font-family: Arial, sans-serif; font-size: 14px; color: rgba(255,255,255,0.5); margin: 0; } /* ── Article layout ── */ .dwc-outer { background: var(--white); } .dwc-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 48px; max-width: 1200px; margin: 0 auto; padding: 80px 24px; } /* ── Prose ── */ .dwc-prose h2 { font-family: Arial, sans-serif; font-size: 26px; font-weight: 700; color: var(--black); line-height: 1.25; margin: 48px 0 16px; scroll-margin-top: 100px; } .dwc-prose h2:first-child { margin-top: 0; } .dwc-prose h3 { font-family: Arial, sans-serif; font-size: 20px; font-weight: 700; color: var(--black); margin: 32px 0 12px; } .dwc-prose p { font-family: Arial, sans-serif; font-size: 17px; line-height: 1.75; color: var(--grey-tx); margin-bottom: 20px; } .dwc-prose ul, .dwc-prose ol { font-family: Arial, sans-serif; font-size: 17px; line-height: 1.75; color: var(--grey-tx); padding-left: 24px; margin-bottom: 20px; } .dwc-prose li { margin-bottom: 8px; } .dwc-prose a { color: var(--navy); font-weight: 700; } .dwc-prose a:hover { color: var(--navy-dk); } .dwc-prose .dwc-inline-cta { margin: 32px 0; } .dwc-prose .dwc-inline-cta a { display: inline-block; font-family: Arial, sans-serif; font-size: 15px; font-weight: 700; color: var(--white); background: var(--navy); padding: 12px 24px; border-radius: var(--radius); text-decoration: none; transition: background 0.2s; } .dwc-prose .dwc-inline-cta a:hover { background: var(--navy-dk); } /* ── Spec list ── */ .dwc-spec-list { background: var(--grey-lt); border-radius: var(--radius); padding: 24px; margin: 28px 0; } .dwc-spec-list__title { font-family: Arial, sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--navy); margin-bottom: 16px; display: block; } .dwc-spec-list ul { list-style: none; padding: 0; margin: 0; } .dwc-spec-list li { font-family: Arial, sans-serif; font-size: 16px; color: var(--grey-tx); padding: 10px 0; border-bottom: 1px solid var(--grey-md); line-height: 1.5; margin: 0; } .dwc-spec-list li:last-child { border-bottom: none; } .dwc-spec-list li strong { color: var(--black); } /* ── Article image ── */ .dwc-article-img-wrap { margin: 28px 0; } .dwc-article-img-wrap img { width: 100%; border-radius: var(--radius); display: block; } .dwc-article-img-wrap figcaption { font-family: Arial, sans-serif; font-size: 13px; color: var(--grey); margin-top: 8px; line-height: 1.5; } /* ── Callout ── */ .dwc-callout { background: var(--grey-lt); border-left: 3px solid var(--navy); border-radius: 0 var(--radius) var(--radius) 0; padding: 20px 24px; margin: 28px 0; } .dwc-callout p { font-family: Arial, sans-serif; font-size: 16px; line-height: 1.65; color: var(--grey-tx); margin: 0; font-style: italic; } /* ── Sidebar ── */ .dwc-sidebar { position: sticky; top: 32px; align-self: start; } .dwc-toc { background: var(--grey-lt); border-radius: var(--radius); padding: 24px; margin-bottom: 24px; } .dwc-toc__label { font-family: Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey); margin-bottom: 16px; } .dwc-toc nav a { display: block; font-family: Arial, sans-serif; font-size: 14px; color: var(--grey-tx); text-decoration: none; padding: 6px 0; border-bottom: 1px solid var(--grey-md); line-height: 1.4; transition: color 0.15s; } .dwc-toc nav a:last-child { border-bottom: none; } .dwc-toc nav a:hover, .dwc-toc nav a.toc-active { color: var(--navy); } .dwc-toc nav a.toc-active { font-weight: 700; } .dwc-service-card { background: var(--white); border: 1.5px solid var(--grey-md); border-radius: var(--radius); padding: 24px; margin-bottom: 24px; transition: border-color 0.2s, transform 0.2s; } .dwc-service-card:hover { border-color: rgba(40,46,105,0.2); transform: translateY(-2px); } .dwc-service-card h3 { font-family: Arial, sans-serif; font-size: 16px; font-weight: 700; color: var(--black); margin-bottom: 8px; } .dwc-service-card p { font-family: Arial, sans-serif; font-size: 14px; color: var(--grey-tx); line-height: 1.5; margin-bottom: 16px; } .dwc-service-card a { display: block; font-family: Arial, sans-serif; font-size: 14px; font-weight: 700; color: var(--white); background: var(--navy); padding: 10px 16px; border-radius: var(--radius); text-decoration: none; text-align: center; transition: background 0.2s; } .dwc-service-card a:hover { background: var(--navy-dk); } .dwc-phone-card { background: var(--grey-lt); border-radius: var(--radius); padding: 20px 24px; text-align: center; } .dwc-phone-card__label { display: block; font-family: Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--grey); margin-bottom: 8px; } .dwc-phone-card a { font-family: Arial, sans-serif; font-size: 20px; font-weight: 700; color: var(--navy); text-decoration: none; } .dwc-phone-card a:hover { color: var(--navy-dk); } .dwc-sidebar-spacer { width: 300px; } /* ── Mid-page CTA band ── */ .dwc-cta-mid { background: var(--navy); padding: 64px 24px; text-align: center; } .dwc-cta-mid__headline { font-family: Arial, sans-serif; font-size: 28px; font-weight: 700; color: var(--white); margin-bottom: 12px; } .dwc-cta-mid__sub { font-family: Arial, sans-serif; font-size: 16px; color: rgba(255,255,255,0.8); margin-bottom: 32px; } .dwc-cta-mid__btn { display: inline-block; font-family: Arial, sans-serif; font-size: 16px; font-weight: 700; color: var(--navy); background: var(--white); padding: 14px 32px; border-radius: var(--radius); text-decoration: none; transition: opacity 0.2s; } .dwc-cta-mid__btn:hover { opacity: 0.9; } /* ── FAQ ── */ .dwc-faq { background: var(--grey-lt); padding: 80px 24px; } .dwc-faq__inner { max-width: 800px; margin: 0 auto; } .dwc-section-eyebrow { display: inline-flex; align-items: center; gap: 12px; font-family: Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--navy); margin-bottom: 16px; } .dwc-section-eyebrow::before, .dwc-section-eyebrow::after { content: ''; display: block; width: 32px; height: 1px; background: var(--navy); } .dwc-faq__title { font-family: Arial, sans-serif; font-size: 32px; font-weight: 700; color: var(--black); margin-bottom: 40px; } .dwc-faq-item { border-bottom: 1px solid var(--grey-md); } .dwc-faq-item:first-of-type { border-top: 1px solid var(--grey-md); } .dwc-faq-btn { width: 100%; background: none; border: none; cursor: pointer; text-align: left; padding: 20px 40px 20px 0; font-family: Arial, sans-serif; font-size: 17px; font-weight: 700; color: var(--black); line-height: 1.4; position: relative; } .dwc-faq-btn::after { content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 24px; font-weight: 400; color: var(--navy); } .dwc-faq-btn[aria-expanded="true"]::after { content: '\2212'; } .dwc-faq-answer { padding-bottom: 20px; } .dwc-faq-answer p { font-family: Arial, sans-serif; font-size: 16px; line-height: 1.7; color: var(--grey-tx); margin: 0; } /* ── Related services ── */ .dwc-related { background: var(--white); padding: 80px 24px; } .dwc-related__inner { max-width: 1200px; margin: 0 auto; } .dwc-related__title { font-family: Arial, sans-serif; font-size: 32px; font-weight: 700; color: var(--black); margin-bottom: 40px; } .dwc-related__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; } .dwc-related-card { background: var(--white); border: 1.5px solid var(--grey-md); border-radius: var(--radius); padding: 28px 24px; transition: border-color 0.2s, transform 0.2s; } .dwc-related-card:hover { border-color: rgba(40,46,105,0.2); transform: translateY(-2px); } .dwc-related-card h3 { font-family: Arial, sans-serif; font-size: 18px; font-weight: 700; color: var(--black); margin-bottom: 10px; } .dwc-related-card p { font-family: Arial, sans-serif; font-size: 15px; color: var(--grey-tx); line-height: 1.6; margin-bottom: 20px; } .dwc-related-card a { font-family: Arial, sans-serif; font-size: 14px; font-weight: 700; color: var(--navy); text-decoration: none; } .dwc-related-card a:hover { color: var(--navy-dk); } /* ── Footer band ── */ .dwc-footer-band { background: var(--black); padding: 64px 24px; text-align: center; } .dwc-footer-band__tagline { font-family: Arial, sans-serif; font-size: 14px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 16px; } .dwc-footer-band a { font-family: Arial, sans-serif; font-size: 28px; font-weight: 700; color: var(--white); text-decoration: none; } .dwc-footer-band a:hover { color: rgba(255,255,255,0.85); } /* ── Responsive ── */ @media (max-width: 768px) { .dwc-layout { grid-template-columns: 1fr; padding: 48px 20px; } .dwc-sidebar, .dwc-sidebar-spacer { display: none; } } @media (max-width: 640px) { .dwc-hero { padding: 140px 20px 80px; } .dwc-hero h1 { font-size: 30px; } .dwc-cta-mid__headline { font-size: 22px; } .dwc-faq__title, .dwc-related__title { font-size: 26px; } } </style> <!-- HERO --> <section class="dwc-hero"> <img class="dwc-hero__img" src="https://cdn.prod.website-files.com/650cd965726009dccb50a827/6a68d15b6b95350d12fdfd99_fujitsu-before-and-after.png" alt="Before and after comparison of the ductless mini-split replacement in a Wildwood Crest, NJ home — old system on the left, new Fujitsu Airstage system on the right"> <div class="dwc-hero__content"> <span class="dwc-eyebrow">Ductless HVAC Installation</span> <h1>Replacing a 3-Zone Ductless System in a Wildwood Crest Home</h1> <p class="dwc-hero__meta">July 10, 2026 · 6 min read · Budd’s Plumbing | Heating | Cooling</p> </div> </section> <!-- ARTICLE — TOP (intro + first two h2s + sidebar) --> <section class="dwc-outer"> <div class="dwc-layout"> <main class="dwc-prose" id="dwc-article-top"> <p>A ductless system in a Wildwood Crest home had reached the end of its life — three indoor units (one ducted into the attic, two wall-mounted) all running off a single aging outdoor condenser. The whole system needed to come out and be replaced, not patched.</p> <p>Budd’s installed a new <a href="/ductless-hvac-systems">Fujitsu Airstage ductless system</a> in its place: a new outdoor unit, a ducted unit in the attic, and two wall-mounted heads, each one controllable on its own through the Fujitsu Airstage app. Here’s what the job actually involved, including the parts that didn’t go according to plan.</p> <div class="dwc-spec-list"> <span class="dwc-spec-list__title">Equipment Installed</span> <ul> <li><strong>Outdoor unit:</strong> Fujitsu AOUH45KWAS</li> <li><strong>Ducted indoor unit:</strong> 18,000 BTU, installed in the attic</li> <li><strong>Wall-mounted head:</strong> 12,000 BTU, bedroom</li> <li><strong>Wall-mounted head:</strong> 7,000 BTU, living room</li> <li><strong>Controls:</strong> Wi-Fi module on each indoor unit for independent control through the Fujitsu Airstage mobile app</li> </ul> </div> <h2 id="scope-of-work">Removing the Old System and Setting the New Outdoor Unit</h2> <p>The job started with demo — pulling all three old indoor units and the old outdoor condenser out of the home and clearing the space for the new equipment. Once the old outdoor unit was out, the crew set the pad and positioned the new outdoor unit in its place.</p> <p>With the outdoor unit set, the crew removed the old attic ducted unit and mounted the two new wall heads — one in the bedroom, one in the living room. Running refrigerant lines from the outdoor unit to each indoor head meant cutting new access holes on the first floor to route the line sets up through the house.</p> <h2 id="attic-ductwork">Rebuilding the Attic Ductwork</h2> <p>An 18,000 BTU ducted unit doesn’t always work with whatever ductwork was left behind by the system it’s replacing — and that’s what turned up in the attic here. Once the old attic unit was out, it was clear the existing ductwork wasn’t going to support the new equipment.</p> <p>Instead of forcing the new unit onto ductwork it wasn’t sized for, the crew fabricated and built new ductwork on-site, wrapped (insulated) the supply run, and modified the attic space so the new ducted unit would actually fit and perform the way it’s supposed to. That’s not a step every ductless replacement needs — it depends entirely on what the existing ductwork can support — but it’s the kind of thing that turns a straightforward swap into a longer job.</p> </main> <!-- SIDEBAR --> <aside class="dwc-sidebar"> <div class="dwc-toc"> <p class="dwc-toc__label">In This Article</p> <nav aria-label="Article contents"> <a href="#scope-of-work">Removing the Old System</a> <a href="#attic-ductwork">Rebuilding the Attic Ductwork</a> <a href="#mid-install-issues">What Came Up Mid-Install</a> <a href="#programming-app-control">Programming & App Control</a> <a href="#the-result">The Result</a> </nav> </div> <div class="dwc-service-card"> <h3>Ductless system due for an upgrade?</h3> <p>We install and service Fujitsu, Samsung, and Gree ductless systems throughout Cape May County and Atlantic County, NJ.</p> <a href="https://www.buddsplumbing.com/contact-us">Request Service</a> </div> <div class="dwc-phone-card"> <span class="dwc-phone-card__label">Call us directly</span> <a href="tel:+16094653759">(609) 465-3759</a> </div> </aside> </div> </section> <!-- MID-PAGE CTA BAND --> <section class="dwc-cta-mid"> <p class="dwc-cta-mid__headline">Is your ductless system struggling to keep up?</p> <p class="dwc-cta-mid__sub">Serving Cape May County and Atlantic County, NJ, including <a href="/service-areas#bsa-wildwood-crest" style="color:#fff;">Wildwood Crest</a>, Wildwood, and Avalon.</p> <a class="dwc-cta-mid__btn" href="https://www.buddsplumbing.com/contact-us">Schedule a Ductless Evaluation</a> </section> <!-- ARTICLE — LOWER (remaining sections + sidebar spacer) --> <section class="dwc-outer"> <div class="dwc-layout"> <div class="dwc-prose" id="dwc-article-lower"> <h2 id="mid-install-issues">What Came Up Mid-Install: A Storm, an Undersized Drain Line, and a Refrigerant Leak</h2> <p>Not every job wraps up in a single visit, and this one didn’t. Three separate issues turned up near the end of the first day’s work:</p> <ul> <li>A thunderstorm knocked out power at the house, which took the customer’s home Wi-Fi down with it — with no network available, there was no way to get the new Wi-Fi control modules connected and configured that night.</li> <li>The existing condensate drain line was undersized for the new system. The Fujitsu ducted unit calls for 3/4″ PVC; what was already in place wasn’t up to that spec. The crew rerouted and replaced the drain line with proper 3/4″ PVC running out to the gutter drain point.</li> <li>One of the newly installed line sets developed a leak at a flare fitting after the system was pulled down to vacuum and the refrigerant was released into the lines. Rather than charge a system with a known leak, the crew cut out the affected section of line set, replaced the flare fitting, and restarted the evacuation process from scratch.</li> </ul> <div class="dwc-callout"> <p>None of that is unusual for a full system replacement on an older home — it’s exactly why a proper vacuum-and-leak-check happens before a system gets its final refrigerant charge. Finding a leak at this stage means it gets fixed before the system is ever running, not after.</p> </div> <p>Between the storm and the leak repair, the crew couldn’t finish programming the ducted unit that evening, so the job carried over to a second visit.</p> <h2 id="programming-app-control">Finishing the Job: Programming and Independent Room Control</h2> <p>On the return visit, the crew finished setting up and programming the ducted unit’s control settings. The system is fully operational — all three zones (attic-ducted, bedroom, living room) heating and cooling on their own, with no shared settings between rooms.</p> <p>The one piece still pending at the end of the job was the Wi-Fi connection. The new Wi-Fi modules are installed and ready to go, but the home’s router was broadcasting a combined 2.4GHz/5GHz signal, and the Fujitsu Wi-Fi modules only connect to a 2.4GHz network. Once the homeowner splits her router into separate 2.4GHz and 5GHz networks — a setting most routers have, though it’s sometimes buried in the admin panel — connecting the modules and pairing the Fujitsu Airstage app takes a few minutes.</p> <h2 id="the-result">The Result</h2> <p>The homeowner now has three independently controlled comfort zones in a home that previously ran off a single aging ductless system — heating and cooling in the attic-ducted space, the bedroom, and the living room, each one adjustable on its own through the Fujitsu Airstage app once the Wi-Fi step is finished on her end.</p> <figure class="dwc-article-img-wrap"> <img src="https://cdn.prod.website-files.com/650cd965726009dccb50a827/6a68d15b1666d83f0e6e5343_aircon-indoor-unit.png" alt="Newly installed Fujitsu Airstage indoor unit in a Wildwood Crest, NJ home, fully operational after the ductless system replacement"> <figcaption>One of the new Fujitsu Airstage indoor units, installed and fully operational.</figcaption> </figure> <p>If your home’s ductless system is aging, mismatched to your ductwork, or you’re considering a switch to independent zone control, Budd’s installs and services <a href="/ductless-hvac-systems">ductless mini-split systems</a> throughout Cape May County and Atlantic County, including Wildwood Crest, Wildwood, and Avalon.</p> <div class="dwc-inline-cta"> <a href="https://www.buddsplumbing.com/contact-us">Schedule a Ductless System Evaluation →</a> </div> </div> <!-- Spacer preserves column alignment with upper grid --> <div class="dwc-sidebar-spacer" aria-hidden="true"></div> </div> </section> <!-- FAQ SECTION --> <section class="dwc-faq"> <div class="dwc-faq__inner"> <span class="dwc-section-eyebrow">Common Questions</span> <h2 class="dwc-faq__title">Frequently Asked Questions</h2> <div class="dwc-faq-item"> <button class="dwc-faq-btn" aria-expanded="false" aria-controls="dwc-faq-answer-1" id="dwc-faq-btn-1"> Can a new ducted mini-split use my home’s existing attic ductwork? </button> <div class="dwc-faq-answer" id="dwc-faq-answer-1" role="region" aria-labelledby="dwc-faq-btn-1"> <p>Not always. Ducted mini-split units are sized to specific airflow and duct requirements, and ductwork built for a different system doesn’t always match up with new equipment. If the existing ductwork can’t support the new unit, it needs to be rebuilt or modified as part of the installation — that’s a normal part of some ductless replacements, not a sign anything went wrong.</p> </div> </div> <div class="dwc-faq-item"> <button class="dwc-faq-btn" aria-expanded="false" aria-controls="dwc-faq-answer-2" id="dwc-faq-btn-2"> What size drain line does a ductless mini-split system need? </button> <div class="dwc-faq-answer" id="dwc-faq-answer-2" role="region" aria-labelledby="dwc-faq-btn-2"> <p>It depends on the manufacturer and system, but many ducted mini-split units require a minimum 3/4″ PVC condensate drain line. An undersized drain line can back up or leak, so it’s worth checking during any ductless installation or replacement rather than assuming the existing line is adequate.</p> </div> </div> <div class="dwc-faq-item"> <button class="dwc-faq-btn" aria-expanded="false" aria-controls="dwc-faq-answer-3" id="dwc-faq-btn-3"> Can each room on a ductless system be controlled separately? </button> <div class="dwc-faq-answer" id="dwc-faq-answer-3" role="region" aria-labelledby="dwc-faq-btn-3"> <p>Yes — that’s one of the main advantages of a multi-zone ductless system. Each indoor head or ducted unit can run its own temperature and schedule, and with Wi-Fi modules installed, each zone can be controlled independently through a mobile app instead of one shared thermostat for the whole system.</p> </div> </div> <div class="dwc-faq-item"> <button class="dwc-faq-btn" aria-expanded="false" aria-controls="dwc-faq-answer-4" id="dwc-faq-btn-4"> Why won’t my mini-split’s Wi-Fi module connect to my home network? </button> <div class="dwc-faq-answer" id="dwc-faq-answer-4" role="region" aria-labelledby="dwc-faq-btn-4"> <p>Most ductless system Wi-Fi modules, including Fujitsu’s, only connect to a 2.4GHz network. If your router broadcasts a single combined 2.4GHz/5GHz signal, the Wi-Fi module may not be able to find or connect to it. Splitting your router into separate 2.4GHz and 5GHz networks in the router’s settings usually resolves it.</p> </div> </div> </div> </section> <!-- RELATED SERVICES --> <section class="dwc-related"> <div class="dwc-related__inner"> <span class="dwc-section-eyebrow">Related Services</span> <h2 class="dwc-related__title">More from Budd’s</h2> <div class="dwc-related__grid"> <div class="dwc-related-card"> <h3>Ductless Mini-Split Installation & Service</h3> <p>Considering a switch to ductless, or need service on an existing system? We install and repair Fujitsu, Samsung, and Gree ductless systems throughout Cape May and Atlantic County.</p> <a href="/ductless-hvac-systems">Learn more →</a> </div> <div class="dwc-related-card"> <h3>HVAC Services in Cape May County</h3> <p>Furnace, heat pump, and full HVAC system service for homes throughout the two-county service area.</p> <a href="/hvac-services-cape-may-county">Learn more →</a> </div> <div class="dwc-related-card"> <h3>Smart Thermostats</h3> <p>Want more of your home’s comfort controlled from your phone? We install smart thermostats alongside ductless and central systems.</p> <a href="/smart-thermostats-installation">Learn more →</a> </div> </div> </div> </section> <!-- FOOTER CTA BAND --> <section class="dwc-footer-band"> <p class="dwc-footer-band__tagline">Faith · Craftsmanship · Accountability</p> <a href="tel:+16094653759">(609) 465-3759</a> </section> <!-- FAQ ACCORDION — answers hidden by default via JS --> <script> (function () { var items = document.querySelectorAll('.dwc-faq-item'); items.forEach(function (item) { var btn = item.querySelector('.dwc-faq-btn'); var panel = item.querySelector('.dwc-faq-answer'); if (!btn || !panel) return; panel.hidden = true; btn.setAttribute('aria-expanded', 'false'); btn.addEventListener('click', function () { var open = btn.getAttribute('aria-expanded') === 'true'; btn.setAttribute('aria-expanded', open ? 'false' : 'true'); panel.hidden = open; }); }); }()); </script> <!-- TOC ACTIVE HIGHLIGHT — progressive enhancement via IntersectionObserver --> <script> (function () { if (!('IntersectionObserver' in window)) return; var links = document.querySelectorAll('.dwc-toc nav a'); var headings = document.querySelectorAll('#dwc-article-top h2, #dwc-article-lower h2'); if (!links.length || !headings.length) return; var io = new IntersectionObserver(function (entries) { entries.forEach(function (entry) { if (!entry.isIntersecting) return; links.forEach(function (l) { l.classList.remove('toc-active'); }); var match = document.querySelector('.dwc-toc nav a[href="#' + entry.target.id + '"]'); if (match) match.classList.add('toc-active'); }); }, { rootMargin: '-20% 0px -70% 0px' }); headings.forEach(function (h) { io.observe(h); }); }()); </script> <!-- JSON-LD SCHEMA — valid in <body>; <script type="application/ld+json"> { "@context": "https://schema.org", "@graph": [ { "@type": "BlogPosting", "headline": "Replacing a 3-Zone Ductless System in a Wildwood Crest Home", "description": "Budd's replaced a 3-zone ductless system in a Wildwood Crest, NJ home — new Fujitsu Airstage outdoor unit and independent app control for each room.", "datePublished": "2026-07-10", "dateModified": "2026-07-10", "url": "https://www.buddsplumbing.com/post/ductless-mini-split-replacement-wildwood-crest-nj", "mainEntityOfPage": { "@id": "https://www.buddsplumbing.com/post/ductless-mini-split-replacement-wildwood-crest-nj" }, "image": "https://cdn.prod.website-files.com/650cd965726009dccb50a827/6a68d184ca9a4f51a1c7e2e1_ac-final.png", "author": { "@id": "https://www.buddsplumbing.com/#business" }, "publisher": { "@id": "https://www.buddsplumbing.com/#business" } }, { "@type": ["LocalBusiness", "Plumber"], "@id": "https://www.buddsplumbing.com/#business", "name": "Budd's Plumbing | Heating | Cooling", "url": "https://www.buddsplumbing.com", "telephone": "+1-609-465-3759", "areaServed": [ { "@type": "AdministrativeArea", "name": "Cape May County, NJ" }, { "@type": "AdministrativeArea", "name": "Atlantic County, NJ" } ], "address": { "@type": "PostalAddress", "streetAddress": "1011 Rte 9 S", "addressLocality": "Cape May Court House", "addressRegion": "NJ", "postalCode": "08210", "addressCountry": "US" } }, { "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.buddsplumbing.com/" }, { "@type": "ListItem", "position": 2, "name": "Blog", "item": "https://www.buddsplumbing.com/blog" }, { "@type": "ListItem", "position": 3, "name": "Replacing a 3-Zone Ductless System in a Wildwood Crest Home", "item": "https://www.buddsplumbing.com/post/ductless-mini-split-replacement-wildwood-crest-nj" } ] }, { "@type": "WebPage", "name": "Replacing a 3-Zone Ductless System in a Wildwood Crest Home", "url": "https://www.buddsplumbing.com/post/ductless-mini-split-replacement-wildwood-crest-nj", "description": "Budd's replaced a 3-zone ductless system in a Wildwood Crest, NJ home — new Fujitsu Airstage outdoor unit and independent app control for each room." }, { "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "Can a new ducted mini-split use my home's existing attic ductwork?", "acceptedAnswer": { "@type": "Answer", "text": "Not always. Ducted mini-split units are sized to specific airflow and duct requirements, and ductwork built for a different system doesn't always match up with new equipment. If the existing ductwork can't support the new unit, it needs to be rebuilt or modified as part of the installation — that's a normal part of some ductless replacements, not a sign anything went wrong." } }, { "@type": "Question", "name": "What size drain line does a ductless mini-split system need?", "acceptedAnswer": { "@type": "Answer", "text": "It depends on the manufacturer and system, but many ducted mini-split units require a minimum 3/4\" PVC condensate drain line. An undersized drain line can back up or leak, so it's worth checking during any ductless installation or replacement rather than assuming the existing line is adequate." } }, { "@type": "Question", "name": "Can each room on a ductless system be controlled separately?", "acceptedAnswer": { "@type": "Answer", "text": "Yes — that's one of the main advantages of a multi-zone ductless system. Each indoor head or ducted unit can run its own temperature and schedule, and with Wi-Fi modules installed, each zone can be controlled independently through a mobile app instead of one shared thermostat for the whole system." } }, { "@type": "Question", "name": "Why won't my mini-split's Wi-Fi module connect to my home network?", "acceptedAnswer": { "@type": "Answer", "text": "Most ductless system Wi-Fi modules, including Fujitsu's, only connect to a 2.4GHz network. If your router broadcasts a single combined 2.4GHz/5GHz signal, the Wi-Fi module may not be able to find or connect to it. Splitting your router into separate 2.4GHz and 5GHz networks in the router's settings usually resolves it." } } ] } ] } </script>