github.com/e154/smart-home@v0.17.2-0.20240311175135-e530a6e5cd45/doc/content/en/_index.html (about) 1 +++ 2 title = "Smart home" 3 linkTitle = "smart home" 4 5 +++ 6 7 {{< blocks/cover title="Software platform for device management" image_anchor="top" height="full" color="orange" >}} 8 <div class="mx-auto"> 9 <a class="btn btn-lg btn-primary mr-3 mb-4" href="{{< relref "/docs" >}}"> 10 Learn more <i class="fas fa-arrow-alt-circle-right ml-2"></i> 11 </a> 12 <a class="btn btn-lg btn-secondary mr-3 mb-4" href="https://github.com/e154/smart-home"> 13 Github <i class="fab fa-github ml-2 "></i> 14 </a> 15 <p class="lead mt-5">The documentation for the "Smart Home" project is suitable for both electronics enthusiasts and professionals in the field.</p> 16 {{< blocks/link-down color="info" >}} 17 </div> 18 {{< /blocks/cover >}} 19 20 {{% blocks/lead color="primary" %}} 21 Smart Home - an open-source software suite that can be used completely free of charge. Yes, absolutely free! It comes with a wide range of functionality out of the box and is highly extensible. The Smart Home system allows you to achieve results in the shortest possible time. 22 {{% /blocks/lead %}} 23 24 25 {{< blocks/section color="dark" >}} 26 27 {{% blocks/feature_x4 icon="fa-2x fa-users" title="Role-based Access Control System" %}} 28 Enables flexible management of access to equipment and system components. 29 {{% /blocks/feature_x4 %}} 30 31 {{% blocks/feature_x4 icon="fa-2x fa-cogs" title="Control Panel" %}} 32 A convenient control and configuration panel for managing equipment and the entire system. 33 {{% /blocks/feature_x4 %}} 34 35 {{% blocks/feature_x4 icon="fa-2x fa-paper-plane" title="Ready for Use" %}} 36 You can use Smart Home as it is, or you can customize it to suit your needs. 37 {{% /blocks/feature_x4 %}} 38 39 {{% blocks/feature_x4 icon="fa-2x fa-chart-line" title="Scalability" %}} 40 The system is scalable to the extent required by the given task. 41 {{% /blocks/feature_x4 %}} 42 43 44 {{< /blocks/section >}} 45 46 {{< blocks/section color="dark" >}} 47 48 {{% blocks/feature_x4 icon="fa-2x fa-paper-plane" title="Information Updates" %}} 49 The system's notification feature will keep you informed about all events. 50 {{% /blocks/feature_x4 %}} 51 52 {{% blocks/feature_x4 icon="fa-2x fa-server" title="Microservices Architecture" %}} 53 The software suite is divided into microservices for flexibility and improved performance. 54 {{% /blocks/feature_x4 %}} 55 56 {{% blocks/feature_x4 icon="fa-2x fa-file" title="Javascript Scripts" %}} 57 The scripting system allows you to write JavaScript scripts directly in the browser window. 58 {{% /blocks/feature_x4 %}} 59 60 {{% blocks/feature_x4 icon="fa-2x fa-heart" title="Made with Love" %}} 61 The entire code of the Smart Home system is written with love and attention to every detail. 62 {{% /blocks/feature_x4 %}} 63 64 65 {{< /blocks/section >}} 66 67 68 <!--{{< blocks/section >}}--> 69 <!--<div class="col">--> 70 <!--<h1 class="text-center">This is the second Section</h1>--> 71 <!--</div>--> 72 73 <!--{{< /blocks/section >}}--> 74 75 {{< blocks/section color="primary">}} 76 {{% blocks/feature_without_icon %}} 77 78 {{% /blocks/feature_without_icon %}} 79 80 {{% blocks/feature_without_icon title="Server" %}} 81 The core of the Smart Home system, the server, is responsible for managing the logic and business processes of the system. It is the heart of the smart home. 82 83 <a id="smart-home-server" href="https://github.com/e154/smart-home/releases/latest" target="_blank" 84 class="btn btn-primary btn-xl sr-button">Download</a> 85 {{% /blocks/feature_without_icon %}} 86 87 {{< blocks/section color="primary">}} 88 {{% blocks/feature_without_icon %}} 89 90 {{< /blocks/section >}} 91 92 <!--{{< blocks/section >}}--> 93 94 <!--<div class="col-12">--> 95 <!--<h1 class="text-center">This is another Section</h1>--> 96 <!--</div>--> 97 98 <!--{{< /blocks/section >}}-->