2.0 KiB
2.0 KiB
layout |
---|
documentation |
{% assign addons = site.data.oh1addons %} {% assign infos = site.data.oh1addons_infos %}
{% include base.html %}
Compatible 1.x Add-ons
Addon | Description | Type |
---|---|---|
{% for addon in addons %}{% assign description = "" %}{% assign wiki_url = "" %}{% for info in infos %}{% if info.label == addon.label %}{% assign description = info.description %}{% assign wiki_url = info.wiki_url %}{% endif %}{% endfor %} | {% if wiki_url != "" %}[{{ addon.label }}]({{ wiki_url }}){% else %}{{ addon.label }}{% endif %} | {{ description }} |
{% endfor %} |
Many 1.x add-ons STILL NEED TO BE TESTED and will probably work on openHAB 2.
For the full list that exists for openHAB 1, please refer to:
- the right sidebar on the openHAB 1.x wiki for missing add-ons
- this page for missing actions
For information on how to test and add add-ons that are not yet included, please see the compatibility layer documentation.
Currently Incompatible 1.x Add-ons:
Add-on | Type | Reason |
---|---|---|
CalDAV | Binding | see issue 4074 |
GCal | I/O | see issue 4770 |
InsteonPLM | Binding | see issue 3922 |
SagerCaster | Binding | Not following the architecture guidelines, see issue 3754 |
Logging | Persistence | openHAB 2 does not use logback anymore |
Compatible Applications
Application | Description |
---|---|
iot_bridge | Bridge between ROS Robot Operating System and openHAB |