

<!DOCTYPE html>

<html lang="en-US">
<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=Edge">

  <link rel="stylesheet" href="/assets/css/just-the-docs-default.css">

  <link rel="stylesheet" href="/assets/css/just-the-docs-head-nav.css" id="jtd-head-nav-stylesheet">

  <style id="jtd-nav-activation">
  
    .site-nav ul li a {
      background-image: none;
    }

  </style>

  

  
    <script src="/assets/js/vendor/lunr.min.js"></script>
  

  <script src="/assets/js/just-the-docs.js"></script>

  <meta name="viewport" content="width=device-width, initial-scale=1">

  



  <!-- Begin Jekyll SEO tag v2.8.0 -->
<title>ESCTL - Environment and Security Control | ESCTL is a suite of hardware and software designed to integrate and automate building and security controls, including temperature monitoring and door access control.</title>
<meta name="generator" content="Jekyll v4.3.4" />
<meta property="og:title" content="ESCTL - Environment and Security Control" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="ESCTL is a suite of hardware and software designed to integrate and automate building and security controls, including temperature monitoring and door access control." />
<meta property="og:description" content="ESCTL is a suite of hardware and software designed to integrate and automate building and security controls, including temperature monitoring and door access control." />
<link rel="canonical" href="http://www.esctl.co.uk/assets/css/just-the-docs-head-nav.css" />
<meta property="og:url" content="http://www.esctl.co.uk/assets/css/just-the-docs-head-nav.css" />
<meta property="og:site_name" content="ESCTL - Environment and Security Control" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="ESCTL - Environment and Security Control" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","description":"ESCTL is a suite of hardware and software designed to integrate and automate building and security controls, including temperature monitoring and door access control.","headline":"ESCTL - Environment and Security Control","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://www.esctl.co.uk/assets/images/logo.svg"}},"url":"http://www.esctl.co.uk/assets/css/just-the-docs-head-nav.css"}</script>
<!-- End Jekyll SEO tag -->


  <!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/assets/images/favicon.svg">

<!-- ESCTL Design Overrides - High Priority -->
<style>
  /* GLOBAL BRANDING */
  html body {
    --logo-green: #0f6e56;
    --logo-green-dark: #084a3b;
    --link-color: #0f6e56 !important;
  }

  /* 1. SIDEBAR & LOGO FIX */
  html body .side-bar {
    background-color: var(--logo-green-dark) !important;
  }

  /* Force Logo to be visible and correctly sized */
  html body .side-bar .site-title,
  html body .side-bar .site-button {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    padding-top: 20px !important;
    background: transparent !important;
  }

  html body .side-bar img,
  html body .side-bar .site-title img,
  html body img.site-logo {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-height: 60px !important; 
    height: auto !important;
    width: auto !important;
    margin-bottom: 15px !important;
    filter: none !important; 
  }

  /* 2. VANQUISH PURPLE FROM UI - Scoped to Sidebar */
  html body .side-bar .nav-list .nav-list-link {
    color: #ffffff !important;
    opacity: 0.9 !important;
  }
  
  html body .side-bar .nav-list .nav-list-link:hover,
  html body .side-bar .nav-list .nav-list-link.active {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    opacity: 1 !important;
  }

  /* Target ONLY sidebar arrows and icons for white color */
  html body .side-bar svg,
  html body .side-bar .nav-list-expander svg,
  html body .side-bar .nav-list-item button svg {
    fill: #ffffff !important;
    color: #ffffff !important;
  }
  
  html body .side-bar svg path,
  html body .side-bar svg polyline {
    fill: #ffffff !important;
    stroke: #ffffff !important;
  }

  /* Heading Permalinks (Anchor Icons) - These should be Green */
  html body .anchor-link svg,
  html body .anchor-link:hover svg {
    fill: var(--logo-green) !important;
  }
  html body .anchor-link svg path {
    fill: var(--logo-green) !important;
    stroke: none !important;
  }

  /* Search Highlights */
  html body .search-result-rel-hl {
    color: var(--logo-green) !important;
    background-color: rgba(15, 110, 86, 0.1) !important;
  }

  /* 3. LAYOUT & SIDEBAR WIDTH */
  @media (min-width: 67rem) {
    html body .side-bar {
      width: 250px !important;
      max-width: 250px !important;
      min-width: 250px !important;
    }
    html body .main {
      margin-left: 250px !important;
    }
  }

  /* 4. TOTAL CREDIT REMOVAL */
  html body .side-bar footer,
  html body footer.site-footer,
  html body .text-small,
  html body [class*="footer"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    opacity: 0 !important;
  }

  /* 5. CONTENT LINKS */
  html body .main-content a,
  html body .post-content a {
    color: var(--logo-green) !important;
    text-decoration: underline !important;
  }

  /* 6. MERMAID FIXES */
  .mermaid {
    margin: 30px 0;
    text-align: center;
    background: #fff;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
  }

  /* 7. IMAGE PREVIEWS */
  .img-preview {
    max-width: 400px;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 10px 0;
    display: block;
  }
