{"product_id":"dr-coffee-f2h-automatic-coffee-machine","title":"Dr. Coffee F2H Automatic Coffee Machine","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Nunito:wght@700;800;900\u0026display=swap');\n\n.dpf2h *, .dpf2h *::before, .dpf2h *::after { box-sizing: border-box; }\n\n.dpf2h {\n  --green:      #3b9130;\n  --green-dark: #2d6e25;\n  --green-bg:   #f2faf1;\n  --green-line: #c8e4c5;\n  --dark:       #111714;\n  --white:      #ffffff;\n  --light:      #f8f8f8;\n  --text:       #1e1e1e;\n  --muted:      #5a5a5a;\n  --border:     #e4e4e4;\n  font-family: Helvetica, Arial, sans-serif;\n  font-size: 13px;\n  line-height: 1.75;\n  color: var(--text);\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 32px 48px;\n}\n\n.dpf2h h2, .dpf2h h3, .dpf2h h4 { font-family: 'Nunito', Helvetica, sans-serif; margin: 0; padding: 0; }\n.dpf2h p { margin: 0; padding: 0; }\n.dpf2h a { color: var(--green); font-weight: 600; text-decoration: none; }\n.dpf2h a:hover { color: var(--green-dark); text-decoration: underline; }\n\n\/* ── EYEBROW ── *\/\n.dpf2h .eyebrow {\n  font-family: 'Nunito', Helvetica, sans-serif; font-size: 9px; font-weight: 800;\n  letter-spacing: 0.22em; text-transform: uppercase; color: var(--green);\n  display: block; margin-bottom: 6px;\n}\n\n\/* ── INTRO ── *\/\n.dpf2h .prod-intro { padding: 28px 0 24px; border-bottom: 1px solid var(--border); margin-bottom: 24px; }\n.dpf2h .prod-intro h2 {\n  font-size: clamp(1.25rem, 3vw, 1.65rem); font-weight: 900;\n  color: var(--text); line-height: 1.2; margin-bottom: 10px;\n}\n.dpf2h .prod-intro h2 span { color: var(--green); }\n.dpf2h .prod-intro p { font-size: 13px; color: var(--muted); line-height: 1.8; margin-bottom: 10px; }\n.dpf2h .prod-intro p:last-child { margin-bottom: 0; }\n.dpf2h .prod-intro strong { color: var(--text); font-weight: 700; }\n\n\/* ── HIGHLIGHTS STRIP ── *\/\n.dpf2h .highlights {\n  background: var(--dark); border-radius: 6px; padding: 18px 22px;\n  margin-bottom: 24px; display: grid; grid-template-columns: repeat(4,1fr);\n  gap: 8px; text-align: center;\n}\n.dpf2h .hl-num {\n  font-family: 'Nunito', Helvetica, sans-serif; font-size: 1.3rem; font-weight: 900;\n  color: var(--green); line-height: 1; margin-bottom: 3px;\n}\n.dpf2h .hl-label {\n  font-family: 'Nunito', Helvetica, sans-serif; font-size: 9px; font-weight: 700;\n  letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,.5);\n}\n\n\/* ── FEATURES GRID ── *\/\n.dpf2h .features-section { margin-bottom: 24px; }\n.dpf2h .features-section h3 {\n  font-size: 1rem; font-weight: 800; color: var(--text);\n  margin-bottom: 14px; padding-bottom: 8px; border-bottom: 2px solid var(--green-line);\n}\n.dpf2h .features-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }\n.dpf2h .feat-item {\n  background: var(--light); border: 1px solid var(--border);\n  border-left: 3px solid var(--green); border-radius: 5px; padding: 14px 16px;\n}\n.dpf2h .feat-item h4 { font-size: 0.78rem; font-weight: 800; color: var(--text); margin-bottom: 4px; }\n.dpf2h .feat-item p { font-size: 11.5px; color: var(--muted); line-height: 1.6; }\n\n\/* ── TECH SPOTLIGHT ── *\/\n.dpf2h .tech-section {\n  background: var(--white); border: 1px solid var(--border);\n  border-radius: 6px; padding: 22px; margin-bottom: 24px;\n}\n.dpf2h .tech-section h3 {\n  font-size: 0.9rem; font-weight: 800; color: var(--text); margin-bottom: 14px;\n}\n.dpf2h .tech-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }\n.dpf2h .tech-item {\n  background: var(--light); border: 1px solid var(--border);\n  border-left: 3px solid var(--green); border-radius: 5px; padding: 14px 16px;\n}\n.dpf2h .tech-item h4 {\n  font-family: 'Nunito', Helvetica, sans-serif; font-size: 0.78rem; font-weight: 800;\n  color: var(--text); margin-bottom: 5px;\n}\n.dpf2h .tech-item p { font-size: 11.5px; color: var(--muted); line-height: 1.6; }\n\n\/* ── SPECS TABLE ── *\/\n.dpf2h .specs-section { margin-bottom: 24px; }\n.dpf2h .specs-section h3 {\n  font-size: 1rem; font-weight: 800; color: var(--text);\n  margin-bottom: 14px; padding-bottom: 8px; border-bottom: 2px solid var(--green-line);\n}\n.dpf2h .specs-table { width: 100%; border-collapse: collapse; font-size: 12.5px; }\n.dpf2h .specs-table tr { border-bottom: 1px solid var(--border); }\n.dpf2h .specs-table tr:last-child { border-bottom: none; }\n.dpf2h .specs-table tr:nth-child(even) td { background: var(--green-bg); }\n.dpf2h .specs-table td { padding: 9px 14px; color: var(--muted); vertical-align: top; }\n.dpf2h .specs-table td:first-child {\n  font-family: 'Nunito', Helvetica, sans-serif; font-weight: 800; color: var(--text);\n  font-size: 11px; letter-spacing: 0.04em; text-transform: uppercase;\n  white-space: nowrap; width: 38%;\n}\n\n\/* ── WHO IT'S FOR ── *\/\n.dpf2h .for-section { margin-bottom: 24px; }\n.dpf2h .for-section h3 {\n  font-size: 1rem; font-weight: 800; color: var(--text);\n  margin-bottom: 14px; padding-bottom: 8px; border-bottom: 2px solid var(--green-line);\n}\n.dpf2h .for-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n.dpf2h .for-card { border-radius: 5px; padding: 14px 16px; border: 1px solid var(--border); }\n.dpf2h .for-card.yes { background: var(--green-bg); border-color: var(--green-line); }\n.dpf2h .for-card.no { background: #fff5f5; border-color: #fecaca; }\n.dpf2h .for-card h4 {\n  font-family: 'Nunito', Helvetica, sans-serif; font-size: 0.78rem; font-weight: 800; margin-bottom: 8px;\n}\n.dpf2h .for-card.yes h4 { color: var(--green-dark); }\n.dpf2h .for-card.no h4 { color: #b91c1c; }\n.dpf2h .for-list { list-style: none; padding: 0; margin: 0; }\n.dpf2h .for-list li { font-size: 12px; color: var(--muted); padding: 3px 0 3px 14px; position: relative; }\n.dpf2h .for-card.yes .for-list li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: 900; }\n.dpf2h .for-card.no .for-list li::before { content: '✗'; position: absolute; left: 0; color: #dc2626; font-weight: 900; }\n\n\/* ── FAQ — CSS ACCORDION ── *\/\n.dpf2h .faq-section { margin-bottom: 24px; }\n.dpf2h .faq-section h3 {\n  font-size: 1rem; font-weight: 800; color: var(--text);\n  margin-bottom: 14px; padding-bottom: 8px; border-bottom: 2px solid var(--green-line);\n}\n.dpf2h .faq-item { border-bottom: 1px solid var(--border); }\n.dpf2h .faq-item:last-child { border-bottom: none; }\n.dpf2h .faq-toggle { display: none; }\n.dpf2h .faq-label {\n  display: flex; align-items: center; justify-content: space-between;\n  padding: 13px 0; cursor: pointer;\n  font-family: 'Nunito', Helvetica, sans-serif;\n  font-size: 0.82rem; font-weight: 800; color: var(--text); user-select: none;\n}\n.dpf2h .faq-label::after { content: '+'; font-size: 1.1rem; color: var(--green); font-weight: 900; flex-shrink: 0; margin-left: 12px; line-height: 1; }\n.dpf2h .faq-toggle:checked + .faq-label::after { content: '–'; }\n.dpf2h .faq-body { display: none; padding: 0 0 13px; font-size: 12.5px; color: var(--muted); line-height: 1.75; }\n.dpf2h .faq-body strong { color: var(--text); font-weight: 700; }\n.dpf2h .faq-toggle:checked ~ .faq-body { display: block; }\n\n\/* ── CTA ── *\/\n.dpf2h .cta-section {\n  background: var(--green); border-radius: 6px; padding: 24px 28px; text-align: center;\n}\n.dpf2h .cta-section h3 { font-size: 1.1rem; font-weight: 900; color: #fff; margin-bottom: 8px; }\n.dpf2h .cta-section p { font-size: 12.5px; color: rgba(255,255,255,.85); margin-bottom: 16px; }\n.dpf2h .btn-row { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }\n.dpf2h .btn-pri {\n  display: inline-block; background: #fff; color: var(--green-dark);\n  font-family: 'Nunito', Helvetica, sans-serif; font-size: 11px; font-weight: 800;\n  letter-spacing: 0.06em; text-transform: uppercase; padding: 10px 22px;\n  border-radius: 4px; text-decoration: none;\n}\n.dpf2h .btn-pri:hover { opacity: .9; text-decoration: none; color: var(--green-dark); }\n.dpf2h .btn-sec {\n  display: inline-block; background: transparent; color: #fff;\n  font-family: 'Nunito', Helvetica, sans-serif; font-size: 11px; font-weight: 800;\n  letter-spacing: 0.06em; text-transform: uppercase; padding: 10px 22px;\n  border-radius: 4px; border: 1px solid rgba(255,255,255,.45); text-decoration: none;\n}\n.dpf2h .btn-sec:hover { background: rgba(255,255,255,.1); text-decoration: none; color: #fff; }\n\n@media (max-width: 820px) {\n  .dpf2h .features-grid { grid-template-columns: 1fr 1fr; }\n  .dpf2h .tech-grid { grid-template-columns: 1fr; }\n  .dpf2h .for-grid { grid-template-columns: 1fr; }\n  .dpf2h .highlights { grid-template-columns: 1fr 1fr; }\n}\n@media (max-width: 480px) {\n  .dpf2h { padding: 0 16px 40px; }\n  .dpf2h .features-grid { grid-template-columns: 1fr; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"dpf2h\"\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"prod-intro\"\u003e\n    \u003cspan class=\"eyebrow\"\u003eDr. Coffee · Fully Automatic · Office \u0026amp; Home · Coffee + Hot Water\u003c\/span\u003e\n    \u003ch2\u003eDr. Coffee F2H Automatic Coffee Machine — \u003cspan\u003eBean-to-Cup Coffee and Hot Water, All in One\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003cp\u003eThe Dr. Coffee F2H is the practical choice for offices and households that serve \u003cstrong\u003eboth coffee and tea\u003c\/strong\u003e. Built on the capable F2 platform — with an integrated burr grinder, automatic milk frothing, and adjustable brew settings — the F2H adds a dedicated \u003cstrong\u003ehot water spout\u003c\/strong\u003e that makes it genuinely useful in mixed-drink environments where not everyone drinks coffee. One machine, one footprint, every hot drink covered.\u003c\/p\u003e\n    \u003cp\u003eFor small to medium offices where the morning routine includes flat whites for some and tea for others — or WFH setups where a dedicated kettle takes up unnecessary bench space — the F2H eliminates the need for a separate appliance. It delivers \u003cstrong\u003efreshly ground espresso, automatic milk drinks, and instant hot water\u003c\/strong\u003e from a single compact machine, all at the touch of a button.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- HIGHLIGHTS --\u003e\n  \u003cdiv class=\"highlights\"\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"hl-num\"\u003eAuto\u003c\/div\u003e\n      \u003cdiv class=\"hl-label\"\u003eMilk Frothing\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"hl-num\"\u003eHot\u003c\/div\u003e\n      \u003cdiv class=\"hl-label\"\u003eWater Spout\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"hl-num\"\u003eFresh\u003c\/div\u003e\n      \u003cdiv class=\"hl-label\"\u003eGround Every Cup\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"hl-num\"\u003e1-Touch\u003c\/div\u003e\n      \u003cdiv class=\"hl-label\"\u003eOperation\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"features-section\"\u003e\n    \u003cspan class=\"eyebrow\"\u003eKey Features\u003c\/span\u003e\n    \u003ch3\u003eWhat Makes the Dr. Coffee F2H the Complete Office Beverage Solution\u003c\/h3\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n      \u003cdiv class=\"feat-item\"\u003e\n        \u003ch4\u003e🫖 Dedicated Hot Water Spout\u003c\/h4\u003e\n        \u003cp\u003eThe F2H's defining feature — a dedicated hot water dispenser delivers instant hot water for tea, instant drinks, and hot water on demand, without running the coffee brewing cycle. No separate kettle required. One machine handles the complete hot beverage range for a mixed-drink office or household.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-item\"\u003e\n        \u003ch4\u003e⚙️ Built-In Adjustable Burr Grinder\u003c\/h4\u003e\n        \u003cp\u003eAn integrated burr grinder with multiple fineness settings grinds whole beans fresh for every espresso — preserving flavour compounds that pre-ground coffee loses within minutes of grinding. Grind size is adjustable to match your beans and preferred extraction profile.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-item\"\u003e\n        \u003ch4\u003e🥛 Automatic Milk Frothing\u003c\/h4\u003e\n        \u003cp\u003eThe F2H features an automatic milk frother — producing textured milk for cappuccinos, lattes, and flat whites without any manual technique. Simply fill the milk reservoir, press the button, and the machine handles frothing and delivery automatically. Ideal for offices where staff rotate and consistent milk drinks are expected.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-item\"\u003e\n        \u003ch4\u003e💪 Adjustable Brew Strength\u003c\/h4\u003e\n        \u003cp\u003eCoffee strength is independently adjustable from mild to strong — allowing individual users to set their preferred intensity. Combined with grind size adjustment, the F2H gives genuine personalisation without requiring any technical knowledge or barista skill.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-item\"\u003e\n        \u003ch4\u003e📋 Programmable Drink Settings\u003c\/h4\u003e\n        \u003cp\u003eDrink volumes and brew parameters can be programmed and saved — allowing the machine to be configured to your team's or household's preferences once and then operated by anyone at the push of a button. Consistent results regardless of who makes the coffee.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-item\"\u003e\n        \u003ch4\u003e🧹 Automatic Cleaning Cycles\u003c\/h4\u003e\n        \u003cp\u003eThe F2H performs automatic rinse cycles on startup and shutdown, and guides users through the milk circuit cleaning process after milk-based drinks — keeping the machine hygienic with minimal daily effort and no specialist maintenance knowledge required.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-item\"\u003e\n        \u003ch4\u003e💧 Removable Water Tank\u003c\/h4\u003e\n        \u003cp\u003eThe removable water tank lifts out for easy refilling at the sink. Sized appropriately for a small office or active household — providing enough capacity for a full morning's coffee and tea service without needing mid-session refilling under typical usage patterns.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-item\"\u003e\n        \u003ch4\u003e📐 Compact Footprint\u003c\/h4\u003e\n        \u003cp\u003eDespite covering the full hot beverage range — espresso, milk drinks, and hot water — the F2H maintains a compact countertop footprint. It replaces a separate espresso machine and kettle with a single unit, typically saving bench space overall in small office and kitchen environments.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-item\"\u003e\n        \u003ch4\u003e🎯 Consistent Results\u003c\/h4\u003e\n        \u003cp\u003eEvery drink from the F2H is produced to the same automated parameters — grind, dose, brew, froth. Consistent espresso quality regardless of who operates the machine, what time of day it is, or how much coffee experience the user has. Ideal for self-service office environments.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECH SPOTLIGHT --\u003e\n  \u003cdiv class=\"tech-section\"\u003e\n    \u003cspan class=\"eyebrow\"\u003eTechnology Spotlight\u003c\/span\u003e\n    \u003ch3\u003eWhy the F2H Makes More Sense Than Two Separate Appliances\u003c\/h3\u003e\n    \u003cdiv class=\"tech-grid\"\u003e\n      \u003cdiv class=\"tech-item\"\u003e\n        \u003ch4\u003eOne Machine vs Two Appliances\u003c\/h4\u003e\n        \u003cp\u003eMost offices with mixed coffee and tea drinkers run a separate espresso machine and a kettle side by side — doubling the bench footprint, the power draw, the maintenance, and the cost. The F2H replaces both with a single unit that handles the complete hot beverage range more efficiently, more consistently, and in less space than two dedicated appliances.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tech-item\"\u003e\n        \u003ch4\u003eAutomatic Milk vs Manual Frothing\u003c\/h4\u003e\n        \u003cp\u003eWhere the F11 requires users to manually texture milk with a steam wand, the F2H automates this entirely — making it genuinely self-service for milk-based drinks. In an office environment where staff have varying levels of coffee experience, automatic milk frothing is the difference between consistent cappuccinos and inconsistent ones.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tech-item\"\u003e\n        \u003ch4\u003eFresh Ground vs Pre-Ground — Every Time\u003c\/h4\u003e\n        \u003cp\u003eThe F2H grinds whole beans immediately before each extraction — producing espresso with the full aromatic profile that pre-ground capsules and pod systems have already lost. For an office that takes its coffee seriously, the quality difference from switching to fresh-ground bean-to-cup is immediately and consistently noticeable.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPECS --\u003e\n  \u003cdiv class=\"specs-section\"\u003e\n    \u003cspan class=\"eyebrow\"\u003eTechnical Specifications\u003c\/span\u003e\n    \u003ch3\u003eDr. Coffee F2H — Full Specifications\u003c\/h3\u003e\n    \u003ctable class=\"specs-table\"\u003e\n      \u003ctr\u003e\n\u003ctd\u003eMachine Type\u003c\/td\u003e\n\u003ctd\u003eFully automatic bean-to-cup espresso machine with hot water\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eGrinder\u003c\/td\u003e\n\u003ctd\u003eIntegrated adjustable burr grinder — multiple fineness settings\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eBrew Strength\u003c\/td\u003e\n\u003ctd\u003eAdjustable — mild to strong\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eDrink Menu\u003c\/td\u003e\n\u003ctd\u003eEspresso, double espresso, americano, cappuccino, latte, flat white, hot water\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eHot Water\u003c\/td\u003e\n\u003ctd\u003eDedicated hot water spout — instant dispensing\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eMilk System\u003c\/td\u003e\n\u003ctd\u003eAutomatic milk frother — integrated milk reservoir\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eWater Tank\u003c\/td\u003e\n\u003ctd\u003eRemovable — contact Di Pacci for current capacity\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eBean Hopper\u003c\/td\u003e\n\u003ctd\u003eIntegrated hopper — contact Di Pacci for current volume\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eProgrammable Settings\u003c\/td\u003e\n\u003ctd\u003eDrink volume, brew strength, grind size\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eCleaning\u003c\/td\u003e\n\u003ctd\u003eAutomatic rinse on startup\/shutdown — guided milk circuit cleaning\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eRecommended Volume\u003c\/td\u003e\n\u003ctd\u003eSmall to medium office, WFH, active households — up to 30–60 cups per day\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003ePower Supply\u003c\/td\u003e\n\u003ctd\u003e220–240V \/ 50Hz (Australian spec)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003eManufacturer warranty — contact Di Pacci for current terms\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHO IT'S FOR --\u003e\n  \u003cdiv class=\"for-section\"\u003e\n    \u003cspan class=\"eyebrow\"\u003eIs the Dr. Coffee F2H Right for You?\u003c\/span\u003e\n    \u003ch3\u003eWho Should Choose the Dr. Coffee F2H\u003c\/h3\u003e\n    \u003cdiv class=\"for-grid\"\u003e\n      \u003cdiv class=\"for-card yes\"\u003e\n        \u003ch4\u003e✓ The F2H is right for you if you:\u003c\/h4\u003e\n        \u003cul class=\"for-list\"\u003e\n          \u003cli\u003eRun a small to medium office with both coffee and tea drinkers\u003c\/li\u003e\n          \u003cli\u003eWant automatic milk frothing — no manual technique required\u003c\/li\u003e\n          \u003cli\u003eNeed hot water on demand without a separate kettle\u003c\/li\u003e\n          \u003cli\u003eWant freshly ground bean-to-cup quality for the whole team\u003c\/li\u003e\n          \u003cli\u003eAre a WFH professional who drinks both coffee and tea\u003c\/li\u003e\n          \u003cli\u003eWant one machine to replace two appliances on your bench\u003c\/li\u003e\n          \u003cli\u003eNeed consistent self-service results regardless of who operates the machine\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"for-card no\"\u003e\n        \u003ch4\u003e✗ Consider alternatives if you:\u003c\/h4\u003e\n        \u003cul class=\"for-list\"\u003e\n          \u003cli\u003eOnly drink coffee — the Dr. Coffee F2 Plus or C12 are simpler choices\u003c\/li\u003e\n          \u003cli\u003eNeed higher daily volume for a larger office — consider the Dr. Coffee F100P or Saeco Aurora M1\u003c\/li\u003e\n          \u003cli\u003eNeed plumb-in capability for uninterrupted water supply\u003c\/li\u003e\n          \u003cli\u003eAre equipping a café or high-volume hospitality venue\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003cdiv class=\"faq-section\"\u003e\n    \u003cspan class=\"eyebrow\"\u003eFrequently Asked Questions\u003c\/span\u003e\n    \u003ch3\u003eDr. Coffee F2H — Common Questions\u003c\/h3\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"f2hfaq1\" class=\"faq-toggle\"\u003e\n      \u003clabel class=\"faq-label\" for=\"f2hfaq1\"\u003eWhat is the difference between the Dr. Coffee F2H and F2 Plus?\u003c\/label\u003e\n      \u003cdiv class=\"faq-body\"\u003eThe F2H and F2 Plus share the same core F2 platform — integrated burr grinder, automatic milk frothing, and adjustable brew settings. The key difference is that the \u003cstrong\u003eF2H adds a dedicated hot water spout\u003c\/strong\u003e, making it the better choice for offices and households that serve both coffee and tea. If hot water on demand isn't needed, the F2 Plus is an equivalent machine without the hot water function.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"f2hfaq2\" class=\"faq-toggle\"\u003e\n      \u003clabel class=\"faq-label\" for=\"f2hfaq2\"\u003eDoes the F2H make lattes and cappuccinos automatically?\u003c\/label\u003e\n      \u003cdiv class=\"faq-body\"\u003eYes. The F2H features an \u003cstrong\u003eautomatic milk frother\u003c\/strong\u003e — producing textured milk for cappuccinos, lattes, and flat whites without any manual technique. Fill the milk reservoir, select your drink, and the machine handles frothing and delivery automatically. This makes the F2H genuinely self-service for milk-based drinks in a way that machines with manual steam wands are not.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"f2hfaq3\" class=\"faq-toggle\"\u003e\n      \u003clabel class=\"faq-label\" for=\"f2hfaq3\"\u003eHow many cups per day can the F2H handle?\u003c\/label\u003e\n      \u003cdiv class=\"faq-body\"\u003eThe F2H is suited to environments producing \u003cstrong\u003e30–60 cups per day\u003c\/strong\u003e — making it ideal for small to medium offices of 5–15 people, WFH households, and active home environments. For larger offices of 15–30+ people with higher daily volume requirements, Di Pacci recommends considering the Dr. Coffee F100P or Saeco Aurora M1 for their greater capacity and more advanced features.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"f2hfaq4\" class=\"faq-toggle\"\u003e\n      \u003clabel class=\"faq-label\" for=\"f2hfaq4\"\u003eWhat coffee beans work best in the Dr. Coffee F2H?\u003c\/label\u003e\n      \u003cdiv class=\"faq-body\"\u003eThe F2H works best with \u003cstrong\u003emedium to dark roast whole beans with low to moderate oil content\u003c\/strong\u003e. Very oily dark-roasted beans can cause grinder residue buildup over time. Di Pacci's own freshly roasted blends — Signature, Elements, By the Bay, and After Dark — are all well-suited to the F2H and available for same-day dispatch Australia-wide. Our team can recommend the right blend for your office or household preferences.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"f2hfaq5\" class=\"faq-toggle\"\u003e\n      \u003clabel class=\"faq-label\" for=\"f2hfaq5\"\u003eIs the F2H suitable for a small office?\u003c\/label\u003e\n      \u003cdiv class=\"faq-body\"\u003eYes — the F2H is one of Di Pacci's most recommended machines for small offices of 5–15 people, particularly where staff drink a mix of coffee and tea. Its automatic milk frothing makes it self-service for all users regardless of coffee experience, and the hot water spout covers tea drinkers without a separate appliance. For larger offices, call our team on \u003cstrong\u003e(02) 9758 0760\u003c\/strong\u003e to discuss the right machine for your team size and daily volume.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"f2hfaq6\" class=\"faq-toggle\"\u003e\n      \u003clabel class=\"faq-label\" for=\"f2hfaq6\"\u003eDoes Di Pacci service the Dr. Coffee F2H in Australia?\u003c\/label\u003e\n      \u003cdiv class=\"faq-body\"\u003eYes. Di Pacci provides full in-house service and warranty support for Dr. Coffee machines across five Australian stores — Sydney, Melbourne, Queensland, Perth, and Port Macquarie. Our technicians carry genuine Dr. Coffee parts and are experienced with the full automatic machine range, ensuring fast local turnaround on any service or warranty work without waiting for overseas parts shipments.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003cdiv class=\"cta-section\"\u003e\n    \u003ch3\u003eBuy the Dr. Coffee F2H at Di Pacci Australia\u003c\/h3\u003e\n    \u003cp\u003eFinance available. Expert advice, in-house service, free shipping over $200, and Australia's largest coffee machine range — all at Di Pacci.\u003c\/p\u003e\n    \u003cdiv class=\"btn-row\"\u003e\n      \u003ca href=\"https:\/\/dipacci.com.au\/collections\/buy-fully-automatic-coffee-machines\" class=\"btn-pri\"\u003eView All Automatic Machines →\u003c\/a\u003e\n      \u003ca href=\"tel:0297580760\" class=\"btn-sec\"\u003eCall (02) 9758 0760\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Di Pacci Coffee Company","offers":[{"title":"Default Title","offer_id":46990163149059,"sku":"RAN3750S","price":8530.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0487\/2015\/0691\/files\/dr-coffee-f2h-automatic-coffee-machine-5521032.png?v=1773284170","url":"https:\/\/dipacci.myshopify.com\/products\/dr-coffee-f2h-automatic-coffee-machine","provider":"Australia - Di Pacci","version":"1.0","type":"link"}