{"id":185,"date":"2026-09-01T16:43:16","date_gmt":"2026-09-01T09:43:16","guid":{"rendered":"https:\/\/siteplore.com\/?page_id=185"},"modified":"2026-09-02T11:45:37","modified_gmt":"2026-09-02T04:45:37","slug":"iot-monitoring","status":"publish","type":"page","link":"https:\/\/siteplore.com\/index.php\/iot-monitoring\/","title":{"rendered":"IoT Monitoring"},"content":{"rendered":"\n<!-- =========================================================\n     SITEPLORE \u2014 IoT MONITORING\n     Platform Capability Page\n     WordPress Custom HTML\n     ========================================================= -->\n\n<style>\n\n.iotm-page {\n    --iotm-yellow:#f7b900;\n    --iotm-yellow-dark:#d99f00;\n    --iotm-navy:#111c34;\n    --iotm-navy2:#172541;\n    --iotm-blue:#214c88;\n    --iotm-cyan:#31a9e1;\n    --iotm-cyan-soft:#dff5ff;\n    --iotm-green:#19a974;\n    --iotm-red:#df5a5a;\n    --iotm-orange:#f59e0b;\n    --iotm-text:#202b3d;\n    --iotm-muted:#667085;\n    --iotm-border:#e4e9f0;\n    --iotm-light:#f7f9fc;\n\n    font-family:inherit;\n    color:var(--iotm-text);\n    line-height:1.6;\n    overflow:hidden;\n}\n\n.iotm-page *,\n.iotm-page *::before,\n.iotm-page *::after {\n    box-sizing:border-box;\n}\n\n.iotm-page a {\n    text-decoration:none;\n}\n\n.iotm-container {\n    width:min(1180px,calc(100% - 40px));\n    margin:0 auto;\n}\n\n.iotm-section {\n    padding:88px 0;\n}\n\n.iotm-light {\n    background:var(--iotm-light);\n}\n\n.iotm-dark {\n    color:white;\n    background:\n        radial-gradient(circle at 85% 15%,rgba(49,169,225,.18),transparent 29%),\n        radial-gradient(circle at 10% 88%,rgba(247,185,0,.07),transparent 24%),\n        linear-gradient(135deg,#111c34,#1a2948);\n}\n\n.iotm-eyebrow {\n    display:inline-flex;\n    align-items:center;\n    gap:9px;\n    margin-bottom:14px;\n    color:var(--iotm-blue);\n    font-size:13px;\n    font-weight:800;\n    letter-spacing:1.6px;\n    text-transform:uppercase;\n}\n\n.iotm-eyebrow::before {\n    content:\"\";\n    width:28px;\n    height:3px;\n    border-radius:3px;\n    background:var(--iotm-yellow);\n}\n\n.iotm-dark .iotm-eyebrow {\n    color:#8bd5f7;\n}\n\n.iotm-title {\n    margin:0;\n    color:var(--iotm-navy);\n    font-size:clamp(32px,4vw,48px);\n    line-height:1.12;\n    letter-spacing:-1px;\n}\n\n.iotm-dark .iotm-title {\n    color:white;\n}\n\n.iotm-lead {\n    max-width:870px;\n    margin:22px 0 0;\n    color:var(--iotm-muted);\n    font-size:18px;\n    line-height:1.75;\n}\n\n.iotm-dark .iotm-lead {\n    color:#c6d2e2;\n}\n\n\n\/* =========================================================\n   BUTTONS\n   ========================================================= *\/\n\n.iotm-actions {\n    display:flex;\n    flex-wrap:wrap;\n    gap:14px;\n    margin-top:32px;\n}\n\n.iotm-btn {\n    min-height:50px;\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n    gap:9px;\n    padding:12px 23px;\n    border-radius:7px;\n    font-size:15px;\n    font-weight:800;\n    transition:.2s ease;\n}\n\n.iotm-btn-primary {\n    color:var(--iotm-navy);\n    background:var(--iotm-yellow);\n}\n\n.iotm-btn-primary:hover {\n    color:var(--iotm-navy);\n    background:#ffc72a;\n    transform:translateY(-2px);\n}\n\n.iotm-btn-secondary {\n    color:white;\n    border:1px solid rgba(255,255,255,.30);\n    background:rgba(255,255,255,.045);\n}\n\n.iotm-btn-secondary:hover {\n    color:white;\n    background:rgba(255,255,255,.10);\n}\n\n.iotm-btn-dark {\n    color:white;\n    background:var(--iotm-navy);\n}\n\n.iotm-btn-dark:hover {\n    color:white;\n    background:#223459;\n}\n\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.iotm-hero {\n    position:relative;\n    min-height:750px;\n    display:flex;\n    align-items:center;\n    color:white;\n\n    background:\n        radial-gradient(circle at 80% 22%,rgba(49,169,225,.29),transparent 30%),\n        radial-gradient(circle at 93% 80%,rgba(247,185,0,.12),transparent 23%),\n        linear-gradient(135deg,#101a30 0%,#193158 58%,#174b70 100%);\n}\n\n.iotm-hero::before {\n    content:\"\";\n    position:absolute;\n    inset:0;\n    background-image:\n        linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),\n        linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);\n    background-size:42px 42px;\n}\n\n.iotm-hero-inner {\n    position:relative;\n    z-index:2;\n    display:grid;\n    grid-template-columns:1.02fr .98fr;\n    gap:65px;\n    align-items:center;\n    padding:90px 0;\n}\n\n.iotm-badge {\n    display:inline-flex;\n    align-items:center;\n    gap:10px;\n    padding:8px 14px;\n    margin-bottom:22px;\n    border-radius:999px;\n    border:1px solid rgba(255,255,255,.20);\n    background:rgba(255,255,255,.07);\n    color:#d8e7f7;\n    font-size:13px;\n    font-weight:800;\n}\n\n.iotm-badge-dot {\n    width:8px;\n    height:8px;\n    border-radius:50%;\n    background:var(--iotm-green);\n    box-shadow:0 0 0 5px rgba(25,169,116,.13);\n}\n\n.iotm-hero h1 {\n    margin:0;\n    color:white;\n    font-size:clamp(44px,5.8vw,70px);\n    line-height:1.02;\n    letter-spacing:-2.2px;\n}\n\n.iotm-hero h1 span {\n    color:var(--iotm-yellow);\n}\n\n.iotm-hero-copy {\n    max-width:720px;\n    margin:26px 0 0;\n    color:#d4e0ee;\n    font-size:19px;\n    line-height:1.75;\n}\n\n.iotm-hero-note {\n    display:flex;\n    align-items:flex-start;\n    gap:11px;\n    max-width:690px;\n    margin-top:24px;\n    color:#aebed0;\n    font-size:12px;\n}\n\n.iotm-note-icon {\n    width:28px;\n    height:28px;\n    flex:0 0 28px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    border-radius:50%;\n    color:#6de0b7;\n    background:rgba(25,169,116,.11);\n    font-weight:900;\n}\n\n\n\/* =========================================================\n   HERO ARCHITECTURE\n   ========================================================= *\/\n\n.iotm-hero-panel {\n    padding:27px;\n    border-radius:18px;\n    border:1px solid rgba(255,255,255,.14);\n    background:rgba(12,27,50,.82);\n    box-shadow:0 30px 70px rgba(0,0,0,.25);\n    backdrop-filter:blur(12px);\n}\n\n.iotm-panel-label {\n    margin-bottom:18px;\n    color:#8bd5f7;\n    font-size:11px;\n    font-weight:900;\n    letter-spacing:1.5px;\n    text-transform:uppercase;\n}\n\n.iotm-flow-list {\n    display:grid;\n    gap:8px;\n}\n\n.iotm-flow-item {\n    display:grid;\n    grid-template-columns:42px 1fr;\n    gap:13px;\n    align-items:center;\n    padding:13px;\n    border-radius:9px;\n    border:1px solid rgba(255,255,255,.08);\n    background:rgba(255,255,255,.045);\n}\n\n.iotm-flow-no {\n    width:36px;\n    height:36px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    border-radius:8px;\n    color:#91dcfd;\n    background:rgba(49,169,225,.12);\n    font-size:10px;\n    font-weight:900;\n}\n\n.iotm-flow-item strong {\n    display:block;\n    color:white;\n    font-size:13px;\n}\n\n.iotm-flow-item span {\n    display:block;\n    margin-top:2px;\n    color:#9fb0c5;\n    font-size:10px;\n}\n\n\n\/* =========================================================\n   PROBLEM CARDS\n   ========================================================= *\/\n\n.iotm-problem-grid {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:20px;\n    margin-top:48px;\n}\n\n.iotm-card {\n    padding:28px;\n    border:1px solid var(--iotm-border);\n    border-radius:13px;\n    background:white;\n}\n\n.iotm-card-icon {\n    width:46px;\n    height:46px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    margin-bottom:18px;\n    border-radius:10px;\n    color:#b57e00;\n    background:#fff5d5;\n    font-weight:900;\n}\n\n.iotm-card h3 {\n    margin:0 0 10px;\n    color:var(--iotm-navy);\n    font-size:19px;\n}\n\n.iotm-card p {\n    margin:0;\n    color:var(--iotm-muted);\n    font-size:14px;\n}\n\n\n\/* =========================================================\n   MONITORING DOMAINS\n   ========================================================= *\/\n\n.iotm-domain-grid {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:18px;\n    margin-top:48px;\n}\n\n.iotm-domain {\n    padding:27px;\n    border-radius:13px;\n    border:1px solid rgba(255,255,255,.11);\n    background:rgba(255,255,255,.055);\n}\n\n.iotm-domain-no {\n    color:var(--iotm-yellow);\n    font-size:11px;\n    font-weight:900;\n    letter-spacing:1px;\n}\n\n.iotm-domain h3 {\n    margin:11px 0 9px;\n    color:white;\n    font-size:19px;\n}\n\n.iotm-domain p {\n    margin:0;\n    color:#bdc9d9;\n    font-size:13px;\n}\n\n.iotm-tags {\n    display:flex;\n    flex-wrap:wrap;\n    gap:6px;\n    margin-top:15px;\n}\n\n.iotm-tag {\n    padding:5px 8px;\n    border-radius:4px;\n    background:rgba(255,255,255,.07);\n    color:#bcd9ea;\n    font-size:10px;\n    font-weight:700;\n}\n\n\n\/* =========================================================\n   ACQUISITION\n   ========================================================= *\/\n\n.iotm-acq-grid {\n    display:grid;\n    grid-template-columns:repeat(4,1fr);\n    gap:18px;\n    margin-top:48px;\n}\n\n.iotm-acq {\n    padding:25px;\n    border:1px solid var(--iotm-border);\n    border-radius:13px;\n    background:white;\n}\n\n.iotm-acq-symbol {\n    width:43px;\n    height:43px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    margin-bottom:15px;\n    border-radius:9px;\n    color:var(--iotm-blue);\n    background:var(--iotm-cyan-soft);\n    font-size:9px;\n    font-weight:900;\n}\n\n.iotm-acq h3 {\n    margin:0 0 8px;\n    color:var(--iotm-navy);\n    font-size:17px;\n}\n\n.iotm-acq p {\n    margin:0;\n    color:var(--iotm-muted);\n    font-size:13px;\n}\n\n\n\/* =========================================================\n   ARCHITECTURE ROW\n   ========================================================= *\/\n\n.iotm-architecture {\n    margin-top:52px;\n}\n\n.iotm-arch-row {\n    display:grid;\n    grid-template-columns:\n        1fr 28px\n        1fr 28px\n        1fr 28px\n        1fr 28px\n        1fr;\n}\n\n.iotm-arch-box {\n    padding:21px;\n    border-radius:13px;\n    border:1px solid rgba(255,255,255,.11);\n    background:rgba(255,255,255,.055);\n}\n\n.iotm-arch-no {\n    color:var(--iotm-yellow);\n    font-size:10px;\n    font-weight:900;\n    letter-spacing:1.1px;\n}\n\n.iotm-arch-box h3 {\n    margin:10px 0 8px;\n    color:white;\n    font-size:16px;\n}\n\n.iotm-arch-box p {\n    margin:0;\n    color:#bdc9d9;\n    font-size:12px;\n}\n\n.iotm-arch-arrow {\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    color:var(--iotm-yellow);\n    font-size:18px;\n}\n\n\n\/* =========================================================\n   CLOUD LAYER\n   ========================================================= *\/\n\n.iotm-cloud-grid {\n    display:grid;\n    grid-template-columns:.9fr 1.1fr;\n    gap:55px;\n    align-items:center;\n}\n\n.iotm-cloud-panel {\n    padding:30px;\n    border-radius:16px;\n    border:1px solid var(--iotm-border);\n    background:white;\n}\n\n.iotm-cloud-item {\n    padding:16px 0;\n    border-bottom:1px solid var(--iotm-border);\n}\n\n.iotm-cloud-item:last-child {\n    border-bottom:0;\n}\n\n.iotm-cloud-item small {\n    display:block;\n    color:var(--iotm-blue);\n    font-size:9px;\n    font-weight:900;\n    text-transform:uppercase;\n    letter-spacing:1px;\n}\n\n.iotm-cloud-item strong {\n    display:block;\n    margin-top:4px;\n    color:var(--iotm-navy);\n    font-size:16px;\n}\n\n.iotm-cloud-item span {\n    display:block;\n    margin-top:4px;\n    color:var(--iotm-muted);\n    font-size:13px;\n}\n\n\n\/* =========================================================\n   ANALYTICS\n   ========================================================= *\/\n\n.iotm-analytics-grid {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:18px;\n    margin-top:48px;\n}\n\n.iotm-analytics {\n    padding:27px;\n    border-radius:13px;\n    border:1px solid rgba(255,255,255,.11);\n    background:rgba(255,255,255,.055);\n}\n\n.iotm-analytics-type {\n    color:var(--iotm-yellow);\n    font-size:10px;\n    font-weight:900;\n    letter-spacing:1px;\n    text-transform:uppercase;\n}\n\n.iotm-analytics h3 {\n    margin:10px 0 8px;\n    color:white;\n    font-size:18px;\n}\n\n.iotm-analytics p {\n    margin:0;\n    color:#bdc9d9;\n    font-size:13px;\n}\n\n\n\/* =========================================================\n   DATA QUALITY\n   ========================================================= *\/\n\n.iotm-quality-grid {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:18px;\n    margin-top:48px;\n}\n\n.iotm-quality {\n    padding:27px;\n    border:1px solid var(--iotm-border);\n    border-radius:13px;\n    background:white;\n}\n\n.iotm-quality-no {\n    color:var(--iotm-yellow-dark);\n    font-size:11px;\n    font-weight:900;\n}\n\n.iotm-quality h3 {\n    margin:10px 0 8px;\n    color:var(--iotm-navy);\n    font-size:18px;\n}\n\n.iotm-quality p {\n    margin:0;\n    color:var(--iotm-muted);\n    font-size:13px;\n}\n\n\n\/* =========================================================\n   PRODUCTS\n   ========================================================= *\/\n\n.iotm-product-grid {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:20px;\n    margin-top:48px;\n}\n\n.iotm-product {\n    padding:29px;\n    border-radius:14px;\n    border:1px solid var(--iotm-border);\n    background:white;\n}\n\n.iotm-product-type {\n    color:var(--iotm-blue);\n    font-size:11px;\n    font-weight:900;\n    letter-spacing:1.1px;\n    text-transform:uppercase;\n}\n\n.iotm-product h3 {\n    margin:8px 0;\n    color:var(--iotm-navy);\n    font-size:25px;\n}\n\n.iotm-product p {\n    margin:0;\n    color:var(--iotm-muted);\n    font-size:13px;\n}\n\n.iotm-product-link {\n    display:inline-block;\n    margin-top:18px;\n    color:var(--iotm-blue);\n    font-size:13px;\n    font-weight:800;\n}\n\n\n\/* =========================================================\n   USE CASES\n   ========================================================= *\/\n\n.iotm-use-grid {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:18px;\n    margin-top:48px;\n}\n\n.iotm-use {\n    overflow:hidden;\n    border:1px solid var(--iotm-border);\n    border-radius:14px;\n    background:white;\n}\n\n.iotm-use-head {\n    padding:23px;\n    color:white;\n    background:linear-gradient(135deg,#172541,#214c70);\n}\n\n.iotm-use-head small {\n    display:block;\n    color:#8bd5f7;\n    font-size:10px;\n    font-weight:900;\n    text-transform:uppercase;\n    letter-spacing:1px;\n}\n\n.iotm-use-head h3 {\n    margin:7px 0 0;\n    color:white;\n    font-size:19px;\n}\n\n.iotm-use-body {\n    padding:23px;\n}\n\n.iotm-use-body p {\n    margin:0;\n    color:var(--iotm-muted);\n    font-size:13px;\n}\n\n.iotm-use-chain {\n    margin-top:17px;\n    color:var(--iotm-blue);\n    font-size:11px;\n    line-height:1.8;\n    font-weight:800;\n}\n\n\n\/* =========================================================\n   DELIVERABLES\n   ========================================================= *\/\n\n.iotm-deliver-grid {\n    display:grid;\n    grid-template-columns:repeat(2,1fr);\n    gap:18px;\n    margin-top:48px;\n}\n\n.iotm-deliver {\n    display:grid;\n    grid-template-columns:42px 1fr;\n    gap:15px;\n    padding:24px;\n    border:1px solid var(--iotm-border);\n    border-radius:12px;\n    background:white;\n}\n\n.iotm-deliver-icon {\n    width:38px;\n    height:38px;\n    display:flex;\n    justify-content:center;\n    align-items:center;\n    border-radius:50%;\n    color:var(--iotm-green);\n    background:#eaf8f3;\n    font-weight:900;\n}\n\n.iotm-deliver h3 {\n    margin:0 0 6px;\n    color:var(--iotm-navy);\n    font-size:16px;\n}\n\n.iotm-deliver p {\n    margin:0;\n    color:var(--iotm-muted);\n    font-size:13px;\n}\n\n\n\/* =========================================================\n   MATURITY\n   ========================================================= *\/\n\n.iotm-maturity-grid {\n    display:grid;\n    grid-template-columns:repeat(5,1fr);\n    gap:16px;\n    margin-top:48px;\n}\n\n.iotm-maturity {\n    padding:24px;\n    border-radius:13px;\n    border:1px solid rgba(255,255,255,.11);\n    background:rgba(255,255,255,.055);\n}\n\n.iotm-maturity-no {\n    color:var(--iotm-yellow);\n    font-size:28px;\n    line-height:1;\n    font-weight:900;\n}\n\n.iotm-maturity h3 {\n    margin:14px 0 7px;\n    color:white;\n    font-size:16px;\n}\n\n.iotm-maturity p {\n    margin:0;\n    color:#bdc9d9;\n    font-size:12px;\n}\n\n\n\/* =========================================================\n   ENGAGEMENT OPTIONS\n   ========================================================= *\/\n\n.iotm-option-grid {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:20px;\n    margin-top:48px;\n}\n\n.iotm-option {\n    position:relative;\n    padding:30px;\n    border:1px solid var(--iotm-border);\n    border-radius:15px;\n    background:white;\n}\n\n.iotm-option-featured {\n    border:2px solid var(--iotm-yellow);\n    transform:translateY(-6px);\n    box-shadow:0 17px 42px rgba(20,35,60,.09);\n}\n\n.iotm-option-badge {\n    position:absolute;\n    right:18px;\n    top:18px;\n    padding:5px 9px;\n    border-radius:999px;\n    color:#966c00;\n    background:#fff4cc;\n    font-size:9px;\n    font-weight:900;\n    text-transform:uppercase;\n}\n\n.iotm-option-type {\n    color:var(--iotm-blue);\n    font-size:11px;\n    font-weight:900;\n    text-transform:uppercase;\n    letter-spacing:1.1px;\n}\n\n.iotm-option h3 {\n    margin:8px 0;\n    color:var(--iotm-navy);\n    font-size:24px;\n}\n\n.iotm-option p {\n    margin:0;\n    color:var(--iotm-muted);\n    font-size:13px;\n}\n\n.iotm-option ul {\n    margin:20px 0 0;\n    padding:18px 0 0 18px;\n    border-top:1px solid var(--iotm-border);\n    color:var(--iotm-muted);\n    font-size:13px;\n}\n\n.iotm-option li {\n    margin:7px 0;\n}\n\n.iotm-option .iotm-btn {\n    width:100%;\n    margin-top:21px;\n}\n\n\n\/* =========================================================\n   BOUNDARY TABLE\n   ========================================================= *\/\n\n.iotm-boundary {\n    margin-top:48px;\n    overflow-x:auto;\n    border:1px solid var(--iotm-border);\n    border-radius:14px;\n}\n\n.iotm-boundary table {\n    width:100%;\n    min-width:820px;\n    border-collapse:collapse;\n    background:white;\n}\n\n.iotm-boundary th,\n.iotm-boundary td {\n    padding:17px 20px;\n    text-align:left;\n    border-bottom:1px solid var(--iotm-border);\n}\n\n.iotm-boundary th {\n    color:var(--iotm-navy);\n    background:#f0f4f8;\n    font-size:13px;\n}\n\n.iotm-boundary td {\n    color:var(--iotm-muted);\n    font-size:13px;\n}\n\n.iotm-boundary tr:last-child td {\n    border-bottom:0;\n}\n\n.iotm-yes {\n    color:var(--iotm-green) !important;\n    font-weight:800;\n}\n\n.iotm-caution {\n    color:#b47d00 !important;\n    font-weight:800;\n}\n\n\n\/* =========================================================\n   FAQ\n   ========================================================= *\/\n\n.iotm-faq {\n    max-width:920px;\n    margin-top:44px;\n}\n\n.iotm-faq details {\n    padding:18px 0;\n    border-bottom:1px solid var(--iotm-border);\n}\n\n.iotm-faq summary {\n    cursor:pointer;\n    list-style:none;\n    position:relative;\n    padding-right:30px;\n    color:var(--iotm-navy);\n    font-size:16px;\n    font-weight:800;\n}\n\n.iotm-faq summary::-webkit-details-marker {\n    display:none;\n}\n\n.iotm-faq summary::after {\n    content:\"+\";\n    position:absolute;\n    right:0;\n    top:0;\n    color:var(--iotm-blue);\n    font-size:22px;\n}\n\n.iotm-faq details[open] summary::after {\n    content:\"\u2013\";\n}\n\n.iotm-faq p {\n    max-width:840px;\n    margin:12px 0 3px;\n    color:var(--iotm-muted);\n    font-size:14px;\n}\n\n\n\/* =========================================================\n   CTA\n   ========================================================= *\/\n\n.iotm-cta {\n    padding:88px 0;\n    background:\n        radial-gradient(circle at 15% 50%,rgba(49,169,225,.17),transparent 30%),\n        linear-gradient(135deg,#172541,#213f69);\n}\n\n.iotm-cta-inner {\n    display:grid;\n    grid-template-columns:1fr auto;\n    gap:45px;\n    align-items:center;\n}\n\n.iotm-cta h2 {\n    max-width:800px;\n    margin:0;\n    color:white;\n    font-size:clamp(30px,4vw,45px);\n    line-height:1.14;\n}\n\n.iotm-cta h2 span {\n    color:var(--iotm-yellow);\n}\n\n.iotm-cta p {\n    max-width:740px;\n    margin:16px 0 0;\n    color:#c8d4e4;\n    font-size:16px;\n}\n\n\n\/* =========================================================\n   RESPONSIVE\n   ========================================================= *\/\n\n@media(max-width:980px) {\n\n    .iotm-hero-inner,\n    .iotm-cloud-grid,\n    .iotm-cta-inner {\n        grid-template-columns:1fr;\n    }\n\n    .iotm-problem-grid,\n    .iotm-domain-grid,\n    .iotm-analytics-grid,\n    .iotm-quality-grid,\n    .iotm-product-grid,\n    .iotm-use-grid,\n    .iotm-option-grid {\n        grid-template-columns:repeat(2,1fr);\n    }\n\n    .iotm-acq-grid {\n        grid-template-columns:repeat(2,1fr);\n    }\n\n    .iotm-maturity-grid {\n        grid-template-columns:repeat(3,1fr);\n    }\n\n    .iotm-arch-row {\n        grid-template-columns:1fr;\n        gap:10px;\n    }\n\n    .iotm-arch-arrow {\n        height:25px;\n        transform:rotate(90deg);\n    }\n\n}\n\n@media(max-width:700px) {\n\n    .iotm-container {\n        width:min(100% - 28px,1180px);\n    }\n\n    .iotm-section {\n        padding:65px 0;\n    }\n\n    .iotm-hero-inner {\n        padding:70px 0;\n    }\n\n    .iotm-problem-grid,\n    .iotm-domain-grid,\n    .iotm-acq-grid,\n    .iotm-analytics-grid,\n    .iotm-quality-grid,\n    .iotm-product-grid,\n    .iotm-use-grid,\n    .iotm-deliver-grid,\n    .iotm-maturity-grid,\n    .iotm-option-grid {\n        grid-template-columns:1fr;\n    }\n\n    .iotm-option-featured {\n        transform:none;\n    }\n\n    .iotm-actions {\n        flex-direction:column;\n    }\n\n    .iotm-btn {\n        width:100%;\n    }\n\n}\n\n<\/style>\n\n\n<div class=\"iotm-page\">\n\n\n<!-- ========================================================\n     HERO\n     ======================================================== -->\n\n<section class=\"iotm-hero\">\n\n    <div class=\"iotm-container iotm-hero-inner\">\n\n\n        <div>\n\n\n            <div class=\"iotm-badge\">\n\n                <span class=\"iotm-badge-dot\"><\/span>\n\n                Siteplore Platform \u2014 IoT Monitoring\n\n            <\/div>\n\n\n            <h1>\n\n                Connect Field Data.\n                <span>Understand What Is Happening.<\/span>\n\n            <\/h1>\n\n\n            <p class=\"iotm-hero-copy\">\n\n                Siteplore connects compatible sensors,\n                meters and equipment to cloud-based monitoring\n                so operational teams can review current measurements,\n                historical trends, events and analytical context\n                without depending only on periodic manual inspection.\n\n            <\/p>\n\n\n            <div class=\"iotm-actions\">\n\n\n                <a class=\"iotm-btn iotm-btn-primary\" href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20discuss%20Siteplore%20IoT%20Monitoring.\" target=\"_blank\" rel=\"noopener\">\n\n                    Discuss IoT Monitoring \u2192\n\n                <\/a>\n\n\n                <a class=\"iotm-btn iotm-btn-secondary\" href=\"\/index.php\/customer-monitoring\">\n\n                    View Customer Monitoring\n\n                <\/a>\n\n\n            <\/div>\n\n\n            <div class=\"iotm-hero-note\">\n\n                <div class=\"iotm-note-icon\">\n                    \u2713\n                <\/div>\n\n                <div>\n\n                    Siteplore is designed as a monitoring,\n                    data and analytics layer.\n                    Control, protection and safety functions\n                    require separately engineered systems\n                    where applicable.\n\n                <\/div>\n\n            <\/div>\n\n\n        <\/div>\n\n\n\n        <div class=\"iotm-hero-panel\">\n\n\n            <div class=\"iotm-panel-label\">\n\n                Connected Monitoring Flow\n\n            <\/div>\n\n\n            <div class=\"iotm-flow-list\">\n\n\n                <div class=\"iotm-flow-item\">\n\n                    <div class=\"iotm-flow-no\">\n                        01\n                    <\/div>\n\n                    <div>\n\n                        <strong>\n                            Physical Condition\n                        <\/strong>\n\n                        <span>\n                            Energy \u2022 Machine \u2022 Environment \u2022 Process \u2022 Utility\n                        <\/span>\n\n                    <\/div>\n\n                <\/div>\n\n\n                <div class=\"iotm-flow-item\">\n\n                    <div class=\"iotm-flow-no\">\n                        02\n                    <\/div>\n\n                    <div>\n\n                        <strong>\n                            Sensors &amp; Instruments\n                        <\/strong>\n\n                        <span>\n                            Compatible field measurements\n                        <\/span>\n\n                    <\/div>\n\n                <\/div>\n\n\n                <div class=\"iotm-flow-item\">\n\n                    <div class=\"iotm-flow-no\">\n                        03\n                    <\/div>\n\n                    <div>\n\n                        <strong>\n                            Edge Acquisition\n                        <\/strong>\n\n                        <span>\n                            RekaSense \u2022 PowerWatch \u2022 MachineGuard \u2022 Integration\n                        <\/span>\n\n                    <\/div>\n\n                <\/div>\n\n\n                <div class=\"iotm-flow-item\">\n\n                    <div class=\"iotm-flow-no\">\n                        04\n                    <\/div>\n\n                    <div>\n\n                        <strong>\n                            Cloud Time-Series Data\n                        <\/strong>\n\n                        <span>\n                            Historical operational data layer\n                        <\/span>\n\n                    <\/div>\n\n                <\/div>\n\n\n                <div class=\"iotm-flow-item\">\n\n                    <div class=\"iotm-flow-no\">\n                        05\n                    <\/div>\n\n                    <div>\n\n                        <strong>\n                            Grafana Cloud Monitoring\n                        <\/strong>\n\n                        <span>\n                            Dashboards \u2022 Alerts \u2022 Analytics \u2022 Investigation\n                        <\/span>\n\n                    <\/div>\n\n                <\/div>\n\n\n                <div class=\"iotm-flow-item\">\n\n                    <div class=\"iotm-flow-no\">\n                        06\n                    <\/div>\n\n                    <div>\n\n                        <strong>\n                            Operational Action\n                        <\/strong>\n\n                        <span>\n                            Inspect \u2022 Investigate \u2022 Prioritize \u2022 Improve\n                        <\/span>\n\n                    <\/div>\n\n                <\/div>\n\n\n            <\/div>\n\n\n        <\/div>\n\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     PROBLEM\n     ======================================================== -->\n\n<section class=\"iotm-section\">\n\n    <div class=\"iotm-container\">\n\n\n        <div class=\"iotm-eyebrow\">\n\n            The Monitoring Gap\n\n        <\/div>\n\n\n        <h2 class=\"iotm-title\">\n\n            Many important operating conditions\n            are still visible only when someone checks them.\n\n        <\/h2>\n\n\n        <p class=\"iotm-lead\">\n\n            Industrial and distributed operations often contain\n            useful measurements that remain local,\n            manually recorded or isolated inside separate devices.\n            Siteplore provides a way to connect selected information\n            into one historical monitoring environment\n            without assuming that every existing system must be replaced.\n\n        <\/p>\n\n\n\n        <div class=\"iotm-problem-grid\">\n\n\n            <div class=\"iotm-card\">\n\n                <div class=\"iotm-card-icon\">01<\/div>\n\n                <h3>\n                    Manual Measurements\n                <\/h3>\n\n                <p>\n                    Data may only become available\n                    during operator rounds or scheduled inspections.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"iotm-card\">\n\n                <div class=\"iotm-card-icon\">02<\/div>\n\n                <h3>\n                    Isolated Instruments\n                <\/h3>\n\n                <p>\n                    Useful meters and sensors may exist\n                    but their data remains local to the equipment.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"iotm-card\">\n\n                <div class=\"iotm-card-icon\">03<\/div>\n\n                <h3>\n                    Missing Historical Context\n                <\/h3>\n\n                <p>\n                    A current reading alone does not show\n                    whether the condition is normal,\n                    changing or recurring.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"iotm-card\">\n\n                <div class=\"iotm-card-icon\">04<\/div>\n\n                <h3>\n                    Distributed Sites\n                <\/h3>\n\n                <p>\n                    Remote equipment can be difficult\n                    to observe without physical inspection.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"iotm-card\">\n\n                <div class=\"iotm-card-icon\">05<\/div>\n\n                <h3>\n                    Different Data Sources\n                <\/h3>\n\n                <p>\n                    Energy, machine condition,\n                    environment and process information\n                    may live in separate systems.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"iotm-card\">\n\n                <div class=\"iotm-card-icon\">06<\/div>\n\n                <h3>\n                    Data Without Action\n                <\/h3>\n\n                <p>\n                    Collecting more data creates little value\n                    unless it helps users recognize\n                    meaningful operational changes.\n                <\/p>\n\n            <\/div>\n\n\n        <\/div>\n\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     MONITORING DOMAINS\n     ======================================================== -->\n\n<section class=\"iotm-section iotm-dark\">\n\n    <div class=\"iotm-container\">\n\n\n        <div class=\"iotm-eyebrow\">\n\n            What Siteplore Can Monitor\n\n        <\/div>\n\n\n        <h2 class=\"iotm-title\">\n\n            Build connected monitoring around\n            the operational condition that matters.\n\n        <\/h2>\n\n\n        <p class=\"iotm-lead\">\n\n            Monitoring scope is determined\n            by the available measurements,\n            suitable field interfaces\n            and the operational objective.\n\n        <\/p>\n\n\n\n        <div class=\"iotm-domain-grid\">\n\n\n            <div class=\"iotm-domain\">\n\n                <div class=\"iotm-domain-no\">01<\/div>\n\n                <h3>\n                    Electrical &amp; Energy\n                <\/h3>\n\n                <p>\n                    Monitor compatible electrical\n                    and energy measurements.\n                <\/p>\n\n                <div class=\"iotm-tags\">\n                    <span class=\"iotm-tag\">Voltage<\/span>\n                    <span class=\"iotm-tag\">Current<\/span>\n                    <span class=\"iotm-tag\">kW<\/span>\n                    <span class=\"iotm-tag\">kWh<\/span>\n                    <span class=\"iotm-tag\">PF<\/span>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"iotm-domain\">\n\n                <div class=\"iotm-domain-no\">02<\/div>\n\n                <h3>\n                    Machine Condition\n                <\/h3>\n\n                <p>\n                    Collect selected condition\n                    and operating information\n                    for equipment monitoring.\n                <\/p>\n\n                <div class=\"iotm-tags\">\n                    <span class=\"iotm-tag\">Vibration<\/span>\n                    <span class=\"iotm-tag\">Temperature<\/span>\n                    <span class=\"iotm-tag\">Running State<\/span>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"iotm-domain\">\n\n                <div class=\"iotm-domain-no\">03<\/div>\n\n                <h3>\n                    Environmental Conditions\n                <\/h3>\n\n                <p>\n                    Connect compatible weather\n                    and environmental instruments.\n                <\/p>\n\n                <div class=\"iotm-tags\">\n                    <span class=\"iotm-tag\">Temperature<\/span>\n                    <span class=\"iotm-tag\">Humidity<\/span>\n                    <span class=\"iotm-tag\">Rain<\/span>\n                    <span class=\"iotm-tag\">Wind<\/span>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"iotm-domain\">\n\n                <div class=\"iotm-domain-no\">04<\/div>\n\n                <h3>\n                    Water &amp; Agriculture\n                <\/h3>\n\n                <p>\n                    Monitor selected water,\n                    soil and field conditions.\n                <\/p>\n\n                <div class=\"iotm-tags\">\n                    <span class=\"iotm-tag\">pH<\/span>\n                    <span class=\"iotm-tag\">DO<\/span>\n                    <span class=\"iotm-tag\">EC<\/span>\n                    <span class=\"iotm-tag\">Soil<\/span>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"iotm-domain\">\n\n                <div class=\"iotm-domain-no\">05<\/div>\n\n                <h3>\n                    Process &amp; Utilities\n                <\/h3>\n\n                <p>\n                    Add operational context\n                    from compatible field measurements.\n                <\/p>\n\n                <div class=\"iotm-tags\">\n                    <span class=\"iotm-tag\">Level<\/span>\n                    <span class=\"iotm-tag\">Flow<\/span>\n                    <span class=\"iotm-tag\">Pressure<\/span>\n                    <span class=\"iotm-tag\">Temperature<\/span>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"iotm-domain\">\n\n                <div class=\"iotm-domain-no\">06<\/div>\n\n                <h3>\n                    Remote Assets\n                <\/h3>\n\n                <p>\n                    Connect distributed monitoring points\n                    where physical inspection\n                    is difficult or infrequent.\n                <\/p>\n\n                <div class=\"iotm-tags\">\n                    <span class=\"iotm-tag\">Remote Site<\/span>\n                    <span class=\"iotm-tag\">Cellular<\/span>\n                    <span class=\"iotm-tag\">Distributed Asset<\/span>\n                <\/div>\n\n            <\/div>\n\n\n        <\/div>\n\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     FIELD ACQUISITION\n     ======================================================== -->\n\n<section class=\"iotm-section iotm-light\">\n\n    <div class=\"iotm-container\">\n\n\n        <div class=\"iotm-eyebrow\">\n\n            Field Data Acquisition\n\n        <\/div>\n\n\n        <h2 class=\"iotm-title\">\n\n            Different measurements require\n            different integration approaches.\n\n        <\/h2>\n\n\n        <p class=\"iotm-lead\">\n\n            IoT monitoring is not simply\n            connecting a cable to a gateway.\n            Sensor protocol, register mapping,\n            signal type, power, isolation,\n            grounding and installation conditions\n            must be reviewed for each application.\n\n        <\/p>\n\n\n\n        <div class=\"iotm-acq-grid\">\n\n\n            <div class=\"iotm-acq\">\n\n                <div class=\"iotm-acq-symbol\">\n                    485\n                <\/div>\n\n                <h3>\n                    Industrial Digital\n                <\/h3>\n\n                <p>\n                    Compatible RS485 \/ Modbus RTU\n                    devices can be integrated\n                    where communication parameters\n                    and register maps are known.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"iotm-acq\">\n\n                <div class=\"iotm-acq-symbol\">\n                    ANA\n                <\/div>\n\n                <h3>\n                    Analog Signals\n                <\/h3>\n\n                <p>\n                    4\u201320 mA or other analog signals\n                    require suitable industrial\n                    input or conversion hardware\n                    where supported by the design.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"iotm-acq\">\n\n                <div class=\"iotm-acq-symbol\">\n                    DIG\n                <\/div>\n\n                <h3>\n                    Local Digital\n                <\/h3>\n\n                <p>\n                    Application-specific GPIO,\n                    UART or other compatible\n                    local interfaces may be considered.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"iotm-acq\">\n\n                <div class=\"iotm-acq-symbol\">\n                    NET\n                <\/div>\n\n                <h3>\n                    Network Data\n                <\/h3>\n\n                <p>\n                    Compatible APIs,\n                    MQTT or network protocols\n                    can be integrated where appropriate.\n                <\/p>\n\n            <\/div>\n\n\n        <\/div>\n\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     ARCHITECTURE\n     ======================================================== -->\n\n<section class=\"iotm-section iotm-dark\">\n\n    <div class=\"iotm-container\">\n\n\n        <div class=\"iotm-eyebrow\">\n\n            Siteplore IoT Architecture\n\n        <\/div>\n\n\n        <h2 class=\"iotm-title\">\n\n            From physical measurement\n            to operational visibility.\n\n        <\/h2>\n\n\n        <div class=\"iotm-architecture\">\n\n\n            <div class=\"iotm-arch-row\">\n\n\n                <div class=\"iotm-arch-box\">\n\n                    <div class=\"iotm-arch-no\">\n                        01 \u2014 FIELD\n                    <\/div>\n\n                    <h3>\n                        Sensor \/ Meter\n                    <\/h3>\n\n                    <p>\n                        Measures the relevant\n                        physical parameter.\n                    <\/p>\n\n                <\/div>\n\n\n                <div class=\"iotm-arch-arrow\">\u2192<\/div>\n\n\n                <div class=\"iotm-arch-box\">\n\n                    <div class=\"iotm-arch-no\">\n                        02 \u2014 EDGE\n                    <\/div>\n\n                    <h3>\n                        Acquisition\n                    <\/h3>\n\n                    <p>\n                        Collects compatible\n                        measurements from the field.\n                    <\/p>\n\n                <\/div>\n\n\n                <div class=\"iotm-arch-arrow\">\u2192<\/div>\n\n\n                <div class=\"iotm-arch-box\">\n\n                    <div class=\"iotm-arch-no\">\n                        03 \u2014 CONNECT\n                    <\/div>\n\n                    <h3>\n                        Secure Data Transfer\n                    <\/h3>\n\n                    <p>\n                        Sends selected data\n                        through the configured\n                        network path.\n                    <\/p>\n\n                <\/div>\n\n\n                <div class=\"iotm-arch-arrow\">\u2192<\/div>\n\n\n                <div class=\"iotm-arch-box\">\n\n                    <div class=\"iotm-arch-no\">\n                        04 \u2014 CLOUD\n                    <\/div>\n\n                    <h3>\n                        Time-Series Data\n                    <\/h3>\n\n                    <p>\n                        Stores measurement history\n                        for monitoring and analysis.\n                    <\/p>\n\n                <\/div>\n\n\n                <div class=\"iotm-arch-arrow\">\u2192<\/div>\n\n\n                <div class=\"iotm-arch-box\">\n\n                    <div class=\"iotm-arch-no\">\n                        05 \u2014 MONITOR\n                    <\/div>\n\n                    <h3>\n                        Grafana Cloud\n                    <\/h3>\n\n                    <p>\n                        Dashboards, trends,\n                        alerts and analytical context.\n                    <\/p>\n\n                <\/div>\n\n\n            <\/div>\n\n\n        <\/div>\n\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     CLOUD LAYER\n     ======================================================== -->\n\n<section class=\"iotm-section\">\n\n    <div class=\"iotm-container iotm-cloud-grid\">\n\n\n        <div>\n\n\n            <div class=\"iotm-eyebrow\">\n\n                Managed Cloud Monitoring\n\n            <\/div>\n\n\n            <h2 class=\"iotm-title\">\n\n                Keep the focus on operations,\n                not on maintaining monitoring servers.\n\n            <\/h2>\n\n\n            <p class=\"iotm-lead\">\n\n                Siteplore can use managed cloud services\n                for time-series storage and visualization,\n                reducing the need for customers\n                to operate their own monitoring infrastructure.\n\n            <\/p>\n\n\n            <div class=\"iotm-actions\">\n\n                <a class=\"iotm-btn iotm-btn-dark\" href=\"\/index.php\/customer-monitoring\">\n\n                    Customer Monitoring \u2192\n\n                <\/a>\n\n            <\/div>\n\n\n        <\/div>\n\n\n\n        <div class=\"iotm-cloud-panel\">\n\n\n            <div class=\"iotm-cloud-item\">\n\n                <small>\n                    Time-Series Layer\n                <\/small>\n\n                <strong>\n                    Cloud Data Storage\n                <\/strong>\n\n                <span>\n                    Historical measurement data\n                    can be stored in a configured\n                    cloud time-series environment.\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"iotm-cloud-item\">\n\n                <small>\n                    Visualization\n                <\/small>\n\n                <strong>\n                    Grafana Cloud Dashboards\n                <\/strong>\n\n                <span>\n                    Operational data can be presented\n                    through configurable monitoring views.\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"iotm-cloud-item\">\n\n                <small>\n                    Customer Access\n                <\/small>\n\n                <strong>\n                    Authenticated Monitoring\n                <\/strong>\n\n                <span>\n                    Customer users can access\n                    assigned monitoring environments\n                    using individual identities.\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"iotm-cloud-item\">\n\n                <small>\n                    Cloud Operations\n                <\/small>\n\n                <strong>\n                    Reduced Infrastructure Administration\n                <\/strong>\n\n                <span>\n                    Managed cloud services reduce\n                    the need to maintain\n                    dedicated visualization servers.\n                <\/span>\n\n            <\/div>\n\n\n        <\/div>\n\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     ANALYTICS\n     ======================================================== -->\n\n<section class=\"iotm-section iotm-dark\">\n\n    <div class=\"iotm-container\">\n\n\n        <div class=\"iotm-eyebrow\">\n\n            Beyond Basic Dashboards\n\n        <\/div>\n\n\n        <h2 class=\"iotm-title\">\n\n            Connected data can support\n            progressively more useful analysis.\n\n        <\/h2>\n\n\n        <p class=\"iotm-lead\">\n\n            Grafana Cloud provides monitoring\n            and analytical capabilities that can\n            extend Siteplore beyond basic visualization\n            where supported by the selected stack,\n            data source and customer configuration.\n\n        <\/p>\n\n\n\n        <div class=\"iotm-analytics-grid\">\n\n\n            <div class=\"iotm-analytics\">\n\n                <div class=\"iotm-analytics-type\">\n                    Visualization\n                <\/div>\n\n                <h3>\n                    Dashboards &amp; Trends\n                <\/h3>\n\n                <p>\n                    Review current values,\n                    historical behavior,\n                    comparisons and time-series context.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"iotm-analytics\">\n\n                <div class=\"iotm-analytics-type\">\n                    Event Awareness\n                <\/div>\n\n                <h3>\n                    Alerts &amp; Monitoring Events\n                <\/h3>\n\n                <p>\n                    Use configured alerting\n                    to highlight selected conditions\n                    requiring further attention.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"iotm-analytics\">\n\n                <div class=\"iotm-analytics-type\">\n                    Investigation\n                <\/div>\n\n                <h3>\n                    Investigations\n                <\/h3>\n\n                <p>\n                    Use available investigation\n                    workflows to explore relevant\n                    monitoring changes and context.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"iotm-analytics\">\n\n                <div class=\"iotm-analytics-type\">\n                    Machine Learning\n                <\/div>\n\n                <h3>\n                    Metric Forecasts\n                <\/h3>\n\n                <p>\n                    Forecasting can be evaluated\n                    for suitable time-series metrics\n                    where supported by available data\n                    and the deployed Grafana capability.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"iotm-analytics\">\n\n                <div class=\"iotm-analytics-type\">\n                    Machine Learning\n                <\/div>\n\n                <h3>\n                    Outlier Detection\n                <\/h3>\n\n                <p>\n                    Outlier-detection capabilities\n                    can help identify unusual behavior\n                    in suitable monitored metrics.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"iotm-analytics\">\n\n                <div class=\"iotm-analytics-type\">\n                    AI-Assisted Analysis\n                <\/div>\n\n                <h3>\n                    Assistant &amp; Search\n                <\/h3>\n\n                <p>\n                    Available AI-assisted\n                    and search capabilities can support\n                    investigation and navigation\n                    where enabled in the customer stack.\n                <\/p>\n\n            <\/div>\n\n\n        <\/div>\n\n\n        <p style=\"\n            margin:25px 0 0;\n            max-width:900px;\n            color:#91a6bc;\n            font-size:11px;\n        \">\n\n            Advanced analytics capabilities depend on\n            the Grafana Cloud plan, data-source compatibility,\n            available historical data and customer configuration.\n            They should not be interpreted as guaranteed\n            predictive accuracy or automatic operational decisions.\n\n        <\/p>\n\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     DATA QUALITY\n     ======================================================== -->\n\n<section class=\"iotm-section iotm-light\">\n\n    <div class=\"iotm-container\">\n\n\n        <div class=\"iotm-eyebrow\">\n\n            Data Quality Before Analytics\n\n        <\/div>\n\n\n        <h2 class=\"iotm-title\">\n\n            A dashboard cannot correct\n            an unreliable measurement.\n\n        <\/h2>\n\n\n        <p class=\"iotm-lead\">\n\n            Useful IoT monitoring starts\n            with appropriate measurement technology,\n            installation and data context.\n            Analytics only becomes meaningful\n            after the field-data foundation is credible.\n\n        <\/p>\n\n\n\n        <div class=\"iotm-quality-grid\">\n\n\n            <div class=\"iotm-quality\">\n\n                <div class=\"iotm-quality-no\">01<\/div>\n\n                <h3>\n                    Right Measurement\n                <\/h3>\n\n                <p>\n                    Select a parameter\n                    that actually represents\n                    the operational question.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"iotm-quality\">\n\n                <div class=\"iotm-quality-no\">02<\/div>\n\n                <h3>\n                    Correct Sensor\n                <\/h3>\n\n                <p>\n                    Measurement technology must\n                    be suitable for the application\n                    and expected environment.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"iotm-quality\">\n\n                <div class=\"iotm-quality-no\">03<\/div>\n\n                <h3>\n                    Representative Location\n                <\/h3>\n\n                <p>\n                    Sensor placement should\n                    provide meaningful information\n                    about the condition being monitored.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"iotm-quality\">\n\n                <div class=\"iotm-quality-no\">04<\/div>\n\n                <h3>\n                    Reliable Communication\n                <\/h3>\n\n                <p>\n                    Data transmission should\n                    be appropriate to the site\n                    and network constraints.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"iotm-quality\">\n\n                <div class=\"iotm-quality-no\">05<\/div>\n\n                <h3>\n                    Contextual Metadata\n                <\/h3>\n\n                <p>\n                    Site, area, asset,\n                    device and measurement identity\n                    help preserve data meaning.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"iotm-quality\">\n\n                <div class=\"iotm-quality-no\">06<\/div>\n\n                <h3>\n                    Verification &amp; Maintenance\n                <\/h3>\n\n                <p>\n                    Sensors and instruments\n                    may require calibration,\n                    cleaning, inspection or validation.\n                <\/p>\n\n            <\/div>\n\n\n        <\/div>\n\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     PRODUCTS\n     ======================================================== -->\n\n<section class=\"iotm-section\">\n\n    <div class=\"iotm-container\">\n\n\n        <div class=\"iotm-eyebrow\">\n\n            Siteplore Edge Products\n\n        <\/div>\n\n\n        <h2 class=\"iotm-title\">\n\n            Different monitoring problems\n            use different field acquisition layers.\n\n        <\/h2>\n\n\n        <p class=\"iotm-lead\">\n\n            Siteplore products provide\n            application-focused paths\n            for bringing selected field information\n            into the monitoring platform.\n\n        <\/p>\n\n\n\n        <div class=\"iotm-product-grid\">\n\n\n            <div class=\"iotm-product\">\n\n                <div class=\"iotm-product-type\">\n                    Multi-Sensor Edge\n                <\/div>\n\n                <h3>\n                    RekaSense\n                <\/h3>\n\n                <p>\n                    Sensor-agnostic,\n                    RS485\/Modbus-first edge monitoring\n                    for compatible environmental,\n                    water, agriculture,\n                    process and remote measurements.\n                <\/p>\n\n                <a class=\"iotm-product-link\" href=\"\/index.php\/rekasense\">\n\n                    Explore RekaSense \u2192\n\n                <\/a>\n\n            <\/div>\n\n\n            <div class=\"iotm-product\">\n\n                <div class=\"iotm-product-type\">\n                    Electrical &amp; Energy\n                <\/div>\n\n                <h3>\n                    PowerWatch\n                <\/h3>\n\n                <p>\n                    Connect compatible\n                    electrical metering data\n                    for energy and operating-context monitoring.\n                <\/p>\n\n                <a class=\"iotm-product-link\" href=\"\/index.php\/powerwatch\">\n\n                    Explore PowerWatch \u2192\n\n                <\/a>\n\n            <\/div>\n\n\n            <div class=\"iotm-product\">\n\n                <div class=\"iotm-product-type\">\n                    Machine Condition\n                <\/div>\n\n                <h3>\n                    MachineGuard\n                <\/h3>\n\n                <p>\n                    Retrofit condition-monitoring\n                    and early-warning visibility\n                    for selected rotating equipment.\n                <\/p>\n\n                <a class=\"iotm-product-link\" href=\"\/index.php\/machineguard\">\n\n                    Explore MachineGuard \u2192\n\n                <\/a>\n\n            <\/div>\n\n\n        <\/div>\n\n\n        <div class=\"iotm-actions\">\n\n            <a class=\"iotm-btn iotm-btn-dark\" href=\"\/index.php\/sensor-ecosystem\">\n\n                Explore Sensor Ecosystem \u2192\n\n            <\/a>\n\n        <\/div>\n\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     USE CASES\n     ======================================================== -->\n\n<section class=\"iotm-section iotm-light\">\n\n    <div class=\"iotm-container\">\n\n\n        <div class=\"iotm-eyebrow\">\n\n            Example Monitoring Applications\n\n        <\/div>\n\n\n        <h2 class=\"iotm-title\">\n\n            Apply IoT monitoring\n            where connected data can improve a decision.\n\n        <\/h2>\n\n\n\n        <div class=\"iotm-use-grid\">\n\n\n            <div class=\"iotm-use\">\n\n                <div class=\"iotm-use-head\">\n                    <small>Manufacturing<\/small>\n                    <h3>Factory Utility Monitoring<\/h3>\n                <\/div>\n\n                <div class=\"iotm-use-body\">\n\n                    <p>\n                        Connect selected utility\n                        measurements for historical visibility.\n                    <\/p>\n\n                    <div class=\"iotm-use-chain\">\n                        Meter \/ Sensor<br>\n                        \u2192 Edge<br>\n                        \u2192 Siteplore\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"iotm-use\">\n\n                <div class=\"iotm-use-head\">\n                    <small>Reliability<\/small>\n                    <h3>Critical Equipment Monitoring<\/h3>\n                <\/div>\n\n                <div class=\"iotm-use-body\">\n\n                    <p>\n                        Monitor selected machine\n                        condition between inspection intervals.\n                    <\/p>\n\n                    <div class=\"iotm-use-chain\">\n                        Machine Condition<br>\n                        \u2192 MachineGuard<br>\n                        \u2192 Trend &amp; Warning\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"iotm-use\">\n\n                <div class=\"iotm-use-head\">\n                    <small>Power<\/small>\n                    <h3>Energy Monitoring<\/h3>\n                <\/div>\n\n                <div class=\"iotm-use-body\">\n\n                    <p>\n                        Review energy behavior\n                        across selected electrical loads.\n                    <\/p>\n\n                    <div class=\"iotm-use-chain\">\n                        Meter<br>\n                        \u2192 PowerWatch<br>\n                        \u2192 Energy Context\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"iotm-use\">\n\n                <div class=\"iotm-use-head\">\n                    <small>Environment<\/small>\n                    <h3>Remote Environmental Station<\/h3>\n                <\/div>\n\n                <div class=\"iotm-use-body\">\n\n                    <p>\n                        Bring distributed environmental\n                        measurements into cloud monitoring.\n                    <\/p>\n\n                    <div class=\"iotm-use-chain\">\n                        Sensors<br>\n                        \u2192 RekaSense<br>\n                        \u2192 Cloud Monitoring\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"iotm-use\">\n\n                <div class=\"iotm-use-head\">\n                    <small>Water<\/small>\n                    <h3>Remote Water Monitoring<\/h3>\n                <\/div>\n\n                <div class=\"iotm-use-body\">\n\n                    <p>\n                        Monitor selected water,\n                        level and pumping information.\n                    <\/p>\n\n                    <div class=\"iotm-use-chain\">\n                        Water Instruments<br>\n                        \u2192 Edge<br>\n                        \u2192 Historical Context\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"iotm-use\">\n\n                <div class=\"iotm-use-head\">\n                    <small>Agriculture<\/small>\n                    <h3>Field Condition Monitoring<\/h3>\n                <\/div>\n\n                <div class=\"iotm-use-body\">\n\n                    <p>\n                        Connect soil,\n                        weather or water measurements\n                        from distributed locations.\n                    <\/p>\n\n                    <div class=\"iotm-use-chain\">\n                        Field Sensors<br>\n                        \u2192 RekaSense<br>\n                        \u2192 Siteplore\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n        <\/div>\n\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     DELIVERABLES\n     ======================================================== -->\n\n<section class=\"iotm-section\">\n\n    <div class=\"iotm-container\">\n\n\n        <div class=\"iotm-eyebrow\">\n\n            What a Siteplore IoT Deployment Can Include\n\n        <\/div>\n\n\n        <h2 class=\"iotm-title\">\n\n            More than a dashboard.\n            A complete monitoring path from field to cloud.\n\n        <\/h2>\n\n\n        <p class=\"iotm-lead\">\n\n            Exact deliverables depend\n            on the project scope,\n            existing instrumentation,\n            integration requirements\n            and selected Siteplore package.\n\n        <\/p>\n\n\n\n        <div class=\"iotm-deliver-grid\">\n\n\n            <div class=\"iotm-deliver\">\n\n                <div class=\"iotm-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>\n                        Monitoring Point Definition\n                    <\/h3>\n                    <p>\n                        Defined physical parameters\n                        and asset context\n                        for the agreed monitoring scope.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"iotm-deliver\">\n\n                <div class=\"iotm-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>\n                        Sensor \/ Instrument Requirements\n                    <\/h3>\n                    <p>\n                        Requirements for compatible\n                        measurement technology\n                        where included in scope.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"iotm-deliver\">\n\n                <div class=\"iotm-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>\n                        Edge Architecture\n                    <\/h3>\n                    <p>\n                        Defined acquisition\n                        and connectivity approach.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"iotm-deliver\">\n\n                <div class=\"iotm-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>\n                        Cloud Data Configuration\n                    <\/h3>\n                    <p>\n                        Time-series data structure\n                        for the agreed monitoring solution.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"iotm-deliver\">\n\n                <div class=\"iotm-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>\n                        Grafana Monitoring Views\n                    <\/h3>\n                    <p>\n                        Dashboards and trends\n                        aligned with project requirements.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"iotm-deliver\">\n\n                <div class=\"iotm-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>\n                        Configured Alerts\n                    <\/h3>\n                    <p>\n                        Monitoring events\n                        where technically justified\n                        and included in scope.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"iotm-deliver\">\n\n                <div class=\"iotm-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>\n                        Customer Access\n                    <\/h3>\n                    <p>\n                        Authenticated dashboard\n                        access according to\n                        the selected deployment model.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"iotm-deliver\">\n\n                <div class=\"iotm-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>\n                        Training &amp; Handover\n                    <\/h3>\n                    <p>\n                        Operational knowledge transfer\n                        where included\n                        in the engagement scope.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n        <\/div>\n\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     MONITORING MATURITY\n     ======================================================== -->\n\n<section class=\"iotm-section iotm-dark\">\n\n    <div class=\"iotm-container\">\n\n\n        <div class=\"iotm-eyebrow\">\n\n            Monitoring Maturity\n\n        <\/div>\n\n\n        <h2 class=\"iotm-title\">\n\n            Start with visibility.\n            Add intelligence when the data supports it.\n\n        <\/h2>\n\n\n        <p class=\"iotm-lead\">\n\n            Siteplore does not require\n            every deployment to begin\n            with advanced analytics.\n            Monitoring capability can mature\n            progressively as data quality\n            and operational value are demonstrated.\n\n        <\/p>\n\n\n\n        <div class=\"iotm-maturity-grid\">\n\n\n            <div class=\"iotm-maturity\">\n\n                <div class=\"iotm-maturity-no\">01<\/div>\n\n                <h3>\n                    Connect\n                <\/h3>\n\n                <p>\n                    Bring selected measurements\n                    into the cloud.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"iotm-maturity\">\n\n                <div class=\"iotm-maturity-no\">02<\/div>\n\n                <h3>\n                    Visualize\n                <\/h3>\n\n                <p>\n                    Build historical dashboards\n                    and monitoring views.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"iotm-maturity\">\n\n                <div class=\"iotm-maturity-no\">03<\/div>\n\n                <h3>\n                    Alert\n                <\/h3>\n\n                <p>\n                    Highlight selected conditions\n                    requiring attention.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"iotm-maturity\">\n\n                <div class=\"iotm-maturity-no\">04<\/div>\n\n                <h3>\n                    Analyze\n                <\/h3>\n\n                <p>\n                    Add comparison,\n                    investigation and analytical context.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"iotm-maturity\">\n\n                <div class=\"iotm-maturity-no\">05<\/div>\n\n                <h3>\n                    Improve\n                <\/h3>\n\n                <p>\n                    Use monitoring evidence\n                    to improve operational decisions.\n                <\/p>\n\n            <\/div>\n\n\n        <\/div>\n\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     ENGAGEMENT OPTIONS\n     ======================================================== -->\n\n<section class=\"iotm-section\">\n\n    <div class=\"iotm-container\">\n\n\n        <div class=\"iotm-eyebrow\">\n\n            Start IoT Monitoring\n\n        <\/div>\n\n\n        <h2 class=\"iotm-title\">\n\n            Start small,\n            validate the measurement,\n            then scale the monitoring.\n\n        <\/h2>\n\n\n        <p class=\"iotm-lead\">\n\n            Commercial scope depends on\n            monitoring points, instrumentation,\n            connectivity, installation,\n            cloud configuration,\n            dashboards and support requirements.\n\n        <\/p>\n\n\n\n        <div class=\"iotm-option-grid\">\n\n\n            <div class=\"iotm-option\">\n\n\n                <div class=\"iotm-option-type\">\n                    Engineering Definition\n                <\/div>\n\n\n                <h3>\n                    Site Assessment\n                <\/h3>\n\n\n                <p>\n                    For sites that need\n                    to determine what should be monitored\n                    before selecting hardware.\n                <\/p>\n\n\n                <ul>\n                    <li>Operational problem review<\/li>\n                    <li>Monitoring-point assessment<\/li>\n                    <li>Existing instrumentation review<\/li>\n                    <li>Connectivity assessment<\/li>\n                    <li>Recommended architecture<\/li>\n                <\/ul>\n\n\n                <a class=\"iotm-btn iotm-btn-dark\" href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20request%20a%20Siteplore%20site%20assessment.\" target=\"_blank\" rel=\"noopener\">\n\n                    Request Site Assessment\n\n                <\/a>\n\n\n            <\/div>\n\n\n\n            <div class=\"iotm-option iotm-option-featured\">\n\n\n                <div class=\"iotm-option-badge\">\n                    Recommended Start\n                <\/div>\n\n\n                <div class=\"iotm-option-type\">\n                    Focused Validation\n                <\/div>\n\n\n                <h3>\n                    90-Day Paid Pilot\n                <\/h3>\n\n\n                <p>\n                    Validate a focused\n                    IoT monitoring use case\n                    before wider deployment.\n                <\/p>\n\n\n                <ul>\n                    <li>Selected monitoring scope<\/li>\n                    <li>Field acquisition<\/li>\n                    <li>Cloud data connection<\/li>\n                    <li>Grafana monitoring views<\/li>\n                    <li>Pilot review &amp; scale-up decision<\/li>\n                <\/ul>\n\n\n                <a class=\"iotm-btn iotm-btn-primary\" href=\"\/index.php\/pricing\/#paid-pilot\">\n\n                    Explore Paid Pilot\n\n                <\/a>\n\n\n            <\/div>\n\n\n\n            <div class=\"iotm-option\">\n\n\n                <div class=\"iotm-option-type\">\n                    Integrated Monitoring\n                <\/div>\n\n\n                <h3>\n                    Siteplore Deployment\n                <\/h3>\n\n\n                <p>\n                    For organizations ready\n                    to deploy monitoring across\n                    multiple assets or operational domains.\n                <\/p>\n\n\n                <ul>\n                    <li>Integrated monitoring architecture<\/li>\n                    <li>Multiple monitoring points<\/li>\n                    <li>Siteplore product integration<\/li>\n                    <li>Customer monitoring environment<\/li>\n                    <li>Training &amp; support scope<\/li>\n                <\/ul>\n\n\n                <a class=\"iotm-btn iotm-btn-dark\" href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20discuss%20an%20integrated%20Siteplore%20IoT%20Monitoring%20deployment.\" target=\"_blank\" rel=\"noopener\">\n\n                    Discuss Deployment\n\n                <\/a>\n\n\n            <\/div>\n\n\n        <\/div>\n\n\n        <div class=\"iotm-actions\">\n\n            <a class=\"iotm-btn iotm-btn-dark\" href=\"\/index.php\/pricing\">\n\n                View Siteplore Pricing \u2192\n\n            <\/a>\n\n        <\/div>\n\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     ENGINEERING BOUNDARY\n     ======================================================== -->\n\n<section class=\"iotm-section iotm-light\">\n\n    <div class=\"iotm-container\">\n\n\n        <div class=\"iotm-eyebrow\">\n\n            Important Platform Boundary\n\n        <\/div>\n\n\n        <h2 class=\"iotm-title\">\n\n            Monitoring creates visibility.\n            It does not automatically become control or protection.\n\n        <\/h2>\n\n\n        <p class=\"iotm-lead\">\n\n            Siteplore is positioned as\n            a connected monitoring,\n            historical data and analytics platform.\n            Application-specific control,\n            safety, protection and regulatory functions\n            require separate engineering\n            where applicable.\n\n        <\/p>\n\n\n\n        <div class=\"iotm-boundary\">\n\n\n            <table>\n\n\n                <thead>\n\n                    <tr>\n                        <th>Capability<\/th>\n                        <th>Siteplore IoT Monitoring<\/th>\n                        <th>Important Boundary<\/th>\n                    <\/tr>\n\n                <\/thead>\n\n\n                <tbody>\n\n\n                    <tr>\n                        <td>Connected field monitoring<\/td>\n                        <td class=\"iotm-yes\">Yes<\/td>\n                        <td>Compatible measurement and interface required<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Historical trends<\/td>\n                        <td class=\"iotm-yes\">Yes<\/td>\n                        <td>Depends on available data<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Cloud dashboards<\/td>\n                        <td class=\"iotm-yes\">Yes<\/td>\n                        <td>Configured according to project scope<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Configured monitoring alerts<\/td>\n                        <td class=\"iotm-yes\">Where defined<\/td>\n                        <td>Requires suitable alert logic<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Forecasting \/ outlier analytics<\/td>\n                        <td class=\"iotm-yes\">Potentially<\/td>\n                        <td>Depends on Grafana capability and suitable data<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>AI-assisted analysis<\/td>\n                        <td class=\"iotm-yes\">Where available<\/td>\n                        <td>Requires suitable stack capability and configuration<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Automatic process control<\/td>\n                        <td class=\"iotm-caution\">Not by default<\/td>\n                        <td>Dedicated control engineering required<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Safety shutdown<\/td>\n                        <td class=\"iotm-caution\">No<\/td>\n                        <td>Dedicated safety system required<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Electrical protection<\/td>\n                        <td class=\"iotm-caution\">No<\/td>\n                        <td>Dedicated protective devices required<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Guaranteed prediction<\/td>\n                        <td class=\"iotm-caution\">No<\/td>\n                        <td>Analytics require validation for the use case<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Hazardous-area suitability<\/td>\n                        <td class=\"iotm-caution\">Not assumed<\/td>\n                        <td>Certified equipment and engineering review required<\/td>\n                    <\/tr>\n\n\n                <\/tbody>\n\n\n            <\/table>\n\n\n        <\/div>\n\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     FAQ\n     ======================================================== -->\n\n<section class=\"iotm-section\">\n\n    <div class=\"iotm-container\">\n\n\n        <div class=\"iotm-eyebrow\">\n\n            Frequently Asked Questions\n\n        <\/div>\n\n\n        <h2 class=\"iotm-title\">\n\n            IoT Monitoring FAQ\n\n        <\/h2>\n\n\n\n        <div class=\"iotm-faq\">\n\n\n            <details>\n\n                <summary>\n                    What is Siteplore IoT Monitoring?\n                <\/summary>\n\n                <p>\n                    Siteplore IoT Monitoring is the platform capability\n                    that connects compatible field measurements\n                    to cloud-based historical monitoring,\n                    visualization and analytical workflows.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Is IoT Monitoring the same as RekaSense?\n                <\/summary>\n\n                <p>\n                    No. IoT Monitoring is a Siteplore\n                    platform capability. RekaSense is one\n                    edge product that can provide field acquisition\n                    for compatible multi-sensor monitoring applications.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can existing sensors be used?\n                <\/summary>\n\n                <p>\n                    Potentially yes. Existing sensors\n                    should be reviewed for measurement suitability,\n                    protocol, signal type, power,\n                    installation and available documentation.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Does RS485 mean a sensor is automatically compatible?\n                <\/summary>\n\n                <p>\n                    No. RS485 defines the physical communication layer.\n                    Integration still requires compatible protocol behavior,\n                    register information, addressing,\n                    baud rate, parity and appropriate field wiring.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can Siteplore monitor 4\u201320 mA instruments?\n                <\/summary>\n\n                <p>\n                    Potentially yes through\n                    suitable analog input or signal-conversion hardware.\n                    A standard RS485-first gateway should not\n                    be assumed to accept 4\u201320 mA directly.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Does Siteplore use InfluxDB?\n                <\/summary>\n\n                <p>\n                    A cloud time-series platform such as\n                    InfluxDB Cloud can be used as the historical\n                    data layer according to the configured\n                    Siteplore architecture.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Does Siteplore use Grafana Cloud?\n                <\/summary>\n\n                <p>\n                    Grafana Cloud can provide\n                    the visualization and analytics environment\n                    for Siteplore customer monitoring.\n                    The broader Siteplore solution also includes\n                    field measurements, edge acquisition,\n                    data architecture and engineering services.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can customers log in to their dashboards?\n                <\/summary>\n\n                <p>\n                    Yes. Customer monitoring access\n                    can be configured using authenticated\n                    Grafana Cloud user identities\n                    according to the selected deployment model.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can Siteplore provide alerts?\n                <\/summary>\n\n                <p>\n                    Configured alerting can be used\n                    for selected monitoring conditions\n                    where technically justified\n                    and included in project scope.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can Siteplore forecast future values?\n                <\/summary>\n\n                <p>\n                    Grafana Cloud metric-forecasting capabilities\n                    can be evaluated for suitable monitored metrics\n                    where the customer stack, data source,\n                    historical data and use case support them.\n                    Forecasts should not be interpreted as guaranteed outcomes.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can Siteplore detect abnormal behavior?\n                <\/summary>\n\n                <p>\n                    Trend analysis, configured alerts\n                    and available outlier-detection capabilities\n                    can support identification of selected\n                    unusual behavior. Performance depends\n                    on data quality and the analytical method used.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Does Siteplore have AI?\n                <\/summary>\n\n                <p>\n                    AI-assisted capabilities available\n                    within the deployed Grafana Cloud environment\n                    can support search, investigation\n                    and analytical workflows where enabled.\n                    Siteplore does not assume that every deployment\n                    automatically includes every AI capability.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can Siteplore control pumps or machines automatically?\n                <\/summary>\n\n                <p>\n                    Not as a standard IoT Monitoring function.\n                    Automatic control requires dedicated\n                    control engineering, interlocks\n                    and application-specific validation.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can Siteplore replace PLC, SCADA or DCS?\n                <\/summary>\n\n                <p>\n                    No. Siteplore is positioned\n                    as a monitoring, historical-data\n                    and analytics layer.\n                    PLC, DCS and SCADA remain appropriate\n                    for their control and plant-operational functions.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can one Siteplore system monitor multiple sites?\n                <\/summary>\n\n                <p>\n                    Multi-site monitoring can be designed\n                    where the connectivity, customer access\n                    and cloud architecture support the requirement.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    How should we start?\n                <\/summary>\n\n                <p>\n                    Start with the operational question:\n                    what condition should become visible,\n                    how is it measured today,\n                    and what decision would improve\n                    if the data were available historically\n                    and remotely?\n                    Rekacipta can then assess the appropriate\n                    sensor, edge, connectivity and cloud architecture.\n                <\/p>\n\n            <\/details>\n\n\n        <\/div>\n\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     FINAL CTA\n     ======================================================== -->\n\n<section class=\"iotm-cta\">\n\n    <div class=\"iotm-container iotm-cta-inner\">\n\n\n        <div>\n\n\n            <h2>\n\n                Do not start with the dashboard.\n                <span>Start with the condition you need to understand.<\/span>\n\n            <\/h2>\n\n\n            <p>\n\n                Rekacipta can help define the right\n                measurement points, connect compatible\n                field devices, establish the cloud\n                monitoring path and turn operational\n                time-series data into useful Siteplore\n                dashboards, alerts and analytical context.\n\n            <\/p>\n\n\n        <\/div>\n\n\n\n        <div class=\"iotm-actions\">\n\n\n            <a class=\"iotm-btn iotm-btn-primary\" href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20discuss%20Siteplore%20IoT%20Monitoring.\" target=\"_blank\" rel=\"noopener\">\n\n                Discuss IoT Monitoring \u2192\n\n            <\/a>\n\n\n            <a class=\"iotm-btn iotm-btn-secondary\" href=\"\/index.php\/pricing\">\n\n                View Siteplore Plans\n\n            <\/a>\n\n\n        <\/div>\n\n\n    <\/div>\n\n<\/section>\n\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Siteplore Platform \u2014 IoT Monitoring Connect Field Data. Understand What Is Happening. Siteplore connects compatible sensors, meters and equipment to cloud-based monitoring so operational teams can review current measurements, historical trends, events and analytical context without depending only on periodic manual inspection. Discuss IoT Monitoring \u2192 View Customer Monitoring \u2713 Siteplore is designed as a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-185","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/pages\/185","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/comments?post=185"}],"version-history":[{"count":2,"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/pages\/185\/revisions"}],"predecessor-version":[{"id":221,"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/pages\/185\/revisions\/221"}],"wp:attachment":[{"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/media?parent=185"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}