</style>

<!-- Mermaid support -->
<script src="https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.min.js"></script>
<script>
  document.addEventListener('DOMContentLoaded', function() {
    setTimeout(function() {
      mermaid.initialize({ 
        startOnLoad: true,
        theme: 'neutral',
        securityLevel: 'loose'
      });
    }, 200);
  });
</script>


</head>

<body>
  <a class="skip-to-main" href="#main-content">Skip to main content</a>
  <svg xmlns="http://www.w3.org/2000/svg" class="d-none">
  <symbol id="svg-link" viewBox="0 0 24 24">
  <title>Link</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-link">
    <path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path>
  </svg>
</symbol>

  <symbol id="svg-menu" viewBox="0 0 24 24">
  <title>Menu</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu">
    <line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line>
  </svg>
</symbol>

  <symbol id="svg-arrow-right" viewBox="0 0 24 24">
  <title>Expand</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
    <polyline points="9 18 15 12 9 6"></polyline>
  </svg>
</symbol>

  <!-- Feather. MIT License: https://github.com/feathericons/feather/blob/master/LICENSE -->
<symbol id="svg-external-link" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-external-link">
  <title id="svg-external-link-title">(external link)</title>
  <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line>
</symbol>

  
    <symbol id="svg-doc" viewBox="0 0 24 24">
  <title>Document</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file">
    <path d="M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"></path><polyline points="13 2 13 9 20 9"></polyline>
  </svg>
</symbol>

    <symbol id="svg-search" viewBox="0 0 24 24">
  <title>Search</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
    <circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>
  </svg>
</symbol>

  
  
    <!-- Bootstrap Icons. MIT License: https://github.com/twbs/icons/blob/main/LICENSE.md -->
<symbol id="svg-copy" viewBox="0 0 16 16">
  <title>Copy</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-clipboard" viewBox="0 0 16 16">
    <path d="M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z"/>
    <path d="M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z"/>
  </svg>
</symbol>
<symbol id="svg-copied" viewBox="0 0 16 16">
  <title>Copied</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-clipboard-check-fill" viewBox="0 0 16 16">
    <path d="M6.5 0A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3Zm3 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3Z"/>
    <path d="M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1A2.5 2.5 0 0 1 9.5 5h-3A2.5 2.5 0 0 1 4 2.5v-1Zm6.854 7.354-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708.708Z"/>
  </svg>
</symbol>

  
</svg>

  
    <header class="side-bar">
  <div class="site-header">
    <a href="/" class="site-title lh-tight">
  <div class="site-logo" role="img" aria-label="ESCTL - Environment and Security Control"></div>

