3559 lines
172 KiB
HTML
3559 lines
172 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
||
|
||
|
||
|
||
<!--<link rel="shortcut icon" href="https://www.openhab.org/favicon.png"></link>-->
|
||
<title>Bindings - openHAB 2 - Empowering the Smart Home</title>
|
||
|
||
<!-- CSS -->
|
||
<link type="text/css" rel="stylesheet" href="/v2.2/css/materialize.css" media="screen,projection" />
|
||
<link type="text/css" rel="stylesheet" href="/v2.2/css/pygments-jekyll-style.css" />
|
||
<link type="text/css" rel="stylesheet" href="/v2.2/css/styles.css" />
|
||
<link type="text/css" rel="stylesheet" href="/v2.2/css/openhab.css" />
|
||
<link type="text/css" rel="stylesheet" href="/v2.2/css/collapsible.css" />
|
||
|
||
<!-- Font -->
|
||
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
|
||
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,400,700" />
|
||
<link rel="canonical" href="https://docs.openhab.org/addons/bindings.html" />
|
||
<script type="text/javascript">var gaProperty = 'UA-47717934-3';var disableStr = 'ga-disable-' + gaProperty;if (document.cookie.indexOf(disableStr + '=true') > -1) {window[disableStr] = true;}</script>
|
||
<script>
|
||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
||
ga('create', 'UA-47717934-3', 'auto');
|
||
ga('set', 'anonymizeIp', true);
|
||
ga('send', 'pageview');
|
||
</script>
|
||
</head>
|
||
|
||
|
||
<body class="documentation">
|
||
<div id="header" class="navbar-fixed">
|
||
<nav role="navigation">
|
||
<div class="container">
|
||
<div class="nav-wrapper">
|
||
<a href="/v2.2/index.html"><img id="logo" src="/images/logo.png" /></a>
|
||
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons">menu</i></a>
|
||
<ul class="right hide-on-med-and-down">
|
||
<li><a href="/tutorials/index.html">Tutorials</a></li>
|
||
<li><a href="/v2.2/introduction.html">User Manual</a></li>
|
||
<li><a href="/developers/index.html">Developer Guide</a></li>
|
||
<li><a target="_blank" href="https://community.openhab.org">Community Forum</a></li>
|
||
<li><a target="_blank" href="https://github.com/openhab">GitHub</a></li>
|
||
<li class="search"><i class="material-icons">search</i></li>
|
||
<li class="search">
|
||
<form method="GET" id="searchform" class="search-form" action="/search">
|
||
<input id="query" name="q" type="text" class="search-form-input" placeholder="search" />
|
||
</form>
|
||
</li>
|
||
</ul>
|
||
<ul id="nav-mobile" class="side-nav">
|
||
<li><a href="/v2.2/index.html">Home</a></li>
|
||
<li><a href="/tutorials/index.html">Tutorials</a></li>
|
||
<li><a href="/v2.2/introduction.html">User Manual</a></li>
|
||
<li><a href="/developers/index.html">Developer Guide</a></li>
|
||
<li><a target="_blank" href="https://community.openhab.org">Community Forum</a></li>
|
||
<li><a target="_blank" href="https://github.com/openhab">GitHub</a></li>
|
||
<li class="search">
|
||
<form method="GET" id="searchformmob" class="search-form" action="/search">
|
||
<input id="querymob" name="q" type="text" class="search-form-input" placeholder="search" />
|
||
</form>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</nav>
|
||
</div>
|
||
|
||
|
||
<section id="documentation" class="text content-wrapper">
|
||
<div class="container">
|
||
<div class="side-nav-wrapper">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<ul class="nav">
|
||
<li><a href="/v2.2/introduction.html">Introduction</a></li>
|
||
<li><a href="/v2.2/concepts/index.html">Concepts</a>
|
||
<ul>
|
||
<li><a href="/v2.2/concepts/index.html">Overview</a></li>
|
||
<hr />
|
||
<li><a href="/v2.2/concepts/things.html">Things</a></li>
|
||
<li><a href="/v2.2/concepts/items.html">Items</a></li>
|
||
<li><a href="/v2.2/concepts/discovery.html">Inbox & Discovery</a></li>
|
||
<li><a href="/v2.2/concepts/audio.html">Audio & Voice</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="/v2.2/installation/index.html">Installation</a>
|
||
<ul>
|
||
<li><a href="/v2.2/installation/index.html">Overview</a></li>
|
||
<hr />
|
||
<li><a href="/v2.2/installation/linux.html">Linux</a></li>
|
||
<li><a href="/v2.2/installation/windows.html">Windows</a></li>
|
||
<li><a href="/v2.2/installation/macosx.html">Mac OS X</a></li>
|
||
<hr />
|
||
<li><a href="/v2.2/installation/openhabian.html">openHABian</a></li>
|
||
<li><a href="/v2.2/installation/docker.html">Docker</a></li>
|
||
<hr />
|
||
<li><a href="/v2.2/installation/rasppi.html">Raspberry Pi</a></li>
|
||
<li><a href="/v2.2/installation/pine.html">Pine A64</a></li>
|
||
<li><a href="/v2.2/installation/synology.html">Synology DiskStation</a></li>
|
||
<li><a href="/v2.2/installation/qnap.html">QNAP NAS</a></li>
|
||
<hr />
|
||
<li><a href="/v2.2/installation/security.html">Security & Remote Access</a></li>
|
||
<li><a href="http://www.myopenhab.org">myopenHAB</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="/v2.2/configuration/index.html">Configuration</a>
|
||
<ul>
|
||
<li><a href="/v2.2/configuration/index.html">Overview</a></li>
|
||
<hr />
|
||
<li><a href="/v2.2/configuration/things.html">Things</a></li>
|
||
<li><a href="/v2.2/configuration/items.html">Items</a></li>
|
||
<li><a href="/v2.2/configuration/sitemaps.html">Sitemaps</a></li>
|
||
<li><a href="/v2.2/configuration/transform.html">Transformations</a></li>
|
||
<li><a href="/v2.2/configuration/persistence.html">Persistence</a></li>
|
||
<li><a href="/v2.2/configuration/rules-dsl.html">Rules</a></li>
|
||
<li><a href="/v2.2/configuration/jsr223.html">JSR223 Scripting</a>
|
||
<ul>
|
||
<li><a href="/v2.2/configuration/jsr223.html">Overview</a>
|
||
<hr />
|
||
<li><a href="/v2.2/configuration/jsr223-js.html">Javascript</a></li>
|
||
<li><a href="/v2.2/configuration/jsr223-jython.html">Jython</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="/v2.2/configuration/services.html">Services</a></li>
|
||
<hr />
|
||
<li><a href="/v2.2/configuration/packages.html">Initial Setup Packages</a></li>
|
||
<li><a href="/v2.2/configuration/homebuilder.html">Home Builder</a></li>
|
||
<li><a href="/v2.2/configuration/paperui.html">Paper UI</a></li>
|
||
<li><a href="/v2.2/configuration/habmin.html">HABmin</a></li>
|
||
<li><a href="/v2.2/configuration/habpanel.html">HABPanel</a></li>
|
||
<li><a href="/v2.2/configuration/rules-ng.html">Rules (Experimental)</a></li>
|
||
<li><a href="/v2.2/configuration/editors.html">Editors</a></li>
|
||
<hr />
|
||
<li><a href="/v2.2/configuration/multimedia.html">Audio & Voice</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="/v2.2/addons/index.html">Add-ons</a>
|
||
<ul>
|
||
<li><a href="/v2.2/addons/index.html">Overview</a></li>
|
||
<hr />
|
||
<li><a href="/v2.2/addons/bindings.html">Bindings</a>
|
||
<ul>
|
||
<li><a href="/v2.2/addons/bindings.html">Overview</a></li>
|
||
<hr />
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/airquality/readme.html">Air Quality</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/alarmdecoder1/readme.html">Alarm Decoder</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/allplay/readme.html">AllPlay</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/amazondashbutton/readme.html">Amazon Dash Button</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/anel1/readme.html">Anel NET-PwrCtrl</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/astro/readme.html">Astro</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/atlona/readme.html">Atlona</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/autelis/readme.html">Autelis Pool Control</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/avmfritz/readme.html">AVM FRITZ!</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/bigassfan/readme.html">BigAssFan</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/boschindego/readme.html">Bosch Indego</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/bticino1/readme.html">Bticino</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/caldav-command1/readme.html">CalDAV Command</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/caldav-personal1/readme.html">CalDAV Personal</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/chromecast/readme.html">Chromecast</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/cm11a/readme.html">Cm11a (X10 controller)</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/comfoair1/readme.html">ComfoAir</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/coolmasternet/readme.html">CoolMasterNet</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/denon1/readme.html">Denon</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/digitalstrom/readme.html">digitalSTROM</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/dlinksmarthome/readme.html">D-Link Smart Home</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/dmx/readme.html">DMX</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/dscalarm/readme.html">DSC Alarm</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/dsmr1/readme.html">DSMR</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/ebus1/readme.html">eBUS</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/ecobee1/readme.html">Ecobee</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/ecotouch1/readme.html">EcoTouch</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/ekey1/readme.html">ekey</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/energenie1/readme.html">Energenie</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/enocean1/readme.html">EnOcean</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/enphaseenergy1/readme.html">Enphase Energy</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/epsonprojector1/readme.html">Epson Projector</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/exec/readme.html">Exec</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/expire1/readme.html">Expire</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/fatekplc1/readme.html">Fatek PLC</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/feed/readme.html">Feed</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/feican/readme.html">Feican</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/folding/readme.html">Folding@home</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/freebox/readme.html">Freebox</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/freeswitch1/readme.html">FreeSWITCH</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/fritzbox1/readme.html">Fritz!Box</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/fritzboxtr0641/readme.html">Fritzbox (using TR064 protocol)</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/fs201/readme.html">FS20</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/fsinternetradio/readme.html">FS Internet Radio</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/garadget1/readme.html">Garadget</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/gardena/readme.html">Gardena</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/gc100ir1/readme.html">Global Cache IR</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/globalcache/readme.html">GlobalCache</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/harmonyhub/readme.html">Logitech Harmony Hub</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/hdanywhere/readme.html">HDanywhere</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/hdpowerview/readme.html">Hunter Douglas PowerView</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/heatmiser1/readme.html">Heatmiser</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/homematic/readme.html">Homematic</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/http1/readme.html">HTTP</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/hue/readme.html">Philips Hue</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/icloud/readme.html">iCloud</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/ihc1/readme.html">IHC / ELKO</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/insteonplm1/readme.html">Insteon PLM</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/intertechno1/readme.html">Intertechno</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/ipp/readme.html">IPP</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/ipx8001/readme.html">IPX800</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/irtrans1/readme.html">IRTrans</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/jeelink/readme.html">Jeelink</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/jointspace1/readme.html">jointSPACE</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/keba/readme.html">Keba</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/knx1/readme.html">KNX</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/kodi/readme.html">Kodi</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/kostalinverter/readme.html">Kostal Inverter</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/koubachi1/readme.html">Koubachi</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/lcn1/readme.html">LCN</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/lgtv1/readme.html">LG TV</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/lgtvserial/readme.html">LG TV control using serial protocol</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/lgwebos/readme.html">LG webOS</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/lifx/readme.html">LIFX</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/lirc/readme.html">LIRC</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/loxone/readme.html">Loxone</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/lutron/readme.html">Lutron</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/max/readme.html">MAX!</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/maxcul1/readme.html">MAX!CUL</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/meteostick/readme.html">Meteostick</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/miele/readme.html">Miele@home</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/mihome/readme.html">Xiaomi Mi Smart Home</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/milight/readme.html">Milight/Easybulb/Limitless</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/minecraft/readme.html">Minecraft</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/mios1/readme.html">MiOS Bridge</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/mochadx101/readme.html">Mochad X10</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/modbus1/readme.html">Modbus</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/mqtt1/readme.html">MQTT</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/mqttitude1/readme.html">OwnTracks (formerly MQTTitude)</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/myq1/readme.html">Chamberlain MyQ</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/neohub1/readme.html">NeoHub</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/nest/readme.html">Nest</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/netatmo/readme.html">Netatmo</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/network/readme.html">Network</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/networkupstools1/readme.html">Network UPS Tools</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/nibeheatpump1/readme.html">Nibe Heatpump</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/nikobus1/readme.html">Nikobus</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/nikohomecontrol/readme.html">Niko Home Control</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/novelanheatpump1/readme.html">Novelan/Luxtronic Heat Pump</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/ntp/readme.html">NTP</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/oceanic/readme.html">Oceanic</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/onebusaway/readme.html">OneBusAway</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/onewire1/readme.html">OneWire</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/onkyo/readme.html">Onkyo</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/openenergymonitor1/readme.html">Open Energy Monitor</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/opensprinkler/readme.html">OpenSprinkler</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/orvibo/readme.html">Orvibo</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/owserver1/readme.html">OWServer</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/panasonictv1/readme.html">Panasonic TV</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/piface1/readme.html">Piface</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/pioneeravr/readme.html">PioneerAVR Configuration</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/plex1/readme.html">Plex</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/plugwise/readme.html">Plugwise</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/powermax1/readme.html">Visonic Powermax</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/pulseaudio/readme.html">Pulseaudio</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/regoheatpump/readme.html">RegoHeatPump</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/rfxcom/readme.html">RFXCOM</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/rme/readme.html">RME</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/rotelra1x/readme.html">Rotel Amplifier</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/russound/readme.html">Russound</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/rwesmarthome1/readme.html">RWE SmartHome</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/samsungac1/readme.html">Samsung Air Conditioner</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/samsungtv/readme.html">Samsung TV</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/sapp1/readme.html">Picnet Sapp</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/satel1/readme.html">Satel Integra Alarm System</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/sensebox/readme.html">senseBox</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/serial1/readme.html">Serial</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/serialbutton/readme.html">Serial Button</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/silvercrestwifisocket/readme.html">Silvercrest Wifi Plug</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/sleepiq/readme.html">SleepIQ</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/smaenergymeter/readme.html">SMA Energy Meter</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/snmp1/readme.html">SNMP</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/sonance1/readme.html">Sonance</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/sonos/readme.html">Sonos</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/souliss1/readme.html">Souliss</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/squeezebox/readme.html">Logitech Squeezebox</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/swegonventilation1/readme.html">Swegon Ventilation</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/synopanalyzer/readme.html">Synop Analyzer</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/systeminfo/readme.html">Systeminfo</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/tankerkoenig/readme.html">Tankerkönig</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/tcp1/readme.html">TCP & UDP</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/tellstick/readme.html">Tellstick</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/tesla/readme.html">Tesla</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/tinkerforge1/readme.html">TinkerForge</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/toon/readme.html">Toon</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/tplinksmarthome/readme.html">TPLinkSmartHome</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/tradfri/readme.html">TRÅDFRI</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/upb1/readme.html">UPB</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/urtsi/readme.html">Somfy URTSI II</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/vitotronic/readme.html">Vitotronic</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/weather1/readme.html">Weather</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/weatherunderground/readme.html">WeatherUnderground</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/wemo/readme.html">Belkin Wemo</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/wifiled/readme.html">WiFi LED</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/windcentrale/readme.html">Windcentrale</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/wol1/readme.html">Wake-on-LAN</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/xbmc1/readme.html">XBMC binding (for KODI) (1.x)</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/yahooweather/readme.html">YahooWeather</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/yamahareceiver/readme.html">Yamahareceiver</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/zigbee/readme.html">ZigBee</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/zoneminder/readme.html">Zoneminder</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/zwave/readme.html">ZWave</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/bindings/zway/readme.html">Z-Way</a></li>
|
||
|
||
|
||
</ul>
|
||
</li>
|
||
<li><a href="/v2.2/addons/uis.html">User Interfaces</a>
|
||
<ul>
|
||
<li><a href="/v2.2/addons/uis.html">Overview</a></li>
|
||
<hr />
|
||
|
||
<li><a href="/v2.2/addons/uis/basic/readme.html">Basic UI</a></li>
|
||
|
||
<li><a href="/v2.2/addons/uis/classic/readme.html">Classic UI</a></li>
|
||
|
||
<li><a href="/v2.2/addons/uis/habmin/readme.html">HABmin</a></li>
|
||
|
||
<li><a href="/v2.2/addons/uis/habpanel/doc/habpanel.html"></a></li>
|
||
|
||
<li><a href="/v2.2/addons/uis/habpanel/readme.html">HABPanel</a></li>
|
||
|
||
<li><a href="/v2.2/addons/uis/paper/readme.html">Paper UI</a></li>
|
||
|
||
<hr />
|
||
<li><a href="/v2.2/addons/uis/apps/android.html">Android App</a></li>
|
||
<li><a href="/v2.2/addons/uis/apps/ios.html">iOS App</a></li>
|
||
<li><a href="/v2.2/addons/uis/apps/windows.html">Windows 10 App</a></li>
|
||
<hr />
|
||
<li><a href="/v2.2/addons/iconsets/classic/readme.html">Iconset (classic)</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="/v2.2/addons/persistence.html">Persistence</a>
|
||
<ul>
|
||
<li><a href="/v2.2/addons/persistence.html">Overview</a></li>
|
||
<hr />
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/persistence/influxdb/readme.html">InfluxDB (0.9 and newer)</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/persistence/jdbc/readme.html">JDBC</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/persistence/jpa/readme.html">Java Persistence API (JPA)</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/persistence/mapdb/readme.html">mapdb</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/persistence/mqtt/readme.html">MQTT</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/persistence/mysql/readme.html">MySQL</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/persistence/rrd4j/readme.html">rrd4j</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</ul>
|
||
</li>
|
||
<li><a href="/v2.2/addons/actions.html">Actions</a>
|
||
<ul>
|
||
<li><a href="/v2.2/addons/actions.html">Overview</a></li>
|
||
<hr />
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/actions/ecobee/readme.html">Ecobee</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/actions/mail/readme.html">Mail</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/actions/mios/readme.html">MiOS</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/actions/mqtt/readme.html">MQTT</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/actions/nma/readme.html">NotifyMyAndroid</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/actions/pebble/readme.html">Pebble</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/actions/prowl/readme.html">Prowl</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/actions/pushbullet/readme.html">Pushbullet</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/actions/pushover/readme.html">Pushover</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/actions/pushsafer/readme.html">Pushsafer</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/actions/satel/readme.html">Satel</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/actions/telegram/readme.html">Telegram</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/actions/twitter/readme.html">Twitter</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/actions/xbmc/readme.html">XBMC</a></li>
|
||
|
||
|
||
|
||
<li><a href="/v2.2/addons/actions/xmpp/readme.html">XMPP</a></li>
|
||
|
||
|
||
|
||
|
||
</ul>
|
||
</li>
|
||
<li><a href="/v2.2/addons/transformations.html">Transformations</a>
|
||
<ul>
|
||
<li><a href="/v2.2/addons/transformations.html">Overview</a></li>
|
||
<hr />
|
||
|
||
<li><a href="/v2.2/addons/transformations/exec/readme.html">Exec</a></li>
|
||
|
||
<li><a href="/v2.2/addons/transformations/javascript/readme.html">JavaScript</a></li>
|
||
|
||
<li><a href="/v2.2/addons/transformations/jsonpath/readme.html">JsonPath</a></li>
|
||
|
||
<li><a href="/v2.2/addons/transformations/map/readme.html">Map</a></li>
|
||
|
||
<li><a href="/v2.2/addons/transformations/regex/readme.html">RegEx</a></li>
|
||
|
||
<li><a href="/v2.2/addons/transformations/scale/readme.html">Scale</a></li>
|
||
|
||
<li><a href="/v2.2/addons/transformations/xpath/readme.html">XPath</a></li>
|
||
|
||
<li><a href="/v2.2/addons/transformations/xslt/readme.html">XSLT</a></li>
|
||
|
||
</ul>
|
||
</li>
|
||
<li><a href="/v2.2/addons/voices.html">Voice Services</a>
|
||
<ul>
|
||
<li><a href="/v2.2/addons/voices.html">Overview</a></li>
|
||
<hr />
|
||
|
||
<li><a href="/v2.2/addons/voices/mactts/readme.html">MacOS Text-to-Speech</a></li>
|
||
|
||
<li><a href="/v2.2/addons/voices/marytts/readme.html">Mary Text-to-Speech</a></li>
|
||
|
||
<li><a href="/v2.2/addons/voices/voicerss/readme.html">VoiceRSS Text-to-Speech</a></li>
|
||
|
||
</ul>
|
||
</li>
|
||
<hr />
|
||
<li><a href="/v2.2/addons/io.html">3rd Party Integration</a>
|
||
<ul>
|
||
<li><a href="/v2.2/addons/io.html">Overview</a></li>
|
||
<hr />
|
||
|
||
<li><a href="/v2.2/addons/ios/alexa-skill/readme.html">Amazon Alexa Skill</a></li>
|
||
|
||
<li><a href="/v2.2/addons/ios/dropbox/readme.html">Dropbox Synchronization</a></li>
|
||
|
||
<li><a href="/v2.2/addons/ios/gcal/readme.html">Google Calendar Scheduler</a></li>
|
||
|
||
<li><a href="/v2.2/addons/ios/homekit/readme.html">HomeKit Add-on</a></li>
|
||
|
||
<li><a href="/v2.2/addons/ios/hueemulation/readme.html">openHAB Hue Emulation</a></li>
|
||
|
||
<li><a href="/v2.2/addons/ios/imperihome/readme.html">ImperiHome integration service</a></li>
|
||
|
||
<li><a href="/v2.2/addons/ios/mycroft-skill/readme.html">Mycroft AI Skill</a></li>
|
||
|
||
<li><a href="/v2.2/addons/ios/openhabcloud/readme.html">openHAB Cloud Connector</a></li>
|
||
|
||
<hr />
|
||
<li><a href="/v2.2/configuration/restdocs.html">REST API</a></li>
|
||
<li><a href="/v2.2/configuration/eclipseiotmarket.html">Eclipse IoT Marketplace</a></li>
|
||
<li><a href="http://www.myopenhab.org/" target="_blank">IFTTT</a></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="/v2.2/administration/index.html">Advanced Functionality</a>
|
||
<ul>
|
||
<li><a href="/v2.2/administration/index.html">Overview</a></li>
|
||
<hr />
|
||
<li><a href="/v2.2/administration/console.html">Console</a></li>
|
||
<li><a href="/v2.2/administration/runtime.html">Runtime Commands</a></li>
|
||
<li><a href="/v2.2/administration/bundles.html">Bundle Management</a></li>
|
||
<li><a href="/v2.2/administration/logging.html">Logging</a></li>
|
||
<hr />
|
||
<li><a href="/v2.2/administration/jsondb.html">JsonDB Storage</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="/v2.2/appendix/help.html">Community Guidance</a>
|
||
<ul>
|
||
<li><a href="/v2.2/appendix/help.html">Finding Help & FAQs</a></li>
|
||
<li><a href="/v2.2/appendix/contributing.html">Contributing</a></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
<div id="versioning" class="row valign-wrapper">
|
||
<div class="col s12 right-align">
|
||
<ul id="dropdown-versioning" class="dropdown-content">
|
||
<li><a href="/v2.2/../addons/bindings.html">latest version</a></li>
|
||
<li><a href="/v2.2/addons/bindings.html">v2.2<i class="tiny material-icons right">lens</i></a></li>
|
||
<li><a href="/v2.2/../v2.1/addons/bindings.html">v2.1</a></li>
|
||
</ul>
|
||
<a class="btn dropdown-button grey lighten-1" href="#!" data-activates="dropdown-versioning" title="Select which version of this openHAB documentation article you want to read.">
|
||
Switch Article Version<i class="material-icons right">arrow_drop_down</i>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="content">
|
||
|
||
<h1 id="bindings">Bindings</h1>
|
||
|
||
<p>Bindings connect your smart home’s devices and technologies to openHAB.</p>
|
||
|
||
<table id="bindings-select" class="striped">
|
||
<tbody>
|
||
<tr>
|
||
<td width="20%">
|
||
<p>
|
||
<input type="checkbox" class="filled-in" id="oh2-checkbox" checked="checked" />
|
||
<label for="oh2-checkbox"><img src="/v2.2/images/tag-since-2x.svg" /></label>
|
||
</p>
|
||
</td>
|
||
<td>
|
||
<p>
|
||
Bindings developed for openHAB 2 use the <a href="https://www.eclipse.org/smarthome/" target="_blank">Eclipse SmartHome</a> APIs.
|
||
They support <a href="/v2.2/concepts/things.html">things and channels</a>, and many support automatic discovery of things.
|
||
These newer bindings can be the easiest to use.
|
||
</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>
|
||
<input type="checkbox" class="filled-in" id="oh1-checkbox" checked="checked" />
|
||
<label for="oh1-checkbox"><img src="/v2.2/images/tag-since-1x.svg" /></label>
|
||
</p>
|
||
</td>
|
||
<td>
|
||
<p>
|
||
Most bindings developed for openHAB 1 can also be used in openHAB 2.
|
||
These bindings are connected directly to <a href="/v2.2/concepts/items.html">items</a> by editing text files.
|
||
</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>
|
||
<input type="checkbox" class="filled-in" id="legacy-checkbox" />
|
||
<label for="legacy-checkbox"><img src="/v2.2/images/tag-install-legacy.svg" /></label>
|
||
</p>
|
||
</td>
|
||
<td>
|
||
<p>
|
||
A binding is considered legacy when another binding obsoletes it.
|
||
For many openHAB 1 bindings, there is a new openHAB 2 binding to replace it.
|
||
In order to install legacy bindings, enable "Include Legacy 1.x Bindings" through either the Paper UI or in the file <code>services/addons.cfg</code>.
|
||
</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>
|
||
<input type="checkbox" class="filled-in" id="manual-checkbox" />
|
||
<label for="manual-checkbox"><img src="/v2.2/images/tag-install-manual.svg" /></label>
|
||
</p>
|
||
</td>
|
||
<td>
|
||
<p>
|
||
Many openHAB 1 bindings 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 zip file <a href="https://bintray.com/openhab/mvn/download_file?file_path=org%2Fopenhab%2Fdistro%2Fopenhab%2F1.9.0%2Fopenhab-1.9.0-addons.zip">(1.9.0)</a>.
|
||
We need your help testing them so that they may be easily installed in a future distribution.
|
||
Please see the <a href="/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="bindings-overview" class="bordered addon-table">
|
||
<thead>
|
||
<tr>
|
||
<th data-field="label" width="20%">Name</th>
|
||
<th data-field="description">Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/airquality/readme.html"><img class="logo" src="/v2.2/images/addons/airquality.png" title="Air Quality" alt="Air Quality" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding uses the <a href="http://aqicn.org">AQIcn.org service</a> for providing air quality information for any location worldwide.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/akm8681/readme.html">AKM868</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>This binding is for users coming from the proprietary homeautomation-system ‘IP-Symcon’. If you have bought some hardware from them, you can use this binding to enable your AKM868 presence detection system.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/alarmdecoder1/readme.html"><img class="logo" src="/v2.2/images/addons/alarmdecoder.png" title="Alarm Decoder" alt="Alarm Decoder" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The <a href="http://www.alarmdecoder.com">Alarm Decoder</a> is a hardware adapter that interfaces with Ademco/Honeywell alarm panels. It acts essentially like a keypad, reading and writing messages on a serial bus that connects keypads with the main panel.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/allplay/readme.html"><img class="logo" src="/v2.2/images/addons/allplay.png" title="AllPlay" alt="AllPlay" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates devices compatible with <a href="https://www.qualcomm.com/products/allplay">Qualcomm AllPlay</a>.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/amazondashbutton/readme.html"><img class="logo" src="/v2.2/images/addons/amazondashbutton.png" title="Amazon Dash Button" alt="Amazon Dash Button" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The <a href="https://www.amazon.com/Dash-Buttons/b?node=10667898011">Amazon Dash Button</a> is a cheap and small Wi-Fi connected device to order products from Amazon with the simple press of a button.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/anel1/readme.html"><img class="logo" src="/v2.2/images/addons/anel.png" title="Anel NET-PwrCtrl" alt="Anel NET-PwrCtrl" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>Monitor and control Anel NET-PwrCtrl devices.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/asterisk1/readme.html"><img class="logo" src="/v2.2/images/addons/asterisk.png" title="Asterisk" alt="Asterisk" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>The Asterisk binding is used to enable communication between openhab and the free and open source PBX solution <a href="http://www.asterisk.org">Asterisk</a>. This binding detects incoming phone calls or if someone makes a phone call. In combination with other bindings (e.g., the Samsung TV Binding) you can display caller IDs on your TV.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/astro/readme.html">Astro</a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The Astro binding is used for calculating</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-legacy since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/astro1/readme.html">Astro</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-legacy.svg" />
|
||
</td>
|
||
<td><p>The Astro binding is used for calculating many <code class="highlighter-rouge">DateTime</code> and positional values for sun and moon and for scheduling of events.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/atlona/readme.html"><img class="logo" src="/v2.2/images/addons/atlona.png" title="Atlona" alt="Atlona" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates Atlona AT-UHD-PRO3 HdBaseT matrix switches <a href="http://www.atlona.com">Atlona AT-UHD-PRO3 HdBaseT matrix switches</a> into your openHAB installation.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/autelis/readme.html"><img class="logo" src="/v2.2/images/addons/autelis.png" title="Autelis Pool Control" alt="Autelis Pool Control" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>Autelis manufactures a network enabled pool interface for many popular pool systems.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/autelis1/readme.html"><img class="logo" src="/v2.2/images/addons/autelis.png" title="Autelis" alt="Autelis" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>Autelis manufactures a network enabled pool interface for many popular pool systems. See the <a href="http://www.autelis.com">Autelis website</a> and the <a href="http://www.autelis.com/wiki/index.php?title=Pool_Control_(PI)_HTTP_Command_Reference">Autelis Command Protocol</a> for more information.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/avmfritz/readme.html"><img class="logo" src="/v2.2/images/addons/avmfritz.png" title="AVM FRITZ!" alt="AVM FRITZ!" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The binding integrates the AHA ( <a href="http://avm.de/ratgeber/smart-home/">AVM Home Automation</a> ) system.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/benqprojector1/readme.html"><img class="logo" src="/v2.2/images/addons/benqprojector.png" title="BenQ Projector" alt="BenQ Projector" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>This binding is designed to interface with BenQ projectors that have an RS232 interface on them that accepts the commands documented by BenQ <a href="ftp://ftp.benq-eu.com/projector/benq_rs232_commands.pdf">here</a>.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/bigassfan/readme.html"><img class="logo" src="/v2.2/images/addons/bigassfan.png" title="BigAssFan" alt="BigAssFan" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The <a href="http://www.bigassfans.com/">BigAssFan</a> binding is used to enable communication between openHAB and Big Ass Fans’ Haiku family of residential fans that implement the SenseME technology.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/bluetooth1/readme.html"><img class="logo" src="/v2.2/images/addons/bluetooth.png" title="Bluetooth" alt="Bluetooth" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>The Bluetooth binding is used to connect openHAB with a Bluetooth device. With it, you can make openHAB react to Bluetooth devices that come in range of your network.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/boschindego/readme.html">Bosch Indego</a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This is the Binding for Bosch Indego Connect lawn mowers.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/bticino1/readme.html"><img class="logo" src="/v2.2/images/addons/bticino.png" title="Bticino" alt="Bticino" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The openHAB Bticino binding allows openHAB to connect to Bticino My Home Automation installations by OpenWebNet protocol.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/caldav-command1/readme.html">CalDAV Command</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding can be used to connect through the CalDAV Interface to calendars.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/caldav-personal1/readme.html">CalDAV Personal</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding can be used to connect through the CalDAV Interface to calendars.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/chromecast/readme.html"><img class="logo" src="/v2.2/images/addons/chromecast.png" title="Chromecast" alt="Chromecast" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The binding integrates Google Chromecast streaming devices.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/cm11a/readme.html">Cm11a (X10 controller)</a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The cm11a is a serial computer interface that allows a computer to control attached X10 modules.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/comfoair1/readme.html">ComfoAir</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding should be compatible with the Zehnder ComfoAir 350 ventilation system. ComfoAir 550 is untested but should supposedly use the same protocol. The same is true for the device WHR930 of StorkAir, G90-380 by Wernig and Santos 370 DC to Paul.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/configadmin1/readme.html">ConfigAdmin</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>With this binding it is possible to dynamically change settings that are defined in the Configuration Admin Manager of OSGi, where all configuration data are kept for openHAB. The various <code class="highlighter-rouge">.cfg</code> files are as such used to define the initial configuration, while you can use this binding to change values during runtime, simply by sending a command to an item.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/coolmasternet/readme.html"><img class="logo" src="/v2.2/images/addons/coolmasternet.png" title="CoolMasterNet" alt="CoolMasterNet" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The CoolMasterNet binding is used to control <a href="https://coolautomation.com/products/coolmasternet/">CoolMasterNet HVAC bridge devices</a>, using the ‘ASCII I/F’ plaintext TCP control protocol.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/cups1/readme.html"><img class="logo" src="/v2.2/images/addons/cups.png" title="CUPS" alt="CUPS" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>The openHAB CUPS binding allows interaction with printers and their print queues via a CUPS server.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/daikin1/readme.html"><img class="logo" src="/v2.2/images/addons/daikin.png" title="Daikin" alt="Daikin" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>The Daikin binding allows monitoring and control of a Daikin air conditioner or heat pump, through either the KKRP01A wired module or the BRP072A42 wireless module.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/davis1/readme.html"><img class="logo" src="/v2.2/images/addons/davis.png" title="Davis" alt="Davis" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>The openHAB Davis binding supports reading data from Davis weather stations. Most Davis weather stations should be supported.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/ddwrt1/readme.html"><img class="logo" src="/v2.2/images/addons/ddwrt.png" title="DD-WRT" alt="DD-WRT" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>The openHAB DD-WRT Binding allows interaction with a DD-WRT device.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/denon1/readme.html"><img class="logo" src="/v2.2/images/addons/denon.png" title="Denon" alt="Denon" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The openHAB Denon Binding allows interaction with Denon AV receivers. It should be compatible with previous generation receivers such as AVR-X2000/X3000, as well as current ones such as X2100W/X3100W.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/digitalstrom/readme.html"><img class="logo" src="/v2.2/images/addons/digitalstrom.png" title="digitalSTROM" alt="digitalSTROM" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates the <a href="http://www.digitalstrom.de/">digitalSTROM-System</a>.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/digitalstrom1/readme.html"><img class="logo" src="/v2.2/images/addons/digitalstrom.png" title="digitalSTROM" alt="digitalSTROM" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>The openHAB digitalSTROM binding allows interaction with digitalSTROM devices.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/diyonxbee1/readme.html"><img class="logo" src="/v2.2/images/addons/diyonxbee.png" title="DIYOnXBee" alt="DIYOnXBee" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>The openHAB DIYOnXBee binding allows interaction with self built (DIY) hardware that communicate via XBee modules.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/dlinksmarthome/readme.html"><img class="logo" src="/v2.2/images/addons/dlinksmarthome.png" title="D-Link Smart Home" alt="D-Link Smart Home" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>A binding for D-Link Smart Home devices.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/dmx/readme.html">DMX</a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The DMX binding integrates DMX devices. There are different output devices supported as well as Dimmers and Chasers.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-legacy since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/dmx1/readme.html">DMX</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-legacy.svg" />
|
||
</td>
|
||
<td><p>The openHAB DMX binding can control DMX devices like RGB LED strips, dimmers</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/dscalarm/readme.html"><img class="logo" src="/v2.2/images/addons/dscalarm.png" title="DSC Alarm" alt="DSC Alarm" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The DSC PowerSeries Alarm System is a popular do-it-yourself home security system, which can be monitored and controlled remotely through a standard web-browser or mobile device.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/dscalarm1/readme.html"><img class="logo" src="/v2.2/images/addons/dscalarm.png" title="DSC PowerSeries Alarm System" alt="DSC PowerSeries Alarm System" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>This binding mintors and controls the DSC PowerSeries Alarm System, utilizing the EyezOn Envisalink 3/2DS interface or the DSC IT-100 RS-232 interface.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/dsmr1/readme.html">DSMR</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The openHAB DSMR binding is targeted for Dutch users having a smart meter (‘Slimme meter’ in Dutch). Data of Dutch smart meters can be obtained via the P1-port. When connecting this port from a serial port the data can be read out.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/ebus1/readme.html"><img class="logo" src="/v2.2/images/addons/ebus.png" title="eBUS" alt="eBUS" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The eBUS binding allows you to control your heating system. The eBUS protocol is used by heating system vendors like Wolf, Vaillant, Kromschröder etc. You can read temperatures, pump performance, gas consumption etc.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/ecobee1/readme.html"><img class="logo" src="/v2.2/images/addons/ecobee.png" title="Ecobee" alt="Ecobee" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>Ecobee Inc. of Toronto, Canada, sells a range of Wi-Fi enabled thermostats, principally in the Americas. The EMS, EMS Si, Smart, Smart Si and ecobee3 models are supported by this binding, which communicates with the <a href="https://www.ecobee.com/home/developer/api/documentation/v1/index.shtml">Ecobee API</a> over a secure, RESTful API to Ecobee’s servers. Monitoring ambient temperature and humidity, changing HVAC mode, changing heat or cool setpoints, changing the backlight intensity, and even sending textual messages to one or a group of thermostats, can be accomplished through this binding.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/ecotouch1/readme.html"><img class="logo" src="/v2.2/images/addons/ecotouch.png" title="EcoTouch" alt="EcoTouch" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The openHAB EcoTouch binding allows interaction with a heat pump.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/ekey1/readme.html"><img class="logo" src="/v2.2/images/addons/ekey.png" title="ekey" alt="ekey" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p><a href="http://ekey.net/">ekey</a> is an Austrian company that provides biometric access-control solutions, more precisely fingerprint readers and corresponding controllers. This binding extends the functionality of the products <a href="http://ekey.net/ekey-home-en">ekey home</a> and <a href="http://ekey.net/ekey-multi-en">ekey multi</a>.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/energenie1/readme.html"><img class="logo" src="/v2.2/images/addons/energenie.png" title="Energenie" alt="Energenie" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The openHAB Energenie binding allows you to send commands to multiple Gembird energenie PMS-LAN power extenders.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/enocean1/readme.html"><img class="logo" src="/v2.2/images/addons/enocean.png" title="EnOcean" alt="EnOcean" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p><a href="https://www.enocean.com/en/">EnOcean</a> provides reliable and self-powered wireless sensor solutions for the Internet of Things. This binding allows openHAB to monitor and control EnOcean devices through the EnOcean USB 300 gateway.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/enphaseenergy1/readme.html"><img class="logo" src="/v2.2/images/addons/enphaseenergy.png" title="Enphase Energy" alt="Enphase Energy" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding is for people with <a href="http://enphase.com">Enphase Energy</a> microinverters used in their solar installation, which means every solar panel has its own inverter and can be monitored individually.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/epsonprojector1/readme.html"><img class="logo" src="/v2.2/images/addons/epsonprojector.png" title="Epson Projector" alt="Epson Projector" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding should be compatible with Epson projectors which support ESC/VP21 protocol over serial port.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/exec/readme.html">Exec</a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates the possibility to execute arbitrary shell commands.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-legacy since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/exec1/readme.html">Exec</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-legacy.svg" />
|
||
</td>
|
||
<td><p>Execute commands as you would enter on the command line, returning the output (possibly transformed) as the bound item’s state. Also, execute command lines in response to commands sent to bound items.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/expire1/readme.html">Expire</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The Expire binding will post an update or command that you specify (the ‘expire’ update/command) to items it is bound to after a period of time has passed. If you don’t specify an update or command, the default is to post an Undefined (<code class="highlighter-rouge">UnDefType.UNDEF</code>) update to the item.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/fatekplc1/readme.html"><img class="logo" src="/v2.2/images/addons/fatekplc.png" title="Fatek PLC" alt="Fatek PLC" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p><a href="http://fatek.com/en/prod.php?catId=1">Fatek PLC</a> is one kind of programmable logic controller. This binding support native Fatek protocol to communicate with PLC. For communication to PLC is used <a href="http://www.simplify4u.org/jfatek/">JFatek library</a>.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/feed/readme.html">Feed</a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding allows you to integrate feeds in the openHAB environment.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/feican/readme.html">Feican</a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding adds support for the Feican Wi-Fi version of the smart light led Bulb, the WiFi RGBW Bulb.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/fht1/readme.html">FHT</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>FHT is a range of devices produced by busware.de which allows to interact with various protocols and devices over radio frequencies. It’s also possible to build one on your own.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/folding/readme.html"><img class="logo" src="/v2.2/images/addons/folding.png" title="Folding@home" alt="Folding@home" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>Binding for the <a href="https://folding.stanford.edu/">Folding@home</a> distributed computing</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/freebox/readme.html"><img class="logo" src="/v2.2/images/addons/freebox.png" title="Freebox" alt="Freebox" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates the <a href="http://www.free.fr/adsl/freebox-revolution.html">Freebox Revolution</a> to your openHab installation.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/freebox1/readme.html"><img class="logo" src="/v2.2/images/addons/freebox.png" title="Freebox" alt="Freebox" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>This binding is intended for users of the French DSL operator Free, using Freebox Revolution (v6).</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/freeswitch1/readme.html"><img class="logo" src="/v2.2/images/addons/freeswitch.png" title="FreeSWITCH" alt="FreeSWITCH" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The FreeSWITCH Binding connects to a FreeSWITCH instance and can report on current active calls as well as show unread voicemails and if a MWI is on.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/fritzaha1/readme.html">Fritz AHA</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>This binding provides access to AVM Home Automation devices, such as the Fritz!DECT 200 connected to a Fritz!Box or the Fritz!Powerline 546E. It is designed to allow for multiple hosts, for instance using both a Fritz!Box and a Fritz!Powerline.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/fritzbox1/readme.html"><img class="logo" src="/v2.2/images/addons/fritzbox.png" title="Fritz!Box" alt="Fritz!Box" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding can be configured in the <code class="highlighter-rouge">services/fritzbox.cfg</code> file.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/fritzboxtr0641/readme.html">Fritzbox (using TR064 protocol)</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This is a binding for communication with AVM Fritz!Box using SOAP requests (TR064 protocol).</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/frontiersiliconradio1/readme.html"><img class="logo" src="/v2.2/images/addons/frontiersiliconradio.png" title="Frontier Silicon Radio" alt="Frontier Silicon Radio" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>This binding is for internet radios based on the <a href="http://www.frontier-silicon.com/digital-radio-solutions">Frontier Silicon chipset</a>.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/fs201/readme.html">FS20</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding enables support of sending and receiving FS20 messages via the CUL transport. You will need CULLite or similiar device from busware.de. This device needs to be flashed with the latest culfw firmware from culfw.de.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/fsinternetradio/readme.html"><img class="logo" src="/v2.2/images/addons/fsinternetradio.png" title="FS Internet Radio" alt="FS Internet Radio" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates internet radios based on the <a href="http://www.frontier-silicon.com/">Frontier Silicon chipset</a>.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/garadget1/readme.html"><img class="logo" src="/v2.2/images/addons/garadget.png" title="Garadget" alt="Garadget" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The <a href="http://garadget.com">Garadget</a> is cloud-based device that ‘futurizes’ your existing garage door opener, letting you open and close your garage door from anywhere, including via openHAB with this binding. Remote access is made possible with the <a href="https://www.particle.io/">particle.io</a> REST API.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/gardena/readme.html"><img class="logo" src="/v2.2/images/addons/gardena.png" title="Gardena" alt="Gardena" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This is the binding for <a href="http://www.gardena.com/de/rasenpflege/smartsystem/">Gardena Smart Home</a>.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/gc100ir1/readme.html">Global Cache IR</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This page describes the Global Cache IR binding (1.x), which allows openHAB items to send commands to the corresponding IR devices from one or more instances of Global Cache.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/globalcache/readme.html"><img class="logo" src="/v2.2/images/addons/globalcache.png" title="GlobalCache" alt="GlobalCache" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The <a href="http://www.globalcache.com">GlobalCache</a> binding is used to enable communication between openHAB and GlobalCache <a href="http://www.globalcache.com/products/gc-100/">GC-100</a> and <a href="http://www.globalcache.com/products/itach/">iTach</a> family of devices.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/gpio1/readme.html">GPIO</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>This binding is for the local GPIO subsystem. It is currently only exposed to user space by <a href="https://www.kernel.org/doc/Documentation/gpio/sysfs.txt">Linux GPIO framework</a>. Being based on a kernel implementation, it’s hardware agnostic and works on different boards without modification (this is on theory only, not all existing boards can be tested).</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/harmonyhub/readme.html">Logitech Harmony Hub</a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The Harmony Hub binding is used to enable communication between openHAB2 and multiple Logitech Harmony Hub devices.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/harmonyhub1/readme.html">Harmony Hub</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>The Harmony Hub binding is used to enable communication between openHAB and one or more Logitech Harmony Hub devices. The API exposed by the Harmony Hub is relatively limited, but it does allow for reading the current activity as well as setting the activity and sending device commands.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/hdanywhere/readme.html"><img class="logo" src="/v2.2/images/addons/hdanywhere.png" title="HDanywhere" alt="HDanywhere" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates with <a href="http://www.hdanywhere.co.uk">HDanywhere</a> HDMI matrices.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/hdanywhere1/readme.html"><img class="logo" src="/v2.2/images/addons/hdanywhere.png" title="HDanywhere" alt="HDanywhere" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p><a href="http://www.hdanywhere.co.uk">HDanywhere</a> is a manufacturer of multiroom/distributed audio/video equipment. This binding supports their V3 of the Multiroom+ HDMI matrix running firmware V1.2(20131222). These matrices support the highest HD resolutions, including 1080p 3D & 4K, use a single Cat5e/6/7 wiring structure with reliable performance up to 100m, have IR passback to allow you to select and control what you watch from every room and are fully compatible with universal remote controls.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/hdpowerview/readme.html"><img class="logo" src="/v2.2/images/addons/hdpowerview.png" title="Hunter Douglas PowerView" alt="Hunter Douglas PowerView" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This is an openHAB binding for the <a href="http://www.hunterdouglas.com/operating-systems/powerview-motorization/support">Hunter Douglas PowerView Motorized Shades</a> via the PowerView Hub.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/heatmiser1/readme.html"><img class="logo" src="/v2.2/images/addons/heatmiser.png" title="Heatmiser" alt="Heatmiser" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The Heatmiser binding allows you to control Heatmiser RS-422 network thermostats (also sold under other names). The binding communicates via TCP/IP to an RS-422 adaptor that links to the thermostats.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/hms1/readme.html">HMS</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>This binding enables support of receiving HMS messages via the CUL transport.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/homematic/readme.html"><img class="logo" src="/v2.2/images/addons/homematic.png" title="Homematic" alt="Homematic" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This is the binding for the <a href="http://www.eq-3.de/">eQ-3 Homematic Solution</a>.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-legacy since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/homematic1/readme.html"><img class="logo" src="/v2.2/images/addons/homematic.png" title="Homematic" alt="Homematic" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-legacy.svg" />
|
||
</td>
|
||
<td><p>This is the binding for the <a href="http://www.eq-3.de/">eQ-3 Homematic Solution</a>.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/horizon1/readme.html">Horizon mediabox</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>This binding supports the horizon mediabox used by cable companies in the Netherlands and some other countries. The box is manufactured by Samsung and known as SMT-G7400 and SMT-G7401. This binding is tested with the SMT-G7401 but should also work with the SMT-G7400. The binding only works when your box is connected to your home network. When you are able to use the HorizonGo remote control app, you should also be able to use this binding.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/http1/readme.html"><img class="logo" src="/v2.2/images/addons/http.png" title="HTTP" alt="HTTP" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>If you want to have openHAB request a URL when commands are sent to items, or have it poll a given URL frequently and update items’ states, install and configure this binding.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/hue/readme.html"><img class="logo" src="/v2.2/images/addons/hue.png" title="Philips Hue" alt="Philips Hue" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates the <a href="http://www.meethue.com">Philips Hue Lighting system</a>.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/hue1/readme.html"><img class="logo" src="/v2.2/images/addons/hue.png" title="Hue" alt="Hue" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>This binding connects openHAB to your Philips Hue lighting system.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/icloud/readme.html">iCloud</a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The Apple <a href="https://www.apple.com/icloud/">iCloud</a> is used to retrieve data such as the battery level or current location of one or multiple Apple devices connected to an iCloud account.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/iec6205621meter1/readme.html">IEC 62056-21 Meter</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>This binding is used to communicate to metering devices supporting serial communication according IEC 62056-21 mode C master. It can be used to read metering data from slaves such as gas, water, heat, or electricity meters.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/ihc1/readme.html">IHC / ELKO</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding is for the ‘Intelligent Home Control’ building automation system originally made by LK, but now owned by Schneider Electric and sold as ‘IHC Intelligent Home Control’. It is based on a star-configured topology with wires to each device. The system is made up of a central controller and up to 8 input modules and 16 output modules. Each input module can have 16 digital inputs and each output module 8 digital outputs, resulting in a total of 128 input and 128 outputs per controller.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/insteonhub1/readme.html">Insteon Hub</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>DO NOT USE THIS BINDING. The InsteonHub binding is outdated and no longer supported. Use the InsteonPLM binding instead.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/insteonplm1/readme.html"><img class="logo" src="/v2.2/images/addons/insteonplm.png" title="Insteon PLM" alt="Insteon PLM" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>Insteon is a home area networking technology developed primarily for connecting light switches and loads. Insteon devices send messages either via the power line, or by means of radio frequency (RF) waves, or both (dual-band). A considerable number of Insteon compatible devices such as switchable relays, thermostats, sensors etc are available. More about Insteon can be found on <a href="http://en.wikipedia.org/wiki/Insteon">Wikipedia</a>.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/intertechno1/readme.html">Intertechno</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>You can send intertechno in every mode. I.e., if you are using the CUL in slow RF mode or BidCos mode you can still send intetechno commands. The firmware will take care of switching to intertechno mode, sending the command and switching back.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/ipp/readme.html">IPP</a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates printers, which implement the Internet Printing protocol (IPP). This is the successor of the CUPS binding.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/ipx8001/readme.html">IPX800</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>IPX800 is a 8 relay webserver from gce-electronics with a lot of possibilities:</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/irtrans1/readme.html">IRTrans</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding communicates with the <a href="http://www.irtrans.de">IRTrans</a> infrared emitter/transceiver.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/isy1/readme.html">ISY</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>This is a openHAB binding for the Universal Devices ISY 994i router and PLM. Universal Devices offers a Java SDK for</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/jeelink/readme.html">Jeelink</a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates JeeLink USB RF receivers.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/jointspace1/readme.html">jointSPACE</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The jointSPACE binding lets you control your Philips TV that is compatible with the <a href="http://jointspace.sourceforge.net/projectdata/documentation/jasonApi/index.html">jointSPACE JSON API</a> over Ethernet.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/k80551/readme.html">Velleman k8055 USB IO Board</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>This binding allows you to integrate a <a href="http://www.vellemanusa.com/products/view/?country=us&lang=enu&id=500349">Velleman k8055 USB IO Board</a> with openHAB.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/keba/readme.html"><img class="logo" src="/v2.2/images/addons/keba.png" title="Keba" alt="Keba" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates the <a href="http://www.keba.com">Keba KeContact EV Charging Stations</a>.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/km2001/readme.html">KM200</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>The KM200 Binding is communicating with a <a href="https://www.buderus.de/de/produkte/catalogue/alle-produkte/7719_gateway-logamatic-web-km200-km100-km50">Buderus Logamatic web KM200 / KM100 / KM50</a>. It is possible to receive and send parameters like string or float values.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/knx1/readme.html"><img class="logo" src="/v2.2/images/addons/knx.png" title="KNX" alt="KNX" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The openHAB KNX binding allows one to connect to <a href="http://www.knx.org/">KNX Home Automation</a> installations. Switching lights on and off, activating your roller shutters or changing room temperatures are only some examples.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/kodi/readme.html"><img class="logo" src="/v2.2/images/addons/kodi.png" title="Kodi" alt="Kodi" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p><a href="https://kodi.tv">Kodi</a> (formerly known as XBMC) is an free and open source (GPL) software media center for playing videos, music, pictures, games, and more.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/kostalinverter/readme.html"><img class="logo" src="/v2.2/images/addons/kostalinverter.png" title="Kostal Inverter" alt="Kostal Inverter" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>Scrapes the web interface of the inverter for the metrics of the supported channels below.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/koubachi1/readme.html"><img class="logo" src="/v2.2/images/addons/koubachi.png" title="Koubachi" alt="Koubachi" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The <a href="http://www.koubachi.com">Koubachi</a> Services help everybody without a green thumb to be a perfect gardener. All plants can be registered on their really nice website (or through iPhone/iPad App) to tell you when and how to care for your plants. Furthermore they offer a dedicated hardware, the WIFI Plant Sensor. This wireless device measures vital parameters and determines the vitality of your plants.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/lcn1/readme.html"><img class="logo" src="/v2.2/images/addons/lcn.png" title="LCN" alt="LCN" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding connects to one or more LCN-PCHK instances via TCP/IP. <strong>This means 1 unused LCN-PCHK license is required!</strong></p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/lgtv1/readme.html"><img class="logo" src="/v2.2/images/addons/lgtv.png" title="LG TV" alt="LG TV" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding supports LG TV models with Netcast 3.0 and Netcast 4.0 (Model years 2012 & 2013), and with LG TVs which support the UDAP 2.0 protocol over Ethernet. See <a href="http://developer.lgappstv.com/TV_HELP/topic/lge.tvsdk.references.book/html/UDAP/UDAP/UDAP%20Specifications%20For%20Second%20Screen%20TV%20and%20Companion%20Apps.htm">‘UDAP Specifications (For Second Screen TV and Companion Apps)’</a>.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/lgtvserial/readme.html">LG TV control using serial protocol</a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding can send some commands typically used by LG LCD TVs (and some used by projectors).</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/lgwebos/readme.html">LG webOS</a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The binding integrates LG WebOS based smart TVs.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/lifx/readme.html"><img class="logo" src="/v2.2/images/addons/lifx.png" title="LIFX" alt="LIFX" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates the <a href="http://www.lifx.com/">LIFX LED Lights</a>. All LIFX lights are directly connected to the WLAN and the binding communicates with them over a UDP protocol.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/lightwaverf1/readme.html">LightwaveRF</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>This binding supports the LightwaveRF products using the LightwaveRF Wifi Link that is available as part of that range.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/lirc/readme.html"><img class="logo" src="/v2.2/images/addons/lirc.png" title="LIRC" alt="LIRC" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates infrared transceivers through <a href="http://www.lirc.org">LIRC</a> or <a href="http://winlirc.sourceforge.net">WinLIRC</a>.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/loxone/readme.html"><img class="logo" src="/v2.2/images/addons/loxone.png" title="Loxone" alt="Loxone" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates <a href="https://www.loxone.com/enen/products/miniserver-extensions/">Loxone Miniserver</a> with <a href="http://www.openhab.org/">openHAB</a>.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/lutron/readme.html"><img class="logo" src="/v2.2/images/addons/lutron.png" title="Lutron" alt="Lutron" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates with <a href="http://www.lutron.com">Lutron</a> light control systems.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/mailcontrol1/readme.html">MailControl</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>This binding provides possibility to receive commands sent via email in JSON format.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/max/readme.html"><img class="logo" src="/v2.2/images/addons/max.png" title="MAX!" alt="MAX!" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This is the binding for the <a href="http://www.eq-3.de/">eQ-3 MAX! Home Solution</a>.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/maxcube1/readme.html">MAX!Cube</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>The MAX!Cube binding allows openHAB to connect to <a href="http://www.elv.de/max-cube-lan-gateway.html">(ELV) MAX!Cube Lan Gateway</a> installations. The binding allows openHAB to communicate with the MAX! devices through the MAX!Cube Lan Gateway.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/maxcul1/readme.html">MAX!CUL</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The aim of this binding is to allow the connection from openHAB to MAX! devices (wall thermostat/radiator valves) using the <a href="http://busware.de/tiki-index.php?page=CUL">CUL USB dongle</a> rather than the MAX!Cube. This should allow greater control over the devices than the cube offers as all interaction is handled manually.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/mcp230171/readme.html">MCP23017</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>This binding provides native access for MCP23017 16 bit bidirectional I/O expander on I2C bus. Please consider datasheet for IC for future information.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/mcp34241/readme.html">MCP3424</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>This binding provides native access for MCP3424 18-bit delta sigma ADC on I2C bus. Please consider datasheet for IC for future information. The binding should work with MCP3422 and MCP3423 also, but was not tested due to lack of hardware.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/meteostick/readme.html">Meteostick</a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This is the binding for the <a href="http://www.smartbedded.com/wiki/index.php/Meteostick">Meteostick</a> weather receiver dongle.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/miele/readme.html"><img class="logo" src="/v2.2/images/addons/miele.png" title="Miele@home" alt="Miele@home" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates Miele@home appliances.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/mihome/readme.html"><img class="logo" src="/v2.2/images/addons/mihome.png" title="Xiaomi Mi Smart Home" alt="Xiaomi Mi Smart Home" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding allows your openHAB to communicate with the Xiaomi Smart Home Suite.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/milight/readme.html">Milight/Easybulb/Limitless</a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding is for using your Milight, Easybulb or LimitlessLed bulbs and the iBox.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-legacy since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/milight1/readme.html">Milight</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-legacy.svg" />
|
||
</td>
|
||
<td><p>The Milight binding allows openHAB to send commands to multiple Milight bridges.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/minecraft/readme.html"><img class="logo" src="/v2.2/images/addons/minecraft.png" title="Minecraft" alt="Minecraft" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates Minecraft with openHAB through the <a href="https://github.com/ibaton/bukkit-openhab-plugin/releases/download/1.5/OHMinecraft.jar">spigot plugin</a> (<a href="https://github.com/ibaton/bukkit-openhab-plugin/tree/master">sources</a>).</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/mios1/readme.html">MiOS Bridge</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding exposes read, and read-command, access to Devices controlled by a MiOS Home Automation controller, such as those seen at http://getvera.com.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/mochadx101/readme.html">Mochad X10</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding makes it possible to control X10 devices via a server running the <a href="http://sourceforge.net/projects/mochad/">Mochad X10 daemon by mmauka</a>. Mochad is a Linux TCP gateway daemon for the X10 CM15A RF (radio frequency) and PL (power line) controller and the CM19A RF controller.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/modbus1/readme.html"><img class="logo" src="/v2.2/images/addons/modbus.png" title="Modbus" alt="Modbus" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The binding supports both TCP and Serial slaves. RTU, ASCII and BIN variants of Serial Modbus are supported.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/mpd1/readme.html">MPD</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p><a href="http://www.musicpd.org/">Music Player Daemon (MPD)</a> is a flexible, powerful, server-side application for playing music. Through plugins and libraries it can play a variety of sound files while being controlled by its network protocol.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/mqtt1/readme.html"><img class="logo" src="/v2.2/images/addons/mqtt.png" title="MQTT" alt="MQTT" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding allows openHAB to act as an MQTT client, so that openHAB items</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/mqttitude1/readme.html"><img class="logo" src="/v2.2/images/addons/mqttitude.png" title="OwnTracks (formerly MQTTitude)" alt="OwnTracks (formerly MQTTitude)" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p><a href="http://owntracks.org">OwnTracks</a>, formerly known as <em>MQTTitude</em>, was developed as a replacement for the old Google Latitude service. However it is slightly different (better) in that all your location data is private - i.e. there is no 3rd party server somewhere collecting and storing your data. Instead each time your device publishes its location, it is sent to an <a href="http://mqtt.org/">MQTT</a> broker of your choice.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/myq1/readme.html">Chamberlain MyQ</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p><a href="http://www.chamberlain.com/smartphone-control-products/myq-smartphone-control">Chamberlain MyQ</a> system allows you to connect your garage door to the internet to be controlled from anywhere using your smartphone. Using this API, The Chamberlain MyQ Binding can get the status of your garage door opener and send commands to open or close it.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/mystromecopower1/readme.html">Mystrom Eco Power</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>The openHAB Mystrom binding allows you to send commands to Mystrom Eco Power Switches, receive consumption numbers and states of devices.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/neohub1/readme.html">NeoHub</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The NeoHub binding allows you to connect openhab via TCP/IP to Heatmiser’s NeoHub and integrate your NeoStat thermostats onto the bus.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/nest/readme.html"><img class="logo" src="/v2.2/images/addons/nest.png" title="Nest" alt="Nest" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The Nest binding integrates devices by <a href="https://nest.com">Nest</a> using the <a href="https://developers.nest.com/documentation/cloud/get-started">Nest API</a> (REST).</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-legacy since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/nest1/readme.html"><img class="logo" src="/v2.2/images/addons/nest.png" title="Nest" alt="Nest" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-legacy.svg" />
|
||
</td>
|
||
<td><p><a href="https://nest.com/">Nest Labs</a> developed/acquired the Wi-Fi enabled Nest Learning Thermostat, the Nest Protect Smoke+CO detector, and the Nest Cam. These devices are supported by this binding, which communicates with the Nest API over a secure, RESTful API to Nest’s servers. Monitoring ambient temperature and humidity, changing HVAC mode, changing heat or cool setpoints, monitoring and changing your ‘home/away’ status, and monitoring your Nest Protects and Nest Cams can be accomplished through this binding.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/netatmo/readme.html"><img class="logo" src="/v2.2/images/addons/netatmo.png" title="Netatmo" alt="Netatmo" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The Netatmo binding integrates the following Netatmo products:</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-legacy since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/netatmo1/readme.html"><img class="logo" src="/v2.2/images/addons/netatmo.png" title="Netatmo" alt="Netatmo" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-legacy.svg" />
|
||
</td>
|
||
<td><p>The Netatmo binding integrates the Netatmo Personal Weather Station into openHAB. Its different modules allow you to measure temperature, humidity, air pressure, carbon dioxide concentration in the air, as well as the ambient noise level.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/network/readme.html">Network</a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding allows to check, whether a device is currently available on the network.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-legacy since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/networkhealth1/readme.html">Network Health</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-legacy.svg" />
|
||
</td>
|
||
<td><p>This binding allows openHAB to check whether a device is currently available on the network.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/networkupstools1/readme.html">Network UPS Tools</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The primary goal of the <a href="http://www.networkupstools.org/">Network UPS Tools</a> (NUT) project is to provide support for power devices, such as uninterruptible power supplies (UPS), Power Distribution Units and Solar Controllers.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/nibeheatpump1/readme.html">Nibe Heatpump</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The Nibe heat pump binding is used to get live data from from Nibe heat pumps without using a Modbus adapter (but instead using an Arduino UNO and RS485 and Ethernet shields). This binding should be compatible with at least the F1145 and F1245 heat pump models.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/nikobus1/readme.html">Nikobus</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding allows openHAB to interact with the <a href="http://www.niko.eu/enus/niko/products/home-automation-with-nikobus/">Nikobus</a> home automation system.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/nikohomecontrol/readme.html"><img class="logo" src="/v2.2/images/addons/nikohomecontrol.png" title="Niko Home Control" alt="Niko Home Control" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The Niko Home Control binding integrates with a <a href="http://www.nikohomecontrol.be/">Niko Home Control</a> system through a Niko Home Control IP-interface.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/novelanheatpump1/readme.html">Novelan/Luxtronic Heat Pump</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding was originally created for the Novelan heat pump. Since the Novelan control unit is based on the Luxtronic 2 contol unit of Alpha Innotec, this binding should work with all heat pumps that use this type of controller.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/ntp/readme.html">NTP</a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The NTP binding is used for displaying the local date and time based update from an NTP server.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/ntp1/readme.html">Network Time Protocol (NTP)</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>The <a href="https://en.wikipedia.org/wiki/Network_Time_Protocol">Network Time Protocol</a> (NTP) Binding is used to query an NTP server you configure for the current time, within tens of milliseconds of accurary. Items in openHAB will receive these updates.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/oceanic/readme.html"><img class="logo" src="/v2.2/images/addons/oceanic.png" title="Oceanic" alt="Oceanic" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates the Oceanic water softener and management system (www.oceanic.be).</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/omnilink1/readme.html">HAI/Leviton Omni and Lumina</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>The HAI/Leviton Omni is a popular home automation system in the US. At its core, the Omni is a hardware board that provides security and access features. It connects to many other devices through serial ports or relays and exposes them through a single TCP based API.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/onebusaway/readme.html"><img class="logo" src="/v2.2/images/addons/onebusaway.png" title="OneBusAway" alt="OneBusAway" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p><a href="https://onebusaway.org/">OneBusAway</a> is an open source, real-time, transit-information service. This binding allows you to get events based on transit arrival and departures, so you can create rules to do something based on that data.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/onewire1/readme.html">OneWire</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The OneWire bus system is a lightweight and inexpensive bus system mostly used for sensors (eg. temperature, humidity, counters and presence). There are also switches available. The binding is designed to work as a client of the <a href="http://owfs.org/index.php?page=owserver_protocol">ow-server</a> which implements the <a href="http://owfs.org/index.php?page=owserver-protocol">owserver-protocol</a>. The OneWire devices could be connected to the machine running ow-server by a USB adapter such as ds9490r or a serial adapter. For detailed information on OneWire please refer to http://en.wikipedia.org/wiki/One_wire or http://owfs.org.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/onkyo/readme.html"><img class="logo" src="/v2.2/images/addons/onkyo.png" title="Onkyo" alt="Onkyo" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates the Onkyo AV receivers.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-legacy since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/onkyo1/readme.html"><img class="logo" src="/v2.2/images/addons/onkyo.png" title="Onkyo AV Receiver" alt="Onkyo AV Receiver" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-legacy.svg" />
|
||
</td>
|
||
<td><p>This binding is compatible with Onkyo AV receivers which support ISCP (Integra Serial Control Protocol) over Ethernet (eISCP) and serial ports.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/openenergymonitor1/readme.html">Open Energy Monitor</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The <a href="http://openenergymonitor.org">Open Energy Monitor</a> binding is used to get live data from open energy monitor devices.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/openpaths1/readme.html">OpenPaths</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p><a href="https://openpaths.cc/%E2%80%8E">OpenPaths</a> is an app you can install on your Android or iOS device which will periodically upload your location to the OpenPaths servers. Using the OpenPaths binding, openHAB will periodically request your latest location data from the OpenPaths servers and calculate your presence relative to a specified location (usually your home).</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/opensprinkler/readme.html"><img class="logo" src="/v2.2/images/addons/opensprinkler.png" title="OpenSprinkler" alt="OpenSprinkler" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding allows allows basic control of the OpenSprinkler and OpenSprinkler PI (Plus) devices.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/opensprinkler1/readme.html"><img class="logo" src="/v2.2/images/addons/opensprinkler.png" title="OpenSprinkler" alt="OpenSprinkler" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>This binding is compatible with with both the <a href="http://opensprinkler.com">OpenSprinkler</a> and <a href="http://pi.opensprinkler.com">OpenSprinkler Pi</a> hardware. In other words, this binding supports communicating to the OpenSprinkler and OpenSprinkler Pi using HTTP (as long as you have the interval program installed), or directly via GPIO when using the OpenSprinkler Pi.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/orvibo/readme.html"><img class="logo" src="/v2.2/images/addons/orvibo.png" title="Orvibo" alt="Orvibo" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates Orvibo devices that communicate using UDP.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/owserver1/readme.html">OWServer</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding reads values from 1-wire devices connected to an <a href="http://www.embeddeddatasystems.com/OW-SERVER-1-Wire-to-Ethernet-Server-Revision-2_p_152.html">OW-SERVER</a> (both Rev. 1 and 2).</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/panasonictv1/readme.html">Panasonic TV</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding supports Panasonic TVs. It should be compatible with most up-to-date Panasonic Smart-TVs.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/panstamp1/readme.html">panStamp</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>panStamp are low-power wireless modules programmable from Arduino. The panStamp binding enables openHAB to connect to a network of panStamp devices.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/piface1/readme.html">Piface</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>A Piface extension board is attached to a Raspberry Pi via the GPIO connector. It has 8 digital input and 8 digital output pins. It is not possible to set the value of input pins, or read the value of output pins. There is plenty of documentation on the web about the Piface board and how it can be used.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/pilight1/readme.html">pilight</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>The pilight binding allows openHAB to communicate with a <a href="http://www.pilight.org/">pilight</a> instance running pilight version 6.0 or greater.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/pioneeravr/readme.html"><img class="logo" src="/v2.2/images/addons/pioneeravr.png" title="PioneerAVR Configuration" alt="PioneerAVR Configuration" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The binding can auto-discover the Pioneer AVRs present on your local network.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/pioneeravr1/readme.html"><img class="logo" src="/v2.2/images/addons/pioneeravr.png" title="Pioneer AV Receiver (1.x)" alt="Pioneer AV Receiver (1.x)" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>This binding allows openHAB to remotely control a Pioneer AV receiver equipped with an Ethernet interface. It enables openHAB to switch ON/OFF the receiver, adjust the volume, set the input source and configure most other parameters.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/plcbus1/readme.html">PLCBus</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>Currently only ‘One phase mode’ of the PLCBus protocol is supported.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/plclogo1/readme.html">PLCLogo</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>This binding provides native support of Siemens Logo! PLC devices. Communication with Logo is done via Moka7 library. Currently only two devices are supported: 0BA7 (Logo! 7) and 0BA8 (Logo! 8). Additionally multiple devices are supported. Different families of Logo! devices should work also, but was not tested now due to lack of hardware.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/plex1/readme.html"><img class="logo" src="/v2.2/images/addons/plex.png" title="Plex" alt="Plex" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding supports multiple clients connected to a <a href="http://plex.tv">Plex Media Server</a>. With this binding, it’s possible to dim your lights when a video starts playing, for example. Here’s a <a href="https://www.youtube.com/watch?v=igAUFCZ-zXc">short demo video</a>.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/plugwise/readme.html"><img class="logo" src="/v2.2/images/addons/plugwise.png" title="Plugwise" alt="Plugwise" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The Plugwise binding adds support to openHAB for <a href="https://www.plugwise.com">Plugwise</a> ZigBee devices using the Stick.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-legacy since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/plugwise1/readme.html"><img class="logo" src="/v2.2/images/addons/plugwise.png" title="Plugwise" alt="Plugwise" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-legacy.svg" />
|
||
</td>
|
||
<td><p>The Plugwise binding adds support to openHAB for <a href="https://www.plugwise.com">Plugwise</a> ZigBee devices using the Stick.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/powerdoglocalapi1/readme.html">PowerDog Local API</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>This is an openHAB binding for an <a href="http://www.eco-data.de/produkte.html">eco-data PowerDog</a>. It supports the <a href="http://api.power-dog.eu/documentation/">PowerAPI Local Device API</a> in the only available revision <a href="http://api.power-dog.eu/documentation/DOCUMENATION/PowerAPI%20Local%20Device%20API%20Description_v0.b.pdf">v0.b</a>.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/powermax1/readme.html">Visonic Powermax</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>Visonic produces the Powermax alarm panel series (PowerMax, PowerMax+, PowerMaxExpress, PowerMaxPro and PowerMaxComplete) and the Powermaster alarm series (PowerMaster 10 and PowerMaster 30). This binding allows you to control the alarm panel (arm/disarm) and allows you to use the Visonic sensors (movement, door contact, …) within openHAB.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/primare1/readme.html">Primare</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p><a href="http://www.primare.se">Primare AB</a> is a Swedish manufacturer of hi-fi and audio and video products such as amplifiers, disc players and tuners. Older Primare devices are equipped with a RS-232 serial control interface. Communication is asynchronous, an external control device connected to the serial interface has no way of differentiating between status messages triggered by external RS-232 commands or, say, manual operation using the front panel controls.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/pulseaudio/readme.html"><img class="logo" src="/v2.2/images/addons/pulseaudio.png" title="Pulseaudio" alt="Pulseaudio" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates pulseaudio devices.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/pulseaudio1/readme.html"><img class="logo" src="/v2.2/images/addons/pulseaudio.png" title="Pulseaudio" alt="Pulseaudio" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>This binding allows openHAB to monitor and control pulseaudio servers.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/regoheatpump/readme.html">RegoHeatPump</a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The Rego heat pump binding supports:</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/rfxcom/readme.html"><img class="logo" src="/v2.2/images/addons/rfxcom.png" title="RFXCOM" alt="RFXCOM" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates large number of sensors and actuators from several different manufactures through <a href="http://www.rfxcom.com">RFXCOM transceivers</a>.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/rfxcom1/readme.html"><img class="logo" src="/v2.2/images/addons/rfxcom.png" title="RFXCOM" alt="RFXCOM" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>The binding should be compatible at least with RFXtrx433 USB 433.92MHz transceiver, which contains both receiver and transmitter functions. The RFXtrx433E is fully compatible with the RFXtrx433, and has in addition the possibility to transmit RFY (Somfy RTS) RF command at the frequency used by Somfy.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/rme/readme.html">RME</a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates the RME RainManager rain water pump and management system</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/rotelra1x/readme.html">Rotel Amplifier</a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>Connects to a Rotel RA11 or RA12 integrated amplifier via a serial (RS232) interface. The Rotel amplifiers supported by this binding also include an integrated DAC unit. To use the binding, connect a serial cable between the amplifier and the computer running openHAB.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/rpircswitch1/readme.html">Raspberry Pi RC Switch</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>This binding enables the management of remote controlled (RC) switches via a 433-MHz transmitter connected to a Raspberry Pi. It can be used with a 433-MHz transmitter connected to a Raspberry Pi as described in <a href="https://www.raspberrypi.org/forums/viewtopic.php?f=37&t=66946">this assembly instruction</a>.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/russound/readme.html"><img class="logo" src="/v2.2/images/addons/russound.png" title="Russound" alt="Russound" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding provides integration with any Russound system that support the RIO protocol (all MCA systems, all X systems). This binding provides compatibility with RIO Protocol v1.10. The protocol document can be found in the Russound Portal (‘RIO Protocol for 3rd Party Integrators.pdf’). Please update to the latest firmware to provide full compatibility with this binding. This binding does provide full feedback from the Russound system if events occur outside of openHAB (such as keypad usage).</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/rwesmarthome1/readme.html">RWE SmartHome</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding allows openHAB to be integrated <a href="https://www.rwe-smarthome.de/">RWE SmartHome</a> software previous to version 2.0. It uses an unofficial interface, which is limited in some cases, as explained below. As the interface has some delay and polling is needed to receive all changes from the RWE SmartHome Central (SHC), it may take one or two seconds until a device finally responds. However, this is tolerable in most cases as time critical rules can be done in the RWE Smarthome Central itself.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/sagercaster1/readme.html">Sager Weathercaster</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>The Sager Weathercaster is a scientific instrument for accurate prediction of the weather. <strong>This binding is currently incompatible with openHAB 2.</strong></p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/sallegra1/readme.html">Sallegra</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>The Sallegra binding supports the Sallegra Dimmer DA-ET-4, Sallegra Relay R-ET-4 and Sallegra Input ADI-ET-8/8.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/samsungac1/readme.html">Samsung Air Conditioner</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding should be compatible with Samsung Smart Air Conditioner models.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/samsungtv/readme.html"><img class="logo" src="/v2.2/images/addons/samsungtv.png" title="Samsung TV" alt="Samsung TV" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates the <a href="http://www.samsung.com">Samsung TV’s</a>.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/samsungtv1/readme.html"><img class="logo" src="/v2.2/images/addons/samsungtv.png" title="Samsung TV" alt="Samsung TV" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>This binding should be compatible with Samsung TV models which support Apple and Android remote applications.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/sapp1/readme.html">Picnet Sapp</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The openHAB Sapp binding connects to <a href="http://www.sinthesi.com">Picnet</a> Home Automation installations. The binding supports multi master configuration as well.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/satel1/readme.html">Satel Integra Alarm System</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The Satel Integra Alarm System allows openHAB to connect to your alarm system via TCP/IP network with ETHM-1 module installed, or via RS-232 serial port with INT-RS module installed.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/sensebox/readme.html"><img class="logo" src="/v2.2/images/addons/sensebox.png" title="senseBox" alt="senseBox" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The senseBox binding integrates environment data from the <a href="https://sensebox.de/">senseBox</a></p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/serial1/readme.html">Serial</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The Serial binding allows openHAB to communicate in ASCII over serial ports attached to the openHAB server.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/serialbutton/readme.html">Serial Button</a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This is a binding for probably one of the simplest devices possible: A simple push button which short-cuts two pins on a serial port.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/silvercrestwifisocket/readme.html"><img class="logo" src="/v2.2/images/addons/silvercrestwifisocket.png" title="Silvercrest Wifi Plug" alt="Silvercrest Wifi Plug" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates the Silvercrest Wifi Socket SWS-A1 sold by Lidl and the EasyHome Wifi Socket DIS-124 sold by Aldi.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/sleepiq/readme.html"><img class="logo" src="/v2.2/images/addons/sleepiq.png" title="SleepIQ" alt="SleepIQ" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates with the SleepIQ system from Select Comfort for Sleep Number beds.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/smaenergymeter/readme.html"><img class="logo" src="/v2.2/images/addons/smaenergymeter.png" title="SMA Energy Meter" alt="SMA Energy Meter" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This Binding is used to display the measured values of a SMA Energy Meter device.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/smarthomatic1/readme.html">Smarthomatic</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>The <a href="https://www.smarthomatic.org">Smarthomatic</a> binding will connect a network of Smarthomatic devices to your openHAB server.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/snmp1/readme.html">SNMP</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The SNMP binding allows SNMP GET (polling) and SNMP SET (commanding), and the reception of SNMP TRAPs (asynchronous events). SNMP is often found in network equipment, and the binding can be used to ensure your network is operating correctly. The out binding can be used to configure network settings.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/sonance1/readme.html">Sonance</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates with <a href="http://www.sonance.com/electronics/amplifiers/dsp">Sonance DSP Amplifiers</a>. It supports all three models (DSP 2-150, DSP 8-130 and DSP 2-750) but for now it’s only tested with the DSP 8-130. For each group you can enable or disable sound (toggle mute) or set the volume.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/sonos/readme.html"><img class="logo" src="/v2.2/images/addons/sonos.png" title="Sonos" alt="Sonos" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates the <a href="http://www.sonos.com">Sonos Multi-Room Audio system</a>.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/sonos1/readme.html"><img class="logo" src="/v2.2/images/addons/sonos.png" title="Sonos" alt="Sonos" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p><strong>Note:</strong> The Sonos binding communicates with the Sonos devices through the UPnP (Universal Plug And Play) protocol. Users of this binding might wish to familiarise them with the protocol and slang. UPnP defines a subscription model whereby a UPnP client can subscribe to UPnP Events that are transmitted by a UPnP device. Sonos Players do emit quite a bit of Events and some are used to capture status variables (see below).</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/souliss1/readme.html">Souliss</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p><a href="http://www.souliss.net/">Souliss</a> is a networking framework for Arduino and compatibles boards, and is designed to let you easily build a smart home that is distributed over multiple boards via Ethernet, wireless point-to-point and RS485 bus.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/squeezebox/readme.html"><img class="logo" src="/v2.2/images/addons/squeezebox.png" title="Logitech Squeezebox" alt="Logitech Squeezebox" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates the <a href="http://www.mysqueezebox.com">Logitech Media Server</a> and compatible Squeeze players.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/squeezebox1/readme.html"><img class="logo" src="/v2.2/images/addons/squeezebox.png" title="Squeezebox" alt="Squeezebox" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>This binding integrates the <a href="http://www.mysqueezebox.com">Logitech Media Server</a> and compatible Squeeze players.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/stiebelheatpump1/readme.html">Stiebel Eltron LWZ</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>This binding is used to communicate Stiebel Eltron LWZ heat pumps via a serial interface. The binding is inspired by the work of <a href="http://robert.penz.name/heat-pump-lwz">Monitoring a Stiebel Eltron LWZ</a> which is hosted at <a href="https://launchpad.net/heatpumpmonitor">Heatpumpmonitor</a> and is written in Python.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/swegonventilation1/readme.html">Swegon Ventilation</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding is used to get live data from Swegon ventilation systems into items in openHAB. It should be compatible with at least Swegon CASA models.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/synopanalyzer/readme.html">Synop Analyzer</a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates the possibility to download and interpret Synop messages.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/systeminfo/readme.html">Systeminfo</a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>System information Binding provides operating system and hardware information including:</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-legacy since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/systeminfo1/readme.html">System Information</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-legacy.svg" />
|
||
</td>
|
||
<td><p>The System Information binding provides operating system monitoring data, including system memory, swap, CPU, load average, uptime, per-process memory, per-process CPU, file system metrics and network interface metrics.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/tacmi1/readme.html">TACmi</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>This binding makes use of the CAN over Ethernet feature of the CMI from Technische Alternative. Since I only have the new UVR16x2, it has only been tested with this controller.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/tankerkoenig/readme.html"><img class="logo" src="/v2.2/images/addons/tankerkoenig.png" title="Tankerkönig" alt="Tankerkönig" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The binding uses the Tankerkönig API <a href="https://www.tankerkoenig.de">https://www.tankerkoenig.de</a> for collecting gas price data of german gas stations.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/tcp1/readme.html">TCP & UDP</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The TCP and UDP bindings provide basic support for simple ASCII-based protocols. They send and receive data as ASCII strings. Data sent out is by default padded with a CR/LF. This should be sufficient for many home automation devices that take simple ASCII-based control commands, or that send back text-based status messages.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/tellstick/readme.html"><img class="logo" src="/v2.2/images/addons/tellstick.png" title="Tellstick" alt="Tellstick" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This is an openHAB binding for Tellstick devices produced by Telldus, a Swedish company based in Lund.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-legacy since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/tellstick1/readme.html"><img class="logo" src="/v2.2/images/addons/tellstick.png" title="Tellstick" alt="Tellstick" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-legacy.svg" />
|
||
</td>
|
||
<td><p>This binding is tested against Tellstick DUO, it should also work with a basic Tellstick. It supports RF 433 Mhz protocols like: Nexa, HomeEasy, X10, CoCo (KlikAanKlikUit), Oregon e.o.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/tesla/readme.html"><img class="logo" src="/v2.2/images/addons/tesla.png" title="Tesla" alt="Tesla" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates the <a href="http://www.teslamotors.com">Tesla Electrical Vehicle</a>.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/tinkerforge1/readme.html"><img class="logo" src="/v2.2/images/addons/tinkerforge.png" title="TinkerForge" alt="TinkerForge" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p><a href="http://www.tinkerforge.com">TinkerForge</a> is a system of open source hardware building blocks that allows you to combine sensor and actuator blocks by plug and play. You can create your individual hardware system by choosing the necessary building blocks for your project and combine it with other home automation products.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/tivo1/readme.html">TiVo</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>This binding works with older TiVo units which support the v1.0 protocol. TiVo units that implement the <a href="http://www.tivo.com/assets/images/abouttivo/resources/downloads/brochures/TiVo_TCP_Network_Remote_Control_Protocol.pdf">newer v1.1 API</a> will encounter some incompatibility. If you find that button commands (<code class="highlighter-rouge">pause, play, record</code>) work, but <code class="highlighter-rouge">nowshowing</code> does not work, you likely have a Tivo that implements the v1.1 protocol.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/toon/readme.html">Toon</a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The Toon bindings shows among others current room temperature, setpoint, energy and gas usage information.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/tplinksmarthome/readme.html">TPLinkSmartHome</a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding adds support to control TP-Link Smart Home Devices from your local openHAB system.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/tradfri/readme.html"><img class="logo" src="/v2.2/images/addons/tradfri.png" title="TRÅDFRI" alt="TRÅDFRI" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates the IKEA TRÅDFRI gateway and devices connected to it (such as dimmable LED bulbs).</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/ucprelayboard1/readme.html">UCProjects.eu Relay Board</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>This binding provides support for relay board available from <a href="http://ucprojects.eu">ucprojects.eu</a> (site in Polish)</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/upb1/readme.html">UPB</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The UPB binding is used to enable communication between openHAB and UPB devices. This binding requires the use of a UPB PIM or power-line modem. This binding has only been tested against simple automated devices.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/urtsi/readme.html"><img class="logo" src="/v2.2/images/addons/urtsi.png" title="Somfy URTSI II" alt="Somfy URTSI II" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The addressable Universal RTS Interface II (URTSI II) can be used to communicate between home automation or other third party systems and SOMFY’s RTS Motors and controls.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-legacy since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/urtsi1/readme.html"><img class="logo" src="/v2.2/images/addons/urtsi.png" title="Somfy URTSI II" alt="Somfy URTSI II" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-legacy.svg" />
|
||
</td>
|
||
<td><p>This binding communicates with Somfy URTSI II devices over a serial connection.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/vdr1/readme.html">Video Disk Recorder (VDR)</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>The Video Disk Recorder (VDR) binding allows openHAB to control your own digital satellite receiver and <a href="http://www.tvdr.de">Video Disk Recorder</a>.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/vitotronic/readme.html"><img class="logo" src="/v2.2/images/addons/vitotronic.png" title="Vitotronic" alt="Vitotronic" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>Viessmann heating systems with Vitotronic has a optolink Interface for maintenance.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/wago1/readme.html">WAGO</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>The WAGO Binding provides an interface to Ethernet-enabled Modbus-Controllers from WAGO.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/weather1/readme.html">Weather</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The Weather binding collects current and forecast weather data from different providers with a free weather API. You can also display weather data with highly customizable html layouts and icons.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/weatherunderground/readme.html"><img class="logo" src="/v2.2/images/addons/weatherunderground.png" title="WeatherUnderground" alt="WeatherUnderground" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding uses the <a href="https://www.wunderground.com/weather/api/">Weather Underground service</a> for providing weather information for any location worldwide.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/wemo/readme.html"><img class="logo" src="/v2.2/images/addons/wemo.png" title="Belkin Wemo" alt="Belkin Wemo" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding integrates the <a href="http://www.belkin.com/us/Products/c/home-automation/">Belkin WeMo Family</a>.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/wemo1/readme.html"><img class="logo" src="/v2.2/images/addons/wemo.png" title="Wemo" alt="Wemo" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>This binding integrates the <a href="http://www.belkin.com/us/Products/c/home-automation/">Belkin WeMo Family</a>. The integration happens either through the WeMo-Link bridge (feature still to come) which acts as an IP gateway to the ZigBee devices, or through Wi-Fi connection to standalone devices.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/wifiled/readme.html">WiFi LED</a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding is used to control LED strips connected by WiFi.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/windcentrale/readme.html"><img class="logo" src="/v2.2/images/addons/windcentrale.png" title="Windcentrale" alt="Windcentrale" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This Binding is used to display the details of a Windcentrale windmill.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/withings1/readme.html">Withings</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>The Withings binding allows openHAB to synchronize data from the official</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/wol1/readme.html">Wake-on-LAN</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The Wake-on-LAN binding allows you to turn on or wake up a computer by sending it a <a href="https://en.wikipedia.org/wiki/Wake-on-LAN">network message</a>.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/wr32231/readme.html">WR3223 ventilation controller</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>The WR3223 ventilation controller is used for room ventilation systems, for example in houses produced by company “Schwörer Haus”. The manufacturer of the controller is <a href="http://www.hermes-electronic.de/">Hermes Electronic</a>.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/xbmc1/readme.html"><img class="logo" src="/v2.2/images/addons/xbmc.png" title="XBMC binding (for KODI) (1.x)" alt="XBMC binding (for KODI) (1.x)" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding allows openHAB items to receive realtime updates about information like player state and running media from one or more instances of KODI (formerly known as XBMC).</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/xpl1/readme.html">xPL</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>The xPL binding grabs xPL message values in items and sends xPL commands.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/yahooweather/readme.html"><img class="logo" src="/v2.2/images/addons/yahooweather.png" title="YahooWeather" alt="YahooWeather" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding uses the <a href="https://developer.yahoo.com/weather/">Yahoo Weather service</a> for providing current weather information.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/yamahareceiver/readme.html"><img class="logo" src="/v2.2/images/addons/yamahareceiver.png" title="Yamahareceiver" alt="Yamahareceiver" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding connects openHAB with Yamaha Receivers of product line CX-A5000, RX-A30xx, RX-A20xx, RX-A10xx, RX-Vxxx, RX-Z7, DSP-Z7, RX-S600, RX-S601D, HTR-xxxx.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/yamahareceiver1/readme.html"><img class="logo" src="/v2.2/images/addons/yamahareceiver.png" title="Yamaha Receiver (1.x)" alt="Yamaha Receiver (1.x)" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>This binding connects openHAB with various Yamaha Receivers.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-manual since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/zibase1/readme.html">Zibase</a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-manual.svg" />
|
||
</td>
|
||
<td><p>Zibase is a French home automation box that supports multiple RF protocols including 433 Mhz (Chacon, Visionic, Oregon…), ZWave, EnOcean, X2D.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/zigbee/readme.html"><img class="logo" src="/v2.2/images/addons/zigbee.png" title="ZigBee" alt="ZigBee" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The ZigBee binding supports an interface to a wireless ZigBee home automation network.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/zoneminder/readme.html"><img class="logo" src="/v2.2/images/addons/zoneminder.png" title="Zoneminder" alt="Zoneminder" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>This binding offers integration to a ZoneMinder Server. It currently only offers to integrate to monitors (eg. cameras in ZoneMinder). It also only offers access to a limited set of values, as well as a even more limited option to update values in ZoneMinder. It requires at least ZoneMinder 1.29 with API enabled (option ‘OPT_USE_API’ in ZoneMinder must be enabled). The option ‘OPT_TRIGGERS’ must be anabled to allow openHAB to trip the ForceAlarm in ZoneMinder.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/zwave/readme.html"><img class="logo" src="/v2.2/images/addons/zwave.png" title="ZWave" alt="ZWave" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>The ZWave binding supports an interface to a wireless Z-Wave home automation network.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-legacy since-1x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/zwave1/readme.html"><img class="logo" src="/v2.2/images/addons/zwave.png" title="Z-Wave" alt="Z-Wave" /></a></h4>
|
||
<img src="/v2.2/images/tag-since-1x.svg" /> <img src="/v2.2/images/tag-install-legacy.svg" />
|
||
</td>
|
||
<td><p>The openHAB Z-Wave binding allows you to connect to your Z-Wave wireless mesh network. A Z-Wave network typically consists of one primary controller “stick”, zero or more additional controllers and zero or more Z-Wave enabled devices, e.g. dimmers, switches, sensors etc.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr class="install-auto since-2x">
|
||
<td>
|
||
<h4><a href="/v2.2/addons/bindings/zway/readme.html">Z-Way</a></h4>
|
||
<img src="/v2.2/images/tag-since-2x.svg" /> <img src="/v2.2/images/tag-install-auto.svg" />
|
||
</td>
|
||
<td><p>Z-Way is a software to configure and control a Z-Wave network. The software comes with a full stack from Z-Wave transceiver with certified firmware to a REST API on high level.</p>
|
||
</td>
|
||
</tr>
|
||
|
||
</tbody>
|
||
</table>
|
||
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<footer>
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col s12 m7">
|
||
Copyright © 2017 by the <a href="https://github.com/openhab">openHAB Community</a> and the <a href="http://www.openhabfoundation.org/">openHAB Foundation e.V.</a>
|
||
</div>
|
||
<div class="col s12 m5">
|
||
<ul class="list-inline right-align">
|
||
<li><a href="/imprint.html">Imprint</a></li>
|
||
<li><a href="/privacy.html">Privacy Policy</a></li>
|
||
<li><a href="http://www.openhab.org">openHAB Website</a></li>
|
||
<li><a href=# onclick="printPage()">Print This Page</a></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</footer>
|
||
<script src="/v2.2/js/jquery.min.js"></script>
|
||
<script src="/v2.2/js/jquery.scrollme.min.js"></script>
|
||
<script src="/v2.2/js/jquery.sticky.js"></script>
|
||
<script src="/v2.2/js/materialize.min.js"></script>
|
||
<script src="/v2.2/js/init.js"></script>
|
||
<script src="/v2.2/js/functions.js"></script>
|
||
</body>
|
||
</html>
|
||
|