[Add-ons] Generate as Jekyll Collections instead of Jekyll Pages (#355)
* Generate addon docs as Jekyll Collections instead of Jekyll Pages Simplifies a lot of Jekyll, makes custom addon layout possible. Signed-off-by: John Cocula <john@cocula.com> * Adds-on (all but bindings) in user menu Signed-off-by: John Cocula <john@cocula.com> * Added openhab-distro submodule Signed-off-by: John Cocula <john@cocula.com>pull/356/head
parent
1d1550d865
commit
aa2ab2cac1
|
@ -14,3 +14,6 @@
|
|||
path = _repos/openhab-bundles
|
||||
url = https://github.com/openhab/openhab-bundles
|
||||
branch = master
|
||||
[submodule "_repos/openhab-distro"]
|
||||
path = _repos/openhab-distro
|
||||
url = https://github.com/openhab/openhab-distro
|
||||
|
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: astro
|
||||
label: Astro
|
||||
title: Astro - Actions
|
||||
type: action
|
||||
description: "With the Astro actions, you can calculate sunrise and sunset DataTime values in rules."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.astro/README.md
|
||||
since: 1x
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: ciscospark
|
||||
label: Cisco Spark
|
||||
title: Cisco Spark - Actions
|
||||
type: action
|
||||
description: "Cisco Spark can be used to message individuals are _rooms_ when certain events take place in openHAB."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.ciscospark/README.md
|
||||
since: 1x
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: dscalarm
|
||||
label: DSC Alarm
|
||||
title: DSC Alarm - Actions
|
||||
type: action
|
||||
description: "This bundle exposes openHAB rule extensions to be used with the DSC Alarm Binding (1.x binding). It allows the sending of DSC Alarm specific commands from within rules."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.dscalarm/README.md
|
||||
since: 1x
|
||||
logo: images/addons/dscalarm.png
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: ecobee
|
||||
label: Ecobee
|
||||
title: Ecobee - Actions
|
||||
type: action
|
||||
description: "The Ecobee Action bundle provides actions such as setting and clearing program holds, sending a text message to the thermostat's display, renaming a remote wireless sensor, and other functions that cannot be performed by setting object properties."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.ecobee/README.md
|
||||
since: 1x
|
||||
logo: images/addons/ecobee.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: harmonyhub
|
||||
label: Logitech Harmony Hub
|
||||
title: Logitech Harmony Hub - Actions
|
||||
type: action
|
||||
description: "* `harmonyPressButton(<device>, <command>)`"
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.harmonyhub/README.md
|
||||
since: 1x
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: homematic
|
||||
label: Homematic
|
||||
title: Homematic - Actions
|
||||
type: action
|
||||
description: "The Homematic action lets you send messages to a Homematic remote control with a display, currently the HM-RC-19-B (Radio remote control 19 button)."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.homematic/README.md
|
||||
since: 1x
|
||||
logo: images/addons/homematic.png
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: mail
|
||||
label: Mail
|
||||
title: Mail - Actions
|
||||
type: action
|
||||
description: "This add-on provides SMTP services so your rules and scripts can send e-mails. The `to` paremeter can contain a semicolon-separated list of email addresses."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.mail/README.md
|
||||
since: 1x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: mios
|
||||
label: MiOS
|
||||
title: MiOS - Actions
|
||||
type: action
|
||||
description: "This bundle exposes openHAB Rule extensions to be used with the MiOS Binding (1.x)."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.mios/README.md
|
||||
since: 1x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: mqtt
|
||||
label: MQTT
|
||||
title: MQTT - Actions
|
||||
type: action
|
||||
description: "Publish a message to a topic on an MQTT broker."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.mqtt/README.md
|
||||
since: 1x
|
||||
logo: images/addons/mqtt.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: nma
|
||||
label: NotifyMyAndroid
|
||||
title: NotifyMyAndroid - Actions
|
||||
type: action
|
||||
description: "Sends push messages to your Android devices."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.nma/README.md
|
||||
since: 1x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: openwebif
|
||||
label: OpenWebIf
|
||||
title: OpenWebIf - Actions
|
||||
type: action
|
||||
description: "The OpenWebIf action allows you to send a message to enigma2-based Linux satellite receivers (Dreambox, VU+, Clarke-Tech, ...) with the installed OpenWebIf plugin."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.openwebif/README.md
|
||||
since: 1x
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: pebble
|
||||
label: Pebble
|
||||
title: Pebble - Actions
|
||||
type: action
|
||||
description: "The Pebble action service allows you to send pins and notifications directly to your Pebble watch."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.pebble/README.md
|
||||
since: 1x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: prowl
|
||||
label: Prowl
|
||||
title: Prowl - Actions
|
||||
type: action
|
||||
description: "Prowl lets you use push notifications on iOS devices (please check openhab.cfg for required configuration settings):"
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.prowl/README.md
|
||||
since: 1x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: pushover
|
||||
label: Pushover
|
||||
title: Pushover - Actions
|
||||
type: action
|
||||
description: "The Pushover action service allows you to notify mobile devices of a message using the Pushover API web service."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.pushover/README.md
|
||||
since: 1x
|
||||
logo: images/addons/pushover.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: pushsafer
|
||||
label: Pushsafer
|
||||
title: Pushsafer - Actions
|
||||
type: action
|
||||
description: "The Pushsafer action allows you to notify iOS, Android & Windows 10 Phone & Desktop devices of a message using the Pushsafer API web service."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.pushsafer/README.md
|
||||
since: 1x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: satel
|
||||
label: Satel
|
||||
title: Satel - Actions
|
||||
type: action
|
||||
description: "The Satel Action bundle provides actions to read the event log of the connected alarm system, check current connection status and override configured user code."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.satel/README.md
|
||||
since: 1x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: squeezebox
|
||||
label: Squeezebox
|
||||
title: Squeezebox - Actions
|
||||
type: action
|
||||
description: "Interact directly with your Squeezebox devices from within rules and scripts."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.squeezebox/README.md
|
||||
since: 1x
|
||||
logo: images/addons/squeezebox.png
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: telegram
|
||||
label: Telegram
|
||||
title: Telegram - Actions
|
||||
type: action
|
||||
description: "The Telegram Action service allows sending formatted messages to Telegram clients ([https://telegram.org](https://telegram.org)), by using the Telegram Bot API."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.telegram/README.md
|
||||
since: 1x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: tinkerforge
|
||||
label: TinkerForge
|
||||
title: TinkerForge - Actions
|
||||
type: action
|
||||
description: "The TinkerForge Action service provides direct interaction with some of the TinkerForge devices."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.tinkerforge/README.md
|
||||
since: 1x
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: twitter
|
||||
label: Twitter
|
||||
title: Twitter - Actions
|
||||
type: action
|
||||
description: "Twitter can be used to 'tweet' notifications when certain events take place in openHAB."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.twitter/README.md
|
||||
since: 1x
|
||||
logo: images/addons/twitter.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: weather
|
||||
label: Weather
|
||||
title: Weather - Actions
|
||||
type: action
|
||||
description: "The Weather Action service provides meteorological information to your scripts and rules."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.weather/README.md
|
||||
since: 1x
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: xbmc
|
||||
label: XBMC
|
||||
title: XBMC - Actions
|
||||
type: action
|
||||
description: "Sends notifications to the Kodi open source home theater software (formerly known as XBMC)."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.xbmc/README.md
|
||||
since: 1x
|
||||
logo: images/addons/xbmc.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: xmpp
|
||||
label: XMPP
|
||||
title: XMPP - Actions
|
||||
type: action
|
||||
description: "This set of actions allows you to send a message to an XMPP user or multi-user chat, or send a message with an attachment to an XMPP user."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.xmpp/README.md
|
||||
since: 1x
|
||||
logo: images/addons/xmpp.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: xpl
|
||||
label: xPL
|
||||
title: xPL - Actions
|
||||
type: action
|
||||
description: "This add-on provides xPL message sending on the network."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.xpl/README.md
|
||||
since: 1x
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,11 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: airquality
|
||||
label: Air Quality
|
||||
title: Air Quality - Bindings
|
||||
source: external
|
||||
type: binding
|
||||
description: "This binding uses the [AQIcn.org service](http://aqicn.org) for providing air quality information for any location worldwide."
|
||||
since: 2x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: akm868
|
||||
label: AKM868
|
||||
title: AKM868 - Bindings
|
||||
type: binding
|
||||
description: "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."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.akm868/README.md
|
||||
since: 1x
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: alarmdecoder
|
||||
label: Alarm Decoder
|
||||
title: Alarm Decoder - Bindings
|
||||
type: binding
|
||||
description: "The [Alarm Decoder](http://www.alarmdecoder.com) 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."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.alarmdecoder/README.md
|
||||
since: 1x
|
||||
logo: images/addons/alarmdecoder.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: allplay
|
||||
label: AllPlay
|
||||
title: AllPlay - Bindings
|
||||
source: external
|
||||
type: binding
|
||||
description: "This binding integrates devices compatible with [Qualcomm AllPlay](https://www.qualcomm.com/products/allplay)."
|
||||
since: 2x
|
||||
logo: images/addons/allplay.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: amazondashbutton
|
||||
label: Amazon Dash Button
|
||||
title: Amazon Dash Button - Bindings
|
||||
source: external
|
||||
type: binding
|
||||
description: "The Amazon Dash Button is a very cheap device in order to integrate it in your home automation setup."
|
||||
since: 2x
|
||||
logo: images/addons/amazondashbutton.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: anel
|
||||
label: Anel NET-PwrCtrl
|
||||
title: Anel NET-PwrCtrl - Bindings
|
||||
type: binding
|
||||
description: "Monitor and control Anel NET-PwrCtrl devices."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.anel/README.md
|
||||
since: 1x
|
||||
logo: images/addons/anel.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: asterisk
|
||||
label: Asterisk
|
||||
title: Asterisk - Bindings
|
||||
type: binding
|
||||
description: "The Asterisk binding is used to enable communication between openhab and the free and open source PBX solution [Asterisk](http://www.asterisk.org). 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."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.asterisk/README.md
|
||||
since: 1x
|
||||
logo: images/addons/asterisk.png
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,11 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: astro
|
||||
label: Astro
|
||||
title: Astro - Bindings
|
||||
source: external
|
||||
type: binding
|
||||
description: "The Astro binding is used for calculating"
|
||||
since: 2x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: astro
|
||||
label: Astro
|
||||
title: Astro - Bindings
|
||||
type: binding
|
||||
description: "The Astro binding is used for calculating many `DateTime` and positional values for sun and moon and for scheduling of events."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.astro/README.md
|
||||
since: 1x
|
||||
install: legacy
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,11 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: atlona
|
||||
label: Atlona
|
||||
title: Atlona - Bindings
|
||||
source: external
|
||||
type: binding
|
||||
description: "This binding integrates Atlona AT-UHD-PRO3 HdBaseT matrix switches [Atlona AT-UHD-PRO3 HdBaseT matrix switches](http://www.atlona.com) into your openHAB installation."
|
||||
since: 2x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: autelis
|
||||
label: Autelis Pool Control
|
||||
title: Autelis Pool Control - Bindings
|
||||
source: external
|
||||
type: binding
|
||||
description: "Autelis manufactures a network enabled pool interface for many popular pool systems. See [the Autelis website](http://www.autelis.com) and the [Autelis Command Protocol](http://www.autelis.com/wiki/index.php?title=Pool_Control_(PI)_HTTP_Command_Reference) for more information."
|
||||
since: 2x
|
||||
logo: images/addons/autelis.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: autelis
|
||||
label: Autelis
|
||||
title: Autelis - Bindings
|
||||
type: binding
|
||||
description: "Autelis manufactures a network enabled pool interface for many popular pool systems. See the [Autelis website](http://www.autelis.com) and the [Autelis Command Protocol](http://www.autelis.com/wiki/index.php?title=Pool_Control_(PI)_HTTP_Command_Reference) for more information."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.autelis/README.md
|
||||
since: 1x
|
||||
logo: images/addons/autelis.png
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: avmfritz
|
||||
label: AVM FRITZ!
|
||||
title: AVM FRITZ! - Bindings
|
||||
source: external
|
||||
type: binding
|
||||
description: "The binding integrates the AHA ( [AVM Home Automation](http://avm.de/ratgeber/smart-home/) ) system."
|
||||
since: 2x
|
||||
logo: images/addons/avmfritz.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: benqprojector
|
||||
label: BenQ Projector
|
||||
title: BenQ Projector - Bindings
|
||||
type: binding
|
||||
description: "This binding is designed to interface with BenQ projectors that have an RS232 interface on them that accepts the commands documented by BenQ [here](ftp://ftp.benq-eu.com/projector/benq_rs232_commands.pdf)."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.benqprojector/README.md
|
||||
since: 1x
|
||||
logo: images/addons/benqprojector.png
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: bluetooth
|
||||
label: Bluetooth
|
||||
title: Bluetooth - Bindings
|
||||
type: binding
|
||||
description: "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."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.bluetooth/README.md
|
||||
since: 1x
|
||||
logo: images/addons/bluetooth.png
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,11 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: boschindego
|
||||
label: Bosch Indego
|
||||
title: Bosch Indego - Bindings
|
||||
source: external
|
||||
type: binding
|
||||
description: "This is the Binding for Bosch Indego Connect lawn mowers."
|
||||
since: 2x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: bticino
|
||||
label: Bticino
|
||||
title: Bticino - Bindings
|
||||
type: binding
|
||||
description: "The openHAB Bticino binding allows openHAB to connect to Bticino My Home Automation installations by OpenWebNet protocol."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.bticino/README.md
|
||||
since: 1x
|
||||
logo: images/addons/bticino.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: caldav-command
|
||||
label: CalDAV Command
|
||||
title: CalDAV Command - Bindings
|
||||
type: binding
|
||||
description: "This binding can be used to connect through the CalDAV Interface to calendars."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.caldav-command/README.md
|
||||
since: 1x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: caldav-personal
|
||||
label: CalDAV Personal
|
||||
title: CalDAV Personal - Bindings
|
||||
type: binding
|
||||
description: "This binding can be used to connect through the CalDAV Interface to calendars."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.caldav-personal/README.md
|
||||
since: 1x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: chromecast
|
||||
label: Chromecast
|
||||
title: Chromecast - Bindings
|
||||
source: external
|
||||
type: binding
|
||||
description: "The binding integrates Google Chromecast streaming devices."
|
||||
since: 2x
|
||||
logo: images/addons/chromecast.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: comfoair
|
||||
label: ComfoAir
|
||||
title: ComfoAir - Bindings
|
||||
type: binding
|
||||
description: "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."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.comfoair/README.md
|
||||
since: 1x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: configadmin
|
||||
label: ConfigAdmin
|
||||
title: ConfigAdmin - Bindings
|
||||
type: binding
|
||||
description: "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 `.cfg` 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."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.configadmin/README.md
|
||||
since: 1x
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: coolmasternet
|
||||
label: CoolMasterNet
|
||||
title: CoolMasterNet - Bindings
|
||||
source: external
|
||||
type: binding
|
||||
description: "The CoolMasterNet binding is used to control [CoolMasterNet HVAC bridge devices](https://coolautomation.com/products/coolmasternet/), using the 'ASCII I/F' plaintext TCP control protocol."
|
||||
since: 2x
|
||||
logo: images/addons/coolmasternet.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: cups
|
||||
label: CUPS
|
||||
title: CUPS - Bindings
|
||||
type: binding
|
||||
description: "The openHAB CUPS binding allows interaction with printers and their print queues via a CUPS server."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.cups/README.md
|
||||
since: 1x
|
||||
logo: images/addons/cups.png
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: daikin
|
||||
label: Daikin
|
||||
title: Daikin - Bindings
|
||||
type: binding
|
||||
description: "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."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.daikin/README.md
|
||||
since: 1x
|
||||
logo: images/addons/daikin.png
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: davis
|
||||
label: Davis
|
||||
title: Davis - Bindings
|
||||
type: binding
|
||||
description: "The openHAB Davis binding supports reading data from Davis weather stations. Most Davis weather stations should be supported."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.davis/README.md
|
||||
since: 1x
|
||||
logo: images/addons/davis.png
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: ddwrt
|
||||
label: DD-WRT
|
||||
title: DD-WRT - Bindings
|
||||
type: binding
|
||||
description: "The openHAB DD-WRT Binding allows interaction with a DD-WRT device."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.ddwrt/README.md
|
||||
since: 1x
|
||||
logo: images/addons/ddwrt.png
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: denon
|
||||
label: Denon
|
||||
title: Denon - Bindings
|
||||
type: binding
|
||||
description: "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."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.denon/README.md
|
||||
since: 1x
|
||||
logo: images/addons/denon.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
|
@ -1,3 +1,18 @@
|
|||
---
|
||||
id: digitalstrom
|
||||
label: digitalSTROM
|
||||
title: digitalSTROM - Bindings
|
||||
type: binding
|
||||
description: "This binding integrates the [digitalSTROM-System](http://www.digitalstrom.de/)."
|
||||
since: 2x
|
||||
logo: images/addons/digitalstrom.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
---
|
||||
layout: documentation
|
||||
---
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: digitalstrom
|
||||
label: digitalSTROM
|
||||
title: digitalSTROM - Bindings
|
||||
type: binding
|
||||
description: "The openHAB digitalSTROM binding allows interaction with digitalSTROM devices."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.digitalstrom/README.md
|
||||
since: 1x
|
||||
logo: images/addons/digitalstrom.png
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: diyonxbee
|
||||
label: DIYOnXBee
|
||||
title: DIYOnXBee - Bindings
|
||||
type: binding
|
||||
description: "The openHAB DIYOnXBee binding allows interaction with self built (DIY) hardware that communicate via XBee modules."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.diyonxbee/README.md
|
||||
since: 1x
|
||||
logo: images/addons/diyonxbee.png
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: dmx
|
||||
label: DMX
|
||||
title: DMX - Bindings
|
||||
type: binding
|
||||
description: "The openHAB DMX binding can control DMX devices like RGB LED strips, dimmers"
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.dmx/README.md
|
||||
since: 1x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: dscalarm
|
||||
label: DSC Alarm
|
||||
title: DSC Alarm - Bindings
|
||||
source: external
|
||||
type: binding
|
||||
description: "This is an OpenHAB binding for a DSC PowerSeries Alarm System utilizing the EyezOn Envisalink 3/2DS interface or the DSC IT-100 RS-232 interface."
|
||||
since: 2x
|
||||
logo: images/addons/dscalarm.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: dscalarm
|
||||
label: DSC PowerSeries Alarm System
|
||||
title: DSC PowerSeries Alarm System - Bindings
|
||||
type: binding
|
||||
description: "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."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.dscalarm/README.md
|
||||
since: 1x
|
||||
logo: images/addons/dscalarm.png
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: dsmr
|
||||
label: DSMR
|
||||
title: DSMR - Bindings
|
||||
type: binding
|
||||
description: "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."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.dsmr/README.md
|
||||
since: 1x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: ebus
|
||||
label: eBUS
|
||||
title: eBUS - Bindings
|
||||
type: binding
|
||||
description: "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."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.ebus/README.md
|
||||
since: 1x
|
||||
logo: images/addons/ebus.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: ecobee
|
||||
label: Ecobee
|
||||
title: Ecobee - Bindings
|
||||
type: binding
|
||||
description: "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 [Ecobee API](https://www.ecobee.com/home/developer/api/documentation/v1/index.shtml) 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."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.ecobee/README.md
|
||||
since: 1x
|
||||
logo: images/addons/ecobee.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: ecotouch
|
||||
label: EcoTouch
|
||||
title: EcoTouch - Bindings
|
||||
type: binding
|
||||
description: "The openHAB EcoTouch binding allows interaction with a heat pump."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.ecotouch/README.md
|
||||
since: 1x
|
||||
logo: images/addons/ecotouch.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: ekey
|
||||
label: ekey
|
||||
title: ekey - Bindings
|
||||
type: binding
|
||||
description: "[ekey](http://ekey.net/) 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 [ekey home](http://ekey.net/ekey-home-en) and [ekey multi](http://ekey.net/ekey-multi-en)."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.ekey/README.md
|
||||
since: 1x
|
||||
logo: images/addons/ekey.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: energenie
|
||||
label: Energenie
|
||||
title: Energenie - Bindings
|
||||
type: binding
|
||||
description: "The openHAB Energenie binding allows you to send commands to multiple Gembird energenie PMS-LAN power extenders."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.energenie/README.md
|
||||
since: 1x
|
||||
logo: images/addons/energenie.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: enocean
|
||||
label: EnOcean
|
||||
title: EnOcean - Bindings
|
||||
type: binding
|
||||
description: "[EnOcean](https://www.enocean.com/en/) 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."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.enocean/README.md
|
||||
since: 1x
|
||||
logo: images/addons/enocean.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: enphaseenergy
|
||||
label: Enphase Energy
|
||||
title: Enphase Energy - Bindings
|
||||
type: binding
|
||||
description: "This binding is for people with [Enphase Energy](http://enphase.com) microinverters used in their solar installation, which means every solar panel has its own inverter and can be monitored individually."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.enphaseenergy/README.md
|
||||
since: 1x
|
||||
logo: images/addons/enphaseenergy.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: epsonprojector
|
||||
label: Epson Projector
|
||||
title: Epson Projector - Bindings
|
||||
type: binding
|
||||
description: "This binding should be compatible with Epson projectors which support ESC/VP21 protocol over serial port."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.epsonprojector/README.md
|
||||
since: 1x
|
||||
logo: images/addons/epsonprojector.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,11 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: exec
|
||||
label: Exec
|
||||
title: Exec - Bindings
|
||||
source: external
|
||||
type: binding
|
||||
description: "This binding integrates the possibility to execute arbitrary shell commands."
|
||||
since: 2x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: exec
|
||||
label: Exec
|
||||
title: Exec - Bindings
|
||||
type: binding
|
||||
description: "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."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.exec/README.md
|
||||
since: 1x
|
||||
install: legacy
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: expire
|
||||
label: Expire
|
||||
title: Expire - Bindings
|
||||
type: binding
|
||||
description: "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 (`UnDefType.UNDEF`) update to the item."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.expire/README.md
|
||||
since: 1x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: fatekplc
|
||||
label: Fatek PLC
|
||||
title: Fatek PLC - Bindings
|
||||
type: binding
|
||||
description: "[Fatek PLC](http://fatek.com/en/prod.php?catId=1) is one kind of programmable logic controller. This binding support native Fatek protocol to communicate with PLC. For communication to PLC is used [JFatek library](http://www.simplify4u.org/jfatek/)."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.fatekplc/README.md
|
||||
since: 1x
|
||||
logo: images/addons/fatekplc.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,11 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: feed
|
||||
label: Feed
|
||||
title: Feed - Bindings
|
||||
source: external
|
||||
type: binding
|
||||
description: "This binding allows you to integrate feeds in the OpenHAB environment."
|
||||
since: 2x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: fht
|
||||
label: FHT
|
||||
title: FHT - Bindings
|
||||
type: binding
|
||||
description: "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."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.fht/README.md
|
||||
since: 1x
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: freebox
|
||||
label: Freebox
|
||||
title: Freebox - Bindings
|
||||
source: external
|
||||
type: binding
|
||||
description: "This binding integrates the [Freebox Revolution](http://www.free.fr/adsl/freebox-revolution.html) to your openHab installation."
|
||||
since: 2x
|
||||
logo: images/addons/freebox.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: freebox
|
||||
label: Freebox
|
||||
title: Freebox - Bindings
|
||||
type: binding
|
||||
description: "This binding is intended for users of the French DSL operator Free, using Freebox Revolution (v6)."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.freebox/README.md
|
||||
since: 1x
|
||||
logo: images/addons/freebox.png
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: freeswitch
|
||||
label: FreeSWITCH
|
||||
title: FreeSWITCH - Bindings
|
||||
type: binding
|
||||
description: "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."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.freeswitch/README.md
|
||||
since: 1x
|
||||
logo: images/addons/freeswitch.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: fritzaha
|
||||
label: Fritz AHA
|
||||
title: Fritz AHA - Bindings
|
||||
type: binding
|
||||
description: "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."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.fritzaha/README.md
|
||||
since: 1x
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: fritzbox
|
||||
label: Fritz!Box
|
||||
title: Fritz!Box - Bindings
|
||||
type: binding
|
||||
description: "This binding can be configured in the `services/fritzbox.cfg` file."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.fritzbox/README.md
|
||||
since: 1x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: fritzboxtr064
|
||||
label: Fritzbox (using TR064 protocol)
|
||||
title: Fritzbox (using TR064 protocol) - Bindings
|
||||
type: binding
|
||||
description: "This is a binding for communication with AVM Fritz!Box using SOAP requests (TR064 protocol)."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.fritzboxtr064/README.md
|
||||
since: 1x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: frontiersiliconradio
|
||||
label: Frontier Silicon Radio
|
||||
title: Frontier Silicon Radio - Bindings
|
||||
type: binding
|
||||
description: "This binding is for internet radios based on the [Frontier Silicon chipset](http://www.frontier-silicon.com/digital-radio-solutions)."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.frontiersiliconradio/README.md
|
||||
since: 1x
|
||||
logo: images/addons/frontiersiliconradio.png
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: fs20
|
||||
label: FS20
|
||||
title: FS20 - Bindings
|
||||
type: binding
|
||||
description: "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."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.fs20/README.md
|
||||
since: 1x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,3 +1,18 @@
|
|||
---
|
||||
id: fsinternetradio
|
||||
label: FS Internet Radio
|
||||
title: FS Internet Radio - Bindings
|
||||
type: binding
|
||||
description: "This binding integrates internet radios based on the [Frontier Silicon chipset](http://www.frontier-silicon.com/)."
|
||||
since: 2x
|
||||
logo: images/addons/fsinternetradio.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
---
|
||||
layout: documentation
|
||||
---
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: garadget
|
||||
label: Garadget
|
||||
title: Garadget - Bindings
|
||||
type: binding
|
||||
description: "The [Garadget](http://garadget.com) 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 [particle.io](https://www.particle.io/) REST API."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.garadget/README.md
|
||||
since: 1x
|
||||
logo: images/addons/garadget.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,11 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: gardena
|
||||
label: Gardena
|
||||
title: Gardena - Bindings
|
||||
source: external
|
||||
type: binding
|
||||
description: "This is the binding for [Gardena Smart Home](http://www.gardena.com/de/rasenpflege/smartsystem/)."
|
||||
since: 2x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: gc100ir
|
||||
label: Global Cache IR
|
||||
title: Global Cache IR - Bindings
|
||||
type: binding
|
||||
description: "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."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.gc100ir/README.md
|
||||
since: 1x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: globalcache
|
||||
label: GlobalCache
|
||||
title: GlobalCache - Bindings
|
||||
source: external
|
||||
type: binding
|
||||
description: "The [GlobalCache](http://www.globalcache.com) binding is used to enable communication between openHAB and GlobalCache [GC-100](http://www.globalcache.com/products/gc-100/) and [iTach](http://www.globalcache.com/products/itach/) family of devices. Global Cache devices enable the control and automation of infrared, serial, and contact closure devices through an IP network (wired or wireless)."
|
||||
since: 2x
|
||||
logo: images/addons/globalcache.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: gpio
|
||||
label: GPIO
|
||||
title: GPIO - Bindings
|
||||
type: binding
|
||||
description: "This binding is for the local GPIO subsystem. It is currently only exposed to user space by [Linux GPIO framework](https://www.kernel.org/doc/Documentation/gpio/sysfs.txt). 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)."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.gpio/README.md
|
||||
since: 1x
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,11 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: harmonyhub
|
||||
label: Logitech Harmony Hub
|
||||
title: Logitech Harmony Hub - Bindings
|
||||
source: external
|
||||
type: binding
|
||||
description: "The Harmony Hub binding is used to enable communication between openHAB2 and multiple 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."
|
||||
since: 2x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: harmonyhub
|
||||
label: Harmony Hub
|
||||
title: Harmony Hub - Bindings
|
||||
type: binding
|
||||
description: "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."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.harmonyhub/README.md
|
||||
since: 1x
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,11 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: hdanywhere
|
||||
label: HDanywhere
|
||||
title: HDanywhere - Bindings
|
||||
source: external
|
||||
type: binding
|
||||
description: "This binding integrates with [HDanywhere](http://www.hdanywhere.co.uk) HDMI matrices."
|
||||
since: 2x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: hdanywhere
|
||||
label: HDanywhere
|
||||
title: HDanywhere - Bindings
|
||||
type: binding
|
||||
description: "[HDanywhere](http://www.hdanywhere.co.uk) 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."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.hdanywhere/README.md
|
||||
since: 1x
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: hdpowerview
|
||||
label: Hunter Douglas PowerView
|
||||
title: Hunter Douglas PowerView - Bindings
|
||||
source: external
|
||||
type: binding
|
||||
description: "This is an openHAB binding for the [Hunter Douglas PowerView Motorized Shades](http://www.hunterdouglas.com/operating-systems/powerview-motorization/support) via the PowerView Hub."
|
||||
since: 2x
|
||||
logo: images/addons/hdpowerview.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: heatmiser
|
||||
label: Heatmiser
|
||||
title: Heatmiser - Bindings
|
||||
type: binding
|
||||
description: "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."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.heatmiser/README.md
|
||||
since: 1x
|
||||
logo: images/addons/heatmiser.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: hms
|
||||
label: HMS
|
||||
title: HMS - Bindings
|
||||
type: binding
|
||||
description: "This binding enables support of receiving HMS messages via the CUL transport."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.hms/README.md
|
||||
since: 1x
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: homematic
|
||||
label: Homematic
|
||||
title: Homematic - Bindings
|
||||
source: external
|
||||
type: binding
|
||||
description: "This is the binding for the [eQ-3 Homematic Solution](http://www.eq-3.de/)."
|
||||
since: 2x
|
||||
logo: images/addons/homematic.png
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: homematic
|
||||
label: Homematic
|
||||
title: Homematic - Bindings
|
||||
type: binding
|
||||
description: "This is the binding for the [eQ-3 Homematic Solution](http://www.eq-3.de/)."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.homematic/README.md
|
||||
since: 1x
|
||||
logo: images/addons/homematic.png
|
||||
install: legacy
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
layout: documentation
|
||||
id: horizon
|
||||
label: Horizon mediabox
|
||||
title: Horizon mediabox - Bindings
|
||||
type: binding
|
||||
description: "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."
|
||||
source: https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.horizon/README.md
|
||||
since: 1x
|
||||
install: manual
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue