src/ApplicationBundle/Modules/HoneybeeWeb/Resources/views/pages/honeycore_hybrid.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-2 §21 — /honeycore/hybrid-control. The five combinations, capacity-neutral price
  4.    (per SITE, never per kWp — a founder law). Engineering/hardware/commissioning separate.
  5.    ONE primary CTA (§28): 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 · Hybrid Control</span>
  10.         <h1>Hybrid control from €{{ p.honeycore.hybrid_site_month }} per site/month.</h1>
  11.         <p class="sub">One controller coordinates solar, grid, generators and storage — so the
  12.             cheapest clean source runs first and the diesel runs least. Priced per site,
  13.             whatever the capacity. A 100 kWp site and a 10 MWp site pay the same subscription.</p>
  14.         <a class="pp-cta" href="#request">Discuss My Hybrid Site</a>
  15.     </div>
  16.     <div class="pp-sec">
  17.         <h2>The five site configurations it runs</h2>
  18.         <div class="pp-grid c3">
  19.             <div class="pp-card"><h3>PV + Grid</h3><p>Maximize self-consumption, manage export
  20.                 limits and peaks against the tariff.</p></div>
  21.             <div class="pp-card"><h3>PV + DG</h3><p>Solar-diesel coordination: reverse-power
  22.                 protection, minimum genset loading, fuel saving.</p></div>
  23.             <div class="pp-card"><h3>PV + BESS</h3><p>Storage dispatch around solar — shift energy
  24.                 to when it's worth most, back up what matters.</p></div>
  25.             <div class="pp-card"><h3>PV + DG + Grid</h3><p>Unreliable-grid sites: seamless source
  26.                 transitions without dropping the load.</p></div>
  27.             <div class="pp-card"><h3>PV + DG + BESS + Grid</h3><p>The full hybrid: four sources,
  28.                 one control strategy, one operating picture.</p></div>
  29.             <div class="pp-card" style="background:var(--n-amber-dim);border-color:transparent;">
  30.                 <h3>Not sure which you are?</h3><p>Send the site details below — the assessment
  31.                 comes back with the configuration, not a sales pitch.</p></div>
  32.         </div>
  33.     </div>
  34.     <div class="pp-sec">
  35.         <h2>What the controller actually does</h2>
  36.         <div class="pp-grid c4">
  37.             <div class="pp-card"><h3>Source priority</h3><p>Runs the merit order you set — solar
  38.                 first, storage next, diesel last.</p></div>
  39.             <div class="pp-card"><h3>Genset protection</h3><p>Reverse-power and minimum-load guards
  40.                 so PV never damages the generator.</p></div>
  41.             <div class="pp-card"><h3>Peak management</h3><p>Caps grid draw against your demand
  42.                 charges and contracted capacity.</p></div>
  43.             <div class="pp-card"><h3>Records everything</h3><p>Every switching event and kWh logged
  44.                 — auditable savings, not estimated ones.</p></div>
  45.         </div>
  46.     </div>
  47.     <div class="pp-sec">
  48.         <h2>What's in the subscription — and what isn't</h2>
  49.         <div class="pp-grid c2">
  50.             <div class="pp-card"><h3>€{{ p.honeycore.hybrid_site_month }}/site/month includes</h3><ul>
  51.                 <li>The hybrid control application on your HoneyCore 4.0</li>
  52.                 <li>Cloud monitoring, alarms &amp; savings reporting</li>
  53.                 <li>Control-strategy updates</li></ul></div>
  54.             <div class="pp-card"><h3>Separate, quoted per site</h3><ul>
  55.                 <li>HoneyCore 4.0 hardware (€{{ p.honeycore.hardware_direct|number_format(0, '.', ',') }} Direct C&amp;I)</li>
  56.                 <li>Commissioning (standard €{{ p.honeycore.commissioning_standard }})</li>
  57.                 <li>Site engineering &amp; electrical works</li></ul></div>
  58.         </div>
  59.     </div>
  60.     <div class="pp-band" id="request">
  61.         <h2>Describe your site — get a hybrid assessment.</h2>
  62.         <p>Sources on site, capacity, and what the diesel bill looks like today.</p>
  63.     </div>
  64.     {% include '@HoneybeeWeb/pages/inc/intent_form.html.twig' with {
  65.         'intent': 'hybrid', 'cta': 'Discuss My Hybrid Site',
  66.         'extras': [
  67.             {'name': 'project_type', 'label': 'Site type', 'options': ['Factory', 'Campus / estate', 'Commercial building', 'Off-grid / weak grid site', 'Other']},
  68.             {'name': 'configuration', 'label': 'Sources on site', 'options': ['PV + Grid', 'PV + DG', 'PV + BESS', 'PV + DG + Grid', 'PV + DG + BESS + Grid']},
  69.             {'name': 'capacity', 'label': 'Capacity (approx.)'},
  70.             {'name': 'stage', 'label': 'Stage', 'options': ['Exploring', 'Design / tender', 'Ready to buy', 'Existing site upgrade']}
  71.         ]
  72.     } only %}
  73. </div>
  74. {% include '@HoneybeeWeb/footer/central_footer.html.twig' %}