Added new script

This commit is contained in:
Christoffer Martinsson
2018-10-29 15:32:55 +01:00
parent 6d54150f06
commit c734a812fa
19 changed files with 122 additions and 77 deletions

View File

@@ -1,33 +1,26 @@
+++
title = "Home"
weight = 1
date = "2018-10-29"
+++
![LOGO](images/HAASPLogo_Dark.png)
**H**ome **A**utomation **A**nd **S**ecurity **P**latform is a sowftware framework for home automation and security installations. Primary written in python and optimized for use within docker containers HAASP consist of following modules:
**H**ome **A**utomation **A**nd **S**ecurity **P**latform is a sowftware framework for home automation and security installations. Primary written in python and optimized for use within docker containers.
### Lib
* **libHaasp** : HAASP main module package - [https://git.cmtec.se/haasp/libhaasp](https://git.cmtec.se/haasp/libhaasp)
{{% alert theme="info" %}}At the moment access to HAASP is only granted by sending us a request email at [info@haasp.net](mailto:info@haasp.net) or [info@cmtec.se](mailto:info@cmtec.se){{% /alert %}}
**Features:**
### Core
* **Core** : HAASP core application to handle all events and configurations - [https://git.cmtec.se/haasp/haasp_core](https://git.cmtec.se/haasp/haasp_core)
* ***haasp_core*** HAASP core executable
* Scalable non restricted workflow - *Configuration made entirely in python*
* Scalable module network - *Communication between modules via tcp protocol*
* Deployable on Docker environment
* Deployable on Unraid server (via Docker containers)
* Deployable on dedecated hardware (ex: raspberry pi)
### Applications
* **Zwave** : Zwave application to relay zwave events to HAASP - [https://git.cmtec.se/haasp/haasp_zwave](https://git.cmtec.se/haasp/haasp_zwave)
* ***haasp_zwave*** HAASP zwave executable
* **Huee** : HUE Emulator to enable Amazon Echo to send events to HAASP - [https://git.cmtec.se/haasp/haasp_huee](https://git.cmtec.se/haasp/haasp_huee)
* ***haasp_huee*** HAASP huee executable
* **Broadlink** : IR Wifi extender support for HAASP - [https://git.cmtec.se/haasp/haasp_broadlink](https://git.cmtec.se/haasp/haasp_broadlink)
* ***haasp_broadlink*** HAASP broadlink executable
* **WebApp** : Web application to interact with HAASP - [https://git.cmtec.se/haasp/haasp_webapp](https://git.cmtec.se/haasp/haasp_webapp)
* ***haasp_webapp*** HAASP webapp executable
* **Supervisor** : Hardware supervisor that send SMS depending of HAASP events - [TBD]()
* ***haasp_supervisor*** HAASP supervisor executable
### Management
* **Cli** : HAASP cli to send command and view logging - [https://git.cmtec.se/haasp/haasp_cli](https://git.cmtec.se/haasp/haasp_cli)
* ***haasp_cli*** HAASP cli executable
**Contribution:**
If you want to contribute to the HAASP project please feel free to send an email to [info@haasp.net](mailto:info@haasp.net) or [info@cmtec.se](mailto:info@cmtec.se)
{{< figure src="/images/cmtecLogo_Dark_600x276.png" width="100px" link="https://pages.cmtec.se/cmtec.se" >}}