{% include '@Application/inc/central_header.html.twig' %}
{% include '@HoneybeeWeb/pages/inc/pp_style.html.twig' %}
{# WEB-3 §32 — /honeycore/hybrid-solar-diesel-control. ONE problem: the diesel bill on
PV+DG sites. SEO landing; converts into the hybrid intent form (same §29 contract as
the parent page). Primary CTA: Discuss My Hybrid Site. #}
{% set p = prices %}
<div class="pp-wrap">
<div class="pp-hero">
<span class="kicker">HoneyCore 4.0 · Solar-Diesel Control</span>
<h1>Burn less diesel without risking the genset.</h1>
<p class="sub">Solar on a diesel-backed site only saves money if the two are coordinated —
uncontrolled PV trips generators, and cautious PV wastes panels. HoneyCore 4.0 runs
them as one power plant, from €{{ p.honeycore.hybrid_site_month }} per site/month.</p>
<a class="pp-cta" href="#request">Discuss My Hybrid Site</a>
</div>
<div class="pp-sec">
<h2>The solar-diesel problem, precisely</h2>
<div class="pp-grid c3">
<div class="pp-card"><h3>Reverse power</h3><p>Midday sun pushes power INTO the genset —
nuisance trips at best, a damaged alternator at worst. The controller caps PV so it
never happens.</p></div>
<div class="pp-card"><h3>Minimum loading</h3><p>A genset idling under 30% load glazes its
cylinders. HoneyCore keeps each machine above its floor or shuts it down cleanly.</p></div>
<div class="pp-card"><h3>Wasted panels</h3><p>The safe-but-dumb fix is curtailing solar
hard. Coordinated control curtails only when physics requires it — the fuel saving
is the difference.</p></div>
</div>
</div>
<div class="pp-sec">
<h2>What you can prove afterwards</h2>
<div class="pp-grid c3">
<div class="pp-card"><h3>Logged litres</h3><p>Fuel consumption and PV contribution are
metered and logged — savings are a report, not a brochure claim.</p></div>
<div class="pp-card"><h3>Genset runtime down</h3><p>Start/stop events, loading profiles
and maintenance-relevant hours per machine.</p></div>
<div class="pp-card"><h3>Payback visible</h3><p>The controller and commissioning are
fixed, transparent costs (hardware by proposal +
€{{ p.honeycore.commissioning_standard }} standard) — set them against the logged saving.</p></div>
</div>
</div>
<div class="pp-sec">
<h2>Beyond PV + DG</h2>
<p class="sec-sub">The same controller grows into storage and grid coordination — all five
hybrid configurations on <a href="{{ url('honeybee_honeycore_hybrid') }}"
style="color:var(--n-amber);font-weight:700;">the Hybrid Control page</a>. Pricing is
capacity-neutral: per site, never per kWp.</p>
</div>
<div class="pp-band" id="request">
<h2>What's your genset fleet and PV size?</h2>
<p>Send the basics — the assessment comes back with the control concept and honest numbers.</p>
</div>
{% include '@HoneybeeWeb/pages/inc/intent_form.html.twig' with {
'intent': 'hybrid', 'cta': 'Discuss My Hybrid Site',
'extras': [
{'name': 'project_type', 'label': 'Site type', 'options': ['Factory', 'Campus / estate', 'Off-grid / weak grid site', 'Telecom / infrastructure', 'Other']},
{'name': 'configuration', 'label': 'Sources on site', 'options': ['PV + DG', 'PV + DG + Grid', 'PV + DG + BESS + Grid', 'DG only (PV planned)']},
{'name': 'capacity', 'label': 'PV size + genset sizes (approx.)'},
{'name': 'stage', 'label': 'Stage', 'options': ['Exploring', 'PV being designed', 'PV installed, uncoordinated', 'Ready to buy']}
]
} only %}
</div>
{% include '@HoneybeeWeb/footer/central_footer.html.twig' %}