src/ApplicationBundle/Modules/HoneybeeWeb/Resources/views/pages/honeycore_hybrid_sd.html.twig line 1

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