</a>
    <button id="menu-button" class="site-button btn-reset" aria-label="Menu" aria-expanded="false">
      <svg viewBox="0 0 24 24" class="icon" aria-hidden="true"><use xlink:href="#svg-menu"></use></svg>
    </button>
  </div>

  <nav aria-label="Main" id="site-nav" class="site-nav">
  
  
    <ul class="nav-list"><li class="nav-list-item"><a href="/" class="nav-list-link">Home</a></li><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="Hardware submenu" aria-expanded="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/docs/hardware/" class="nav-list-link">Hardware</a><ul class="nav-list"><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="Door Controller submenu" aria-expanded="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/docs/hardware/door-controller.html" class="nav-list-link">Door Controller</a><ul class="nav-list"><li class="nav-list-item"><a href="/docs/hardware/door-controller-construction.html" class="nav-list-link">Door Controller Construction</a></li><li class="nav-list-item"><a href="/docs/hardware/door-controller-reference.html" class="nav-list-link">Door Controller Hardware Reference</a></li><li class="nav-list-item"><a href="/docs/hardware/door-controller-software.html" class="nav-list-link">Door Controller Software Reference</a></li></ul></li><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="Temperature Monitor submenu" aria-expanded="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/docs/hardware/temperature-monitor.html" class="nav-list-link">Temperature Monitor</a><ul class="nav-list"><li class="nav-list-item"><a href="/docs/hardware/temperature-monitor-reference.html" class="nav-list-link">Temperature Monitor Reference</a></li></ul></li></ul></li><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="Software submenu" aria-expanded="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/docs/software/" class="nav-list-link">Software</a><ul class="nav-list"><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="Master Controller submenu" aria-expanded="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/docs/software/master-controller.html" class="nav-list-link">Master Controller</a><ul class="nav-list"><li class="nav-list-item"><a href="/docs/software/docker-deployment.html" class="nav-list-link">Docker Deployment</a></li><li class="nav-list-item"><a href="/docs/software/master-controller-installation.html" class="nav-list-link">Installation Guide</a></li><li class="nav-list-item"><a href="/docs/software/cli-utilities.html" class="nav-list-link">CLI Utilities</a></li><li class="nav-list-item"><a href="/docs/software/ldap-schema.html" class="nav-list-link">LDAP Schema Reference</a></li><li class="nav-list-item"><a href="/docs/software/web-interface.html" class="nav-list-link">Web Interface</a></li></ul></li></ul></li><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="Guides submenu" aria-expanded="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/docs/guides/" class="nav-list-link">Guides</a><ul class="nav-list"><li class="nav-list-item"><a href="/docs/guides/system-flow.html" class="nav-list-link">System Flow</a></li><li class="nav-list-item"><a href="/docs/guides/future-roadmap.html" class="nav-list-link">Future Roadmap</a></li><li class="nav-list-item"><a href="/docs/guides/revision-history.html" class="nav-list-link">Revision History</a></li></ul></li><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="History submenu" aria-expanded="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/docs/history/" class="nav-list-link">History</a><ul class="nav-list"><li class="nav-list-item"><a href="/docs/history/hardware-v1.html" class="nav-list-link">Hardware Version 1</a></li></ul></li></ul>
  
</nav>


<div class="d-md-block d-none site-footer">
  
  
    This site uses <a href="https://github.com/just-the-docs/just-the-docs">Just the Docs</a>, a documentation theme for Jekyll.
  
  </div>
</header>

  
  <div class="main" id="top">
    <div id="main-header" class="main-header">
  
    

<div class="search" role="search">
  <div class="search-input-wrap">
    <input type="text" id="search-input" class="search-input" tabindex="0" placeholder="Search ESCTL - Environment and Security Control" autocomplete="off">
    <label for="search-input" class="search-label">
      <span class="sr-only">Search ESCTL - Environment and Security Control</span>
      <svg viewBox="0 0 24 24" class="search-icon" aria-hidden="true"><use xlink:href="#svg-search"></use></svg>
    </label>
  </div>
  <div id="search-results" class="search-results"></div>
</div>

  
  
  
    <nav aria-label="Auxiliary" class="aux-nav">
  <ul class="aux-nav-list">
    
      <li class="aux-nav-list-item">
        <a href="https://gitlab.ninja.org.uk/jhunter/esctl" class="site-button"
          
        >
          ESCTL Source
        </a>
      </li>
    
  </ul>
</nav>

  
</div>

    <div class="main-content-wrap">
      
      <div id="main-content" class="main-content">
        <main>
          
            

          

          
            
          
        </main>
        
<hr>
<footer>
  
    <p><a href="#top" id="back-to-top">Back to top</a></p>
  

  <p class="text-small mb-0"> </p>

  <div class="d-md-none mt-4 fs-2">
    
    
      This site uses <a href="https://github.com/just-the-docs/just-the-docs">Just the Docs</a>, a documentation theme for Jekyll.
    
  </div>
</footer>

      </div>
    </div>
    
      

<div class="search-overlay"></div>

    
  </div>

  
</body>
</html>

