src/ApplicationBundle/Modules/HoneybeeWeb/Resources/views/pages/website/energy-operations.html.twig line 1

Open in your IDE?
  1. {# NEW-WEBSITE-VIEW: approved September preview, public presentation only. #}
  2. {% set website_title = 'One site. A clearer operating picture. | HoneyBee' %}
  3. {% set p = prices|default({}) %}
  4. {% include '@HoneybeeWeb/website/header.html.twig' %}
  5. <section class="hero">
  6. <div class="wrap"><div class="breadcrumb"><a class="" href="{{ path('dashboard') }}">Home</a> / Energy Operations</div><div class="hero-grid"><div><span class="eyebrow ">Energy Operations</span>
  7. <h1>One site.<br>A clearer operating picture.</h1><p class="lead">Bring building and energy information into an operational environment shaped around your facility, its systems and the people responsible for them.</p><div class="actions"><a class="btn" href="{{ path('honeybee_contact', {'interest':'Energy Operations'}) }}">Discuss your site <span aria-hidden="true">↗</span></a><a class="textlink" href="{{ path('honeybee_pricing') }}">How it is priced →</a></div></div><div>{% include '@HoneybeeWeb/website/product-screen.html.twig' with {screen_key:'operations',screen_eager:true} only %}<details class="hbp-screen-details"><summary>Explore the workflow</summary><aside class="hbp-product-brief"><span class="eyebrow">Workflow overview</span><h2>Choose the site scope.</h2><ul class="hbp-work-list"><li><b>EMS</b><span>Energy measurement and analysis</span></li><li><b>BMS</b><span>Building systems and facility context</span></li><li><b>Hybrid</b><span>PV, grid, genset and storage</span></li><li><b>HoneyCore</b><span>Edge hardware and commissioned interfaces</span></li></ul><p class="note">Confirm the enabled scope in a product walkthrough.</p></aside></details></div></div></div></section>
  8. <section class="section white"><div class="wrap"><span class="eyebrow">Inside the product</span><h2>See the equipment in its site context.</h2><div class="hbp-screen-gallery">{% include '@HoneybeeWeb/website/product-screen.html.twig' with {screen_key:'twin'} only %}</div></div></section>
  9. <section class="section white">
  10. <div class="wrap">
  11. <div class="section-heading"><div><span class="eyebrow ">Energy Operations</span>
  12. <h2>Four scopes. One operating environment.</h2></div><p>Choose the capabilities that fit the information and integration needs of your site.</p></div>
  13. <div class="cols3">
  14. <article class="product"><span class="number">01</span>
  15. <h3>BMS · building and facility operations</h3><p>Bring supported building-system information into context with maintenance and business workflows.</p></article>
  16. <article class="product"><span class="number">02</span>
  17. <h3>EMS · energy measurement and analysis</h3><p>Understand consumption, generation and performance within the supported measurement scope.</p></article>
  18. <article class="product"><span class="number">03</span>
  19. <h3>Hybrid Energy & HoneyCore</h3><p>Review mixed-source context and industrial edge integration where the deployment calls for them.</p></article></div></div></section>
  20. <section class="section white">
  21. <div class="wrap">
  22. <div class="section-heading"><div><span class="eyebrow ">Choose an operational scope</span>
  23. <h2>Start with the site question.</h2></div></div><div class="table-scroll"><table class="scope-table"><thead><tr><th scope="col">Product</th><th scope="col">The question it helps address</th><th scope="col">Explore</th></tr></thead><tbody><tr><td>BMS</td><td>What is happening across the supported facility systems?</td><td><a class="textlink" href="{{ path('honeybee_honeycore_bms') }}">Explore BMS ↗</a></td></tr><tr><td>EMS</td><td>Where is energy going, and what explains the pattern?</td><td><a class="textlink" href="{{ path('honeybee_honeycore_ems') }}">Explore EMS ↗</a></td></tr><tr><td>Hybrid Energy</td><td>How do the site’s sources and loads behave together?</td><td><a class="textlink" href="{{ path('honeybee_honeycore_hybrid') }}">Explore Hybrid ↗</a></td></tr><tr><td>HoneyCore</td><td>How do supported field systems connect to operational workflows?</td><td><a class="textlink" href="{{ path('honeybee_honeycore') }}">Explore HoneyCore ↗</a></td></tr></tbody></table></div></div></section>
  24. <section class="section white">
  25. <div class="wrap">
  26. <div class="split"><div><span class="eyebrow ">Scope & boundaries</span>
  27. <h2>Know what is included.<br>Know what needs review.</h2></div><div><p>HoneyCore is an industrial edge and integration option for applicable deployments. Do not assume every BMS, EMS or Hybrid deployment requires it. Equipment and integration support are confirmed per site.</p><div class="actions"><a class="textlink" href="{{ path('honeybee_trust') }}">Read Trust & Governance ↗</a><a class="textlink" href="{{ path('honeybee_pricing') }}">Review charging units →</a></div></div></div></div></section>
  28. <section class="cta">
  29. <div class="wrap"><div>
  30. <h2>Start with a real requirement.</h2><p>Bring your site context. Agree the scope before the rollout.</p></div><a class="btn dark" href="{{ path('honeybee_contact', {'interest':'Energy Operations'}) }}">Discuss your site <span aria-hidden="true">↗</span></a></div></section>
  31. {% include '@HoneybeeWeb/website/footer.html.twig' %}