{% include '@Application/inc/central_header.html.twig' %}
{% include '@HoneybeeWeb/pages/inc/pp_style.html.twig' %}
{# WEB-2 §22 — /honeycore/ems. Four tiers by ENERGY ENDPOINTS from the store; engineering
quoted separately. ONE primary CTA (§28): Request EMS Assessment. #}
{% set p = prices %}
<div class="pp-wrap">
<div class="pp-hero">
<span class="kicker">HoneyCore EMS</span>
<h1>Turn site energy data into operational decisions.</h1>
<p class="sub">Meters, sensors, inverters and machines feed one live energy picture —
consumption, generation, alarms and reports your operations team actually acts on.
Tiered by energy endpoints, so a small site pays a small price.</p>
<a class="pp-cta" href="#request">Request EMS Assessment</a>
</div>
<div class="pp-sec">
<h2>Pricing — per site/month, by energy endpoints</h2>
<div class="pp-grid c4">
<div class="pp-card"><span class="pp-chip">Insight</span>
<div class="pp-price">€{{ p.ems.insight }}</div>
<p style="margin-top:6px;">Up to {{ p.ems.endpoints.insight }} endpoints —
monitoring, dashboards, alarms.</p></div>
<div class="pp-card"><span class="pp-chip">Optimize</span>
<div class="pp-price">€{{ p.ems.optimize }}</div>
<p style="margin-top:6px;">Up to {{ p.ems.endpoints.optimize }} endpoints —
plus targets, KPIs and reporting.</p></div>
<div class="pp-card"><span class="pp-chip">Autonomous</span>
<div class="pp-price">€{{ p.ems.autonomous }}</div>
<p style="margin-top:6px;">Up to {{ p.ems.endpoints.autonomous }} endpoints —
plus automated control actions.</p></div>
<div class="pp-card"><span class="pp-chip">Enterprise</span>
<div class="pp-price">from €{{ p.ems.enterprise_from }}</div>
<p style="margin-top:6px;">Beyond {{ p.ems.endpoints.autonomous }} endpoints,
multi-site fleets — scoped with you.</p></div>
</div>
<p class="pp-note">An energy endpoint is a metered or controlled device — a meter, inverter,
genset controller or sensor group. Site engineering and integration are quoted separately.</p>
</div>
<div class="pp-sec">
<h2>What operations gets out of it</h2>
<div class="pp-grid c3">
<div class="pp-card"><h3>One energy truth</h3><p>Generation, consumption and cost in one
place — no more stitching CSV exports from three portals.</p></div>
<div class="pp-card"><h3>Alarms that matter</h3><p>Deviation and downtime alerts routed
to the person who can act, with the context to act fast.</p></div>
<div class="pp-card"><h3>Reports that write themselves</h3><p>Daily, monthly and
per-asset reports generated from metered data — and, with HoneyBee ERP, energy
figures that land directly in your business reporting.</p></div>
</div>
</div>
<div class="pp-sec">
<h2>Runs on HoneyCore 4.0</h2>
<p class="sec-sub">EMS is an application on the same controller that runs
<a href="{{ url('honeybee_honeycore_hybrid') }}" style="color:var(--n-amber);font-weight:700;">Hybrid Control</a> and
<a href="{{ url('honeybee_honeycore_bms') }}" style="color:var(--n-amber);font-weight:700;">BMS</a> —
one hardware install, applications switched on as you need them.</p>
</div>
<div class="pp-band" id="request">
<h2>Get an EMS assessment for your site.</h2>
<p>Tell us what's on site — the assessment maps endpoints, tier and integration effort.</p>
</div>
{% include '@HoneybeeWeb/pages/inc/intent_form.html.twig' with {
'intent': 'ems', 'cta': 'Request EMS Assessment',
'extras': [
{'name': 'project_type', 'label': 'Site type', 'options': ['Factory', 'Commercial building', 'Solar plant', 'Campus / estate', 'Multi-site fleet', 'Other']},
{'name': 'capacity', 'label': 'Site size / rough endpoint count'},
{'name': 'stage', 'label': 'Stage', 'options': ['Exploring', 'Budgeting', 'Ready to deploy']}
]
} only %}
</div>
{% include '@HoneybeeWeb/footer/central_footer.html.twig' %}