2016-05-14 19:23:24 +00:00
---
layout: documentation
2017-09-24 14:37:53 +00:00
title: System Integrations
2016-05-14 19:23:24 +00:00
---
{% include base.html %}
2017-09-24 14:37:53 +00:00
# System Integrations
2016-05-14 19:23:24 +00:00
2017-02-19 11:45:47 +00:00
openHAB supports services that enable integration with various technologies that don't fall into other add-on categories.
2018-04-28 08:13:22 +00:00
Most of the systems mentioned below are integrated via a *Misc* add-on, installed e.g. through Paper UI.
Detailed instructions and requirements may be found in the corresponding documentation pages.
2017-02-19 11:45:47 +00:00
<!-- selection not needed for now table id="ios - select" class="striped">
< tbody >
< tr >
< td width = "20%" >
< p >
< input type = "checkbox" class = "filled-in" id = "manual-checkbox" / >
< label for = "manual-checkbox" > < img src = "{{base}}/images/tag-install-manual.svg" > < / label >
< / p >
< / td >
< td >
< p >
Some openHAB 1 service modules have not yet completed validation for inclusion in the distribution; however, they may indeed work properly under openHAB 2.
All openHAB 1 addons can be downloaded in a < a href = "https://bintray.com/openhab/mvn/download_file?file_path=org%2Fopenhab%2Fdistro%2Fopenhab%2F1.9.0%2Fopenhab-1.9.0-addons.zip" > zip file< / a > .
We need your help testing them so that they may be easily installed in a future distribution.
Please see the < a href = "{{base}}/developers/development/compatibilitylayer.html#how-to-use-openhab-1x-add-ons-that-are-not-part-of-the-distribution" > compatibility layer documentation< / a > and
also search the < a href = "https://community.openhab.org" > openHAB community forum< / a > for the latest information and steps for manual installation.
< / p >
< / td >
< / tr >
< / tbody >
< /table -->
< table id = "ios-overview" class = "bordered addon-table" >
< thead >
< tr >
< th data-field = "label" width = "20%" > Name< / th >
< th data-field = "description" > Description< / th >
< / tr >
< / thead >
< tbody >
2017-09-24 14:37:53 +00:00
{% for io in site.addons_ios %}
<!-- <tr class="install - {{io.install}} since - {{io.since}}"> -->
< tr >
2017-02-19 11:45:47 +00:00
< td >
2017-11-11 14:25:32 +00:00
< h4 > < a href = "{{base}}{{io.url}}" > {% if io.logo %}< img class = "logo" src = "{{base}}/{{io.logo}}" title = "{{ io.label }}" alt = "{{ io.label }}" / > {% else %}{{ io.label }}{% endif %}< / a > < / h4 >
2017-03-02 00:08:44 +00:00
< img src = "{{base}}/images/tag-install-{{io.install}}.svg" >
2017-02-19 11:45:47 +00:00
< / td >
< td > {{ io.description | markdownify }}< / td >
< / tr >
{% endfor %}
< tr >
< td >
< h4 > < a href = "http://www.myopenhab.org/" target = "_blank" > < img class = "logo" src = "{{base}}/images/addons/ifttt.png" title = "IFTTT" alt = "IFTTT" / > < / a > < / h4 >
< / td >
< td >
< p >
2017-09-22 19:05:09 +00:00
Activating < a href = "https://ifttt.com" target = "_blank" > IFTTT< / a > integration is easy.
Just log in to your IFTTT account and activate the openHAB channel.
You will be forwarded to the < a href = "http://www.myopenhab.org/" target = "_blank" > myopenHAB website< / a > to authorize the IFTTT channel connection.
Before you start creating IFTTT recipes you need to make sure that you have your runtime configured to expose certain items to myopenHAB.
Only those items will be visible to IFTTT.
You will also be able to send commands to those items from IFTTT Applets.
2017-02-19 11:45:47 +00:00
Items will appear in myopenHAB and thus in IFTTT only after at least one state update has been received by myopenHAB from your runtime.
< / p >
< / td >
< / tr >
< / tbody >
< / table >