--- layout: documentation title: Configuration --- {% include base.html %} # Configuration of your Smart Home openHAB is the center of your home automation. Properties and capabilities of all your devices are available through openHAB to the user frontend, the rule engine and other parts and connected systems. openHAB is a system installed and executed by you, **running independently** from any online services or proprietary technologies. You as the end-user have the **full control** over every aspect of your smart home. Every device connected to openHAB is functionally and logically different. In order to represent all of these, openHAB defines the following few base components: - [Bindings]({{base}}/addons/bindings.html) - The numerous Add-ons to communicate with your devices - [Things](things.html) - Your devices represented in openHAB - [Items](items.html) - properties and capabilities of your Things - [Groups](items.html#groups) - collections or categories containing Items - [Sitemaps](sitemaps.html) - User-defined frontend interfaces to arrange Groups, Items and more - [Transformations](transform.html) - Helper functions to transform your data - [Persistence](persistence.html) - Services to store data over time - [Rules](rules-dsl.html) - Automation logic, the "smart" in your Smart Home! - [JSR223 Scripting](jsr223.html) - Define rules and other runtime objects using [Javascript](http://openjdk.java.net/projects/nashorn/), [Jython](http://www.jython.org) or [Groovy](http://www.groovy-lang.org/). The individual articles hold all details needed to understand the concepts behind these building bricks for your Smart Home. For more details on the base concept behind openHAB, please visit the [Concepts Overview page]({{base}}/concepts/index.html). ## Versatility openHAB provides different user interfaces to modify settings, manage your things and items, build rules and access the sitemap results. Every interface has it's own strong points. ### Comparison
Task | Textual Configuration | Paper UI | HABmin | Karaf Console |
---|---|---|---|---|
Auto-Discover Things and Items | ❌ | ✔️ | ✔️ | ✔️ |
Define Things | ✔️ | ✔️ | ✔️ | ✔️ |
Define Items | ✔️ | ✔️ | ✔️ | ✔️ |
Define Groups | ✔️ | ✔️ | ✔️ | ✔️ |
Define Sitemaps | ✔️ | ❌ | ❌ | ❌ |
Define Transformations | ✔️ | ❌ | ❌ | ❌ |
Define Persistence | ✔️ | ❌ | ❌ | ❌ |
Define Rules | ✔️ | ✔️ (Experimental) |
✔️ (Graphical) |
❌ |
Manage Z-Wave Devices | ✔️ (Not Recommended) |
✔️ (Limited) |
✔️ | ❌ |
Modify openHAB Settings | ✔️ | ✔️ | ✔️ | ✔️ |
Install Add-ons | ✔️ | ✔️ | ❌ | ✔️ |