{"product_id":"dr-coffee-f100p-automatic-coffee-machine-with-water-tank","title":"Dr. Coffee F100P Automatic Coffee Machine With Water Tank","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Nunito:wght@700;800;900\u0026display=swap');\n\n.dpf100p *, .dpf100p *::before, .dpf100p *::after { box-sizing: border-box; }\n\n.dpf100p {\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.dpf100p h2, .dpf100p h3, .dpf100p h4 { font-family: 'Nunito', Helvetica, sans-serif; margin: 0; padding: 0; }\n.dpf100p p { margin: 0; padding: 0; }\n.dpf100p a { color: var(--green); font-weight: 600; text-decoration: none; }\n.dpf100p a:hover { color: var(--green-dark); text-decoration: underline; }\n\n\/* ── EYEBROW ── *\/\n.dpf100p .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.dpf100p .prod-intro { padding: 28px 0 24px; border-bottom: 1px solid var(--border); margin-bottom: 24px; }\n.dpf100p .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.dpf100p .prod-intro h2 span { color: var(--green); }\n.dpf100p .prod-intro p { font-size: 13px; color: var(--muted); line-height: 1.8; margin-bottom: 10px; }\n.dpf100p .prod-intro p:last-child { margin-bottom: 0; }\n.dpf100p .prod-intro strong { color: var(--text); font-weight: 700; }\n\n\/* ── HIGHLIGHTS STRIP ── *\/\n.dpf100p .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.dpf100p .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.dpf100p .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.dpf100p .features-section { margin-bottom: 24px; }\n.dpf100p .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.dpf100p .features-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }\n.dpf100p .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.dpf100p .feat-item h4 { font-size: 0.78rem; font-weight: 800; color: var(--text); margin-bottom: 4px; }\n.dpf100p .feat-item p { font-size: 11.5px; color: var(--muted); line-height: 1.6; }\n\n\/* ── TECH SPOTLIGHT ── *\/\n.dpf100p .tech-section {\n  background: var(--white); border: 1px solid var(--border);\n  border-radius: 6px; padding: 22px; margin-bottom: 24px;\n}\n.dpf100p .tech-section h3 {\n  font-size: 0.9rem; font-weight: 800; color: var(--text); margin-bottom: 14px;\n}\n.dpf100p .tech-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }\n.dpf100p .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.dpf100p .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.dpf100p .tech-item p { font-size: 11.5px; color: var(--muted); line-height: 1.6; }\n\n\/* ── SPECS TABLE ── *\/\n.dpf100p .specs-section { margin-bottom: 24px; }\n.dpf100p .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.dpf100p .specs-table { width: 100%; border-collapse: collapse; font-size: 12.5px; }\n.dpf100p .specs-table tr { border-bottom: 1px solid var(--border); }\n.dpf100p .specs-table tr:last-child { border-bottom: none; }\n.dpf100p .specs-table tr:nth-child(even) td { background: var(--green-bg); }\n.dpf100p .specs-table td { padding: 9px 14px; color: var(--muted); vertical-align: top; }\n.dpf100p .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.dpf100p .for-section { margin-bottom: 24px; }\n.dpf100p .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.dpf100p .for-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n.dpf100p .for-card { border-radius: 5px; padding: 14px 16px; border: 1px solid var(--border); }\n.dpf100p .for-card.yes { background: var(--green-bg); border-color: var(--green-line); }\n.dpf100p .for-card.no { background: #fff5f5; border-color: #fecaca; }\n.dpf100p .for-card h4 {\n  font-family: 'Nunito', Helvetica, sans-serif; font-size: 0.78rem; font-weight: 800; margin-bottom: 8px;\n}\n.dpf100p .for-card.yes h4 { color: var(--green-dark); }\n.dpf100p .for-card.no h4 { color: #b91c1c; }\n.dpf100p .for-list { list-style: none; padding: 0; margin: 0; }\n.dpf100p .for-list li { font-size: 12px; color: var(--muted); padding: 3px 0 3px 14px; position: relative; }\n.dpf100p .for-card.yes .for-list li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: 900; }\n.dpf100p .for-card.no .for-list li::before { content: '✗'; position: absolute; left: 0; color: #dc2626; font-weight: 900; }\n\n\/* ── FAQ — CSS ACCORDION ── *\/\n.dpf100p .faq-section { margin-bottom: 24px; }\n.dpf100p .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.dpf100p .faq-item { border-bottom: 1px solid var(--border); }\n.dpf100p .faq-item:last-child { border-bottom: none; }\n.dpf100p .faq-toggle { display: none; }\n.dpf100p .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.dpf100p .faq-label::after { content: '+'; font-size: 1.1rem; color: var(--green); font-weight: 900; flex-shrink: 0; margin-left: 12px; line-height: 1; }\n.dpf100p .faq-toggle:checked + .faq-label::after { content: '–'; }\n.dpf100p .faq-body { display: none; padding: 0 0 13px; font-size: 12.5px; color: var(--muted); line-height: 1.75; }\n.dpf100p .faq-body strong { color: var(--text); font-weight: 700; }\n.dpf100p .faq-toggle:checked ~ .faq-body { display: block; }\n\n\/* ── CTA ── *\/\n.dpf100p .cta-section {\n  background: var(--green); border-radius: 6px; padding: 24px 28px; text-align: center;\n}\n.dpf100p .cta-section h3 { font-size: 1.1rem; font-weight: 900; color: #fff; margin-bottom: 8px; }\n.dpf100p .cta-section p { font-size: 12.5px; color: rgba(255,255,255,.85); margin-bottom: 16px; }\n.dpf100p .btn-row { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }\n.dpf100p .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.dpf100p .btn-pri:hover { opacity: .9; text-decoration: none; color: var(--green-dark); }\n.dpf100p .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.dpf100p .btn-sec:hover { background: rgba(255,255,255,.1); text-decoration: none; color: #fff; }\n\n@media (max-width: 820px) {\n  .dpf100p .features-grid { grid-template-columns: 1fr 1fr; }\n  .dpf100p .tech-grid { grid-template-columns: 1fr; }\n  .dpf100p .for-grid { grid-template-columns: 1fr; }\n  .dpf100p .highlights { grid-template-columns: 1fr 1fr; }\n}\n@media (max-width: 480px) {\n  .dpf100p { padding: 0 16px 40px; }\n  .dpf100p .features-grid { grid-template-columns: 1fr; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"dpf100p\"\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"prod-intro\"\u003e\n    \u003cspan class=\"eyebrow\"\u003eDr. Coffee · Fully Automatic · Commercial · Water Tank\u003c\/span\u003e\n    \u003ch2\u003eDr. Coffee F100P Automatic Coffee Machine — \u003cspan\u003eHigh-Volume Bean-to-Cup, Complete\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003cp\u003eThe Dr. Coffee F100P is a fully automatic commercial coffee machine built for high-volume environments that demand consistency, speed, and minimal staff intervention. Designed for offices, cafes, and commercial catering operations, the F100P delivers up to \u003cstrong\u003e200 cups per day\u003c\/strong\u003e from a single unit — handling everything from espresso to milk-based drinks at the touch of a screen, without a barista in sight.\u003c\/p\u003e\n    \u003cp\u003eWith a \u003cstrong\u003edual boiler system, 10.1\" full-touch display, 6L water tank, 1,200g bean hopper, and IOT-enabled management platform\u003c\/strong\u003e, the F100P combines commercial-grade output with intelligent automation — grinding, brewing, steaming, and self-cleaning with minimal operator input. It's the complete automatic coffee solution for offices, hotels, co-working spaces, and catering venues that need quality at scale.\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\"\u003e200\u003c\/div\u003e\n      \u003cdiv class=\"hl-label\"\u003eCups Per Day\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"hl-num\"\u003e6L\u003c\/div\u003e\n      \u003cdiv class=\"hl-label\"\u003eWater Tank\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"hl-num\"\u003e1.2kg\u003c\/div\u003e\n      \u003cdiv class=\"hl-label\"\u003eBean Hopper\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"hl-num\"\u003eIOT\u003c\/div\u003e\n      \u003cdiv class=\"hl-label\"\u003eSmart Management\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\u003eDr. Coffee F100P — What Makes It the Right High-Volume Machine\u003c\/h3\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n      \u003cdiv class=\"feat-item\"\u003e\n        \u003ch4\u003e⚙️ New Upgrade Grinder\u003c\/h4\u003e\n        \u003cp\u003eThe F100P's upgraded built-in grinder delivers a consistent grind on demand for every cup — no separate equipment, no manual adjustment. Fresh-ground coffee every cycle, maintaining extraction quality throughout the day regardless of volume.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-item\"\u003e\n        \u003ch4\u003e♨️ Dual Boiler Configuration\u003c\/h4\u003e\n        \u003cp\u003eIndependent brew and steam boilers maintain stable extraction temperatures even under sustained back-to-back demand — a critical requirement for offices and catering environments where the machine may run continuously throughout the entire service period.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-item\"\u003e\n        \u003ch4\u003e📱 10.1\" Full-Touch Display\u003c\/h4\u003e\n        \u003cp\u003eA large, responsive 10.1\" touchscreen makes drink selection immediate and alerts — low milk, low beans, cleaning required — clearly visible from a distance. Designed for self-service environments where no training should be needed to operate.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-item\"\u003e\n        \u003ch4\u003e🥛 Coffee \u0026amp; Milk Simultaneously\u003c\/h4\u003e\n        \u003cp\u003eThe F100P supports simultaneous output — coffee and cold water, or coffee and milk, can be dispensed at the same time. This significantly reduces wait times during peak service periods compared to machines that brew and froth sequentially.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-item\"\u003e\n        \u003ch4\u003e💧 Flexible Water Supply\u003c\/h4\u003e\n        \u003cp\u003eOperates from its 6L internal tank, from bottled water via self-absorption, or connected directly to a building water line — giving the F100P genuine placement flexibility across locations with or without fixed plumbing access.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-item\"\u003e\n        \u003ch4\u003e🧹 Intelligent Auto-Cleaning\u003c\/h4\u003e\n        \u003cp\u003eThe F100P runs intelligent fully automatic cleaning cycles, prompting the operator at appropriate intervals and executing the process with minimal manual input — maintaining hygiene compliance without specialist knowledge or manual intervention after every service.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-item\"\u003e\n        \u003ch4\u003e🔧 Quick-Remove Metal Brewer\u003c\/h4\u003e\n        \u003cp\u003eThe brew unit slides out in seconds for cleaning or inspection without tools — a genuine commercial design feature that minimises downtime in environments where the machine cannot stop between service periods.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-item\"\u003e\n        \u003ch4\u003e🌡️ Independent Hot Water Outlet\u003c\/h4\u003e\n        \u003cp\u003eA dedicated independent hot water outlet allows teas, Americanos, and other hot beverages to be dispensed without interrupting the espresso workflow — maintaining throughput across a full drink menu during busy service periods.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-item\"\u003e\n        \u003ch4\u003e💳 IOT System \u0026amp; ePayment Ready\u003c\/h4\u003e\n        \u003cp\u003eIOT connectivity enables remote monitoring and management of the machine — tracking usage, scheduling maintenance alerts, and supporting ePayment systems. Ideal for self-serve office environments, hotels, and co-working spaces where usage tracking or cashless payment is required.\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 Dr. Coffee F100P Is the Right Automatic Machine for High-Volume Environments\u003c\/h3\u003e\n    \u003cdiv class=\"tech-grid\"\u003e\n      \u003cdiv class=\"tech-item\"\u003e\n        \u003ch4\u003eDual Boiler — Consistent Temperature at Commercial Volume\u003c\/h4\u003e\n        \u003cp\u003eSingle-boiler automatic machines require the system to switch between brew and steam temperatures, creating thermal lag and inconsistency under sustained demand. The F100P's dual boiler keeps brew and steam functions completely independent — meaning the 150th cup is extracted at the same temperature and pressure as the first, regardless of how busy the service period is.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tech-item\"\u003e\n        \u003ch4\u003eSimultaneous Output — Speed When It Matters\u003c\/h4\u003e\n        \u003cp\u003eIn high-volume environments, the time between brew and steam is a bottleneck. The F100P eliminates this — dispensing coffee and milk simultaneously into the cup, cutting per-drink cycle time and significantly increasing throughput during morning rush and lunch peaks where demand concentrates into short windows.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tech-item\"\u003e\n        \u003ch4\u003eIOT Management — Visibility Without Being On-Site\u003c\/h4\u003e\n        \u003cp\u003eFor office managers, building operators, and hospitality venue managers overseeing multiple locations, the F100P's IOT system provides real-time visibility into machine status, usage volume, and maintenance requirements — without needing to physically check the machine. Combined with ePayment compatibility, it supports fully autonomous self-serve coffee stations.\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 F100P — 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 commercial bean-to-cup coffee machine\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eConfiguration\u003c\/td\u003e\n\u003ctd\u003eDual boiler\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eDisplay\u003c\/td\u003e\n\u003ctd\u003e10.1\" full-fit touchscreen\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eDaily Output (Advised)\u003c\/td\u003e\n\u003ctd\u003e200 cups per day\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eHourly Output — 50ml Espresso\u003c\/td\u003e\n\u003ctd\u003e100 cups per hour\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eHourly Output — 200ml Drinks\u003c\/td\u003e\n\u003ctd\u003e80 cups per hour\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eWater Tank Capacity\u003c\/td\u003e\n\u003ctd\u003e6 litres\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eBean Hopper Capacity\u003c\/td\u003e\n\u003ctd\u003e1,200g\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003ePowder Hopper Capacity\u003c\/td\u003e\n\u003ctd\u003e1.8L × 2\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eGrounds Box Capacity\u003c\/td\u003e\n\u003ctd\u003e70 pucks (10g each)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eWater Supply Options\u003c\/td\u003e\n\u003ctd\u003eInternal 6L tank, bottled water self-absorption, or direct tap plumb-in\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eHot Water Outlet\u003c\/td\u003e\n\u003ctd\u003eIndependent — simultaneous with espresso output\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eSimultaneous Output\u003c\/td\u003e\n\u003ctd\u003eCoffee + cold water \/ coffee + milk\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eCleaning\u003c\/td\u003e\n\u003ctd\u003eIntelligent fully automatic cleaning cycle\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eIOT System\u003c\/td\u003e\n\u003ctd\u003eYes — remote monitoring \u0026amp; ePayment compatible\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eRated Voltage\u003c\/td\u003e\n\u003ctd\u003e220–240V\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eFrequency\u003c\/td\u003e\n\u003ctd\u003e50\/60 Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd\u003e2,700–3,100W\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e24–30kg\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eDimensions (with water tank)\u003c\/td\u003e\n\u003ctd\u003e40.5 × 54 × 66cm\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003eFree Sydney metro installation by Di Pacci\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 F100P Right for You?\u003c\/span\u003e\n    \u003ch3\u003eWho Should Choose the F100P\u003c\/h3\u003e\n    \u003cdiv class=\"for-grid\"\u003e\n      \u003cdiv class=\"for-card yes\"\u003e\n        \u003ch4\u003e✓ This machine is ideal if you need:\u003c\/h4\u003e\n        \u003cul class=\"for-list\"\u003e\n          \u003cli\u003eHigh-volume automatic coffee for 50–200+ staff or customers per day\u003c\/li\u003e\n          \u003cli\u003eA self-serve coffee station with no barista required\u003c\/li\u003e\n          \u003cli\u003eIOT connectivity for remote monitoring and ePayment support\u003c\/li\u003e\n          \u003cli\u003eFlexible water supply — tank, bottled, or direct plumb-in\u003c\/li\u003e\n          \u003cli\u003eSimultaneous milk and coffee output for faster service\u003c\/li\u003e\n          \u003cli\u003eA machine that self-cleans with minimal staff intervention\u003c\/li\u003e\n          \u003cli\u003eAn office, hotel lobby, co-working space, or catering counter setup\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\u003eNeed lower daily volume — under 50 cups per day (consider a smaller automatic)\u003c\/li\u003e\n          \u003cli\u003eOnly serve espresso and black coffee — no milk drinks needed\u003c\/li\u003e\n          \u003cli\u003eHave very limited bench space — the F100P requires adequate counter area\u003c\/li\u003e\n          \u003cli\u003eAre looking for a home kitchen machine\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 F100P — Common Questions\u003c\/h3\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"f100pfaq1\" class=\"faq-toggle\"\u003e\n      \u003clabel class=\"faq-label\" for=\"f100pfaq1\"\u003eHow many cups per day can the Dr. Coffee F100P handle?\u003c\/label\u003e\n      \u003cdiv class=\"faq-body\"\u003eThe F100P is rated for an advised daily output of \u003cstrong\u003e200 cups per day\u003c\/strong\u003e, with an hourly output of 100 cups of 50ml espresso or 80 cups of 200ml espresso-based drinks. This makes it suitable for large offices, co-working spaces, hotel lobbies, and medium-to-large catering and hospitality environments.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"f100pfaq2\" class=\"faq-toggle\"\u003e\n      \u003clabel class=\"faq-label\" for=\"f100pfaq2\"\u003eCan the F100P be connected directly to a water line?\u003c\/label\u003e\n      \u003cdiv class=\"faq-body\"\u003eYes. The F100P supports three water supply options — its internal 6-litre tank, bottled water via self-absorption, or direct connection to a building water line (tap water supply). Direct plumb-in is strongly recommended for high-volume environments, eliminating tank management entirely and ensuring uninterrupted service through peak periods. Di Pacci's installation team handles plumbing connection as part of the free Sydney metro installation.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"f100pfaq3\" class=\"faq-toggle\"\u003e\n      \u003clabel class=\"faq-label\" for=\"f100pfaq3\"\u003eWhat does the IOT system on the F100P do?\u003c\/label\u003e\n      \u003cdiv class=\"faq-body\"\u003eThe F100P's IOT system enables remote monitoring and management — providing real-time visibility into machine status, usage data, and maintenance requirements without needing to physically check the machine. It also supports ePayment integration, making it well suited to self-serve environments where cashless payment or usage tracking is required, such as co-working spaces, hotel lobbies, or corporate floors.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"f100pfaq4\" class=\"faq-toggle\"\u003e\n      \u003clabel class=\"faq-label\" for=\"f100pfaq4\"\u003eDoes the F100P dispense coffee and milk at the same time?\u003c\/label\u003e\n      \u003cdiv class=\"faq-body\"\u003eYes. The F100P supports simultaneous dispensing — coffee and cold water can be output at the same time, as can coffee and milk. This significantly reduces per-drink cycle time compared to machines that brew and steam sequentially, increasing throughput during peak service periods where multiple drinks are needed in quick succession.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"f100pfaq5\" class=\"faq-toggle\"\u003e\n      \u003clabel class=\"faq-label\" for=\"f100pfaq5\"\u003eDoes Di Pacci install the F100P?\u003c\/label\u003e\n      \u003cdiv class=\"faq-body\"\u003eYes. Di Pacci provides \u003cstrong\u003efree commercial installation across Sydney metro\u003c\/strong\u003e for the Dr. Coffee F100P — including delivery, machine positioning, plumbing connection, initial configuration, and staff orientation. Installation outside Sydney metro is available — call \u003cstrong\u003e(02) 9758 0760\u003c\/strong\u003e to discuss options and charges for your location.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"f100pfaq6\" class=\"faq-toggle\"\u003e\n      \u003clabel class=\"faq-label\" for=\"f100pfaq6\"\u003eIs the F100P available on finance?\u003c\/label\u003e\n      \u003cdiv class=\"faq-body\"\u003eYes. Di Pacci offers flexible finance options including Afterpay, Zip, and commercial finance solutions for businesses. Commercial finance allows you to spread the cost over an agreed term — making high-volume automatic machines accessible for new venues, growing businesses, and corporate fit-outs without a large upfront capital outlay. Contact our team on \u003cstrong\u003e(02) 9758 0760\u003c\/strong\u003e to discuss the options available.\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 F100P at Di Pacci Australia\u003c\/h3\u003e\n    \u003cp\u003eFree Sydney metro installation. Finance available. Expert advice, in-house service, 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\/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":46990150009091,"sku":"RAN3749S","price":6655.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0487\/2015\/0691\/files\/dr-coffee-f100p-automatic-coffee-machine-with-water-tank-4449026.jpg?v=1773284170","url":"https:\/\/dipacci.myshopify.com\/products\/dr-coffee-f100p-automatic-coffee-machine-with-water-tank","provider":"Australia - Di Pacci","version":"1.0","type":"link"}