Add openHAB

Signed-off-by: Wouter Born <eclipse@maindrain.net>
This commit is contained in:
Wouter Born
2017-09-17 11:23:17 +02:00
parent 75f4db112a
commit 56f47ab8f0
14 changed files with 747 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
## Introduction
The open Home Automation Bus (openHAB) project aims at providing a universal integration platform for all things around home automation. It is a pure Java solution, fully based on OSGi.
It is designed to be absolutely vendor-neutral as well as hardware/protocol-agnostic. openHAB brings together different bus systems, hardware devices and interface protocols by dedicated bindings. These bindings send and receive commands and status updates on the openHAB event bus. This concept allows designing user interfaces with a unique look & feel, but with the possibility to operate devices based on a big number of different technologies. Besides the user interfaces, it also brings the power of automation logics across different system boundaries.
For further Information please refer to [www.openhab.org](http://www.openhab.org).
## Getting Started
Refer to the [tutorials](http://docs.openhab.org/tutorials) on how to get started with openHAB.
## Community: How to Get Involved
In case of problems or questions, please join the [openHAB community](https://community.openhab.org).