openhab-docs/_bindings/upb1
John Cocula aa2ab2cac1 [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>
2017-03-02 01:08:44 +01:00
..
readme.md [Add-ons] Generate as Jekyll Collections instead of Jekyll Pages (#355) 2017-03-02 01:08:44 +01:00

readme.md

id label title type description source since install
upb UPB UPB - Bindings binding 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. https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.upb/README.md 1x auto

{% include base.html %}

UPB Binding

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.

Prerequisites

The binding may not be compatible with Windows. Please report if you find this to be true or false.

Binding Configuration

This binding can be configured in the file services/upb.cfg.

Property Default Required Description
port Yes Name of the serial device to which the UPB device is connected. For example, COM1 on Windows or /dev/ttyUSB0 on Linux
network Yes The network number. Example: 55

Item Configuration

The binding only supports Switches or Dimmers.

Dimmer Light_Dining_Room        "Dining Room"           (Lights) {upb="id=2"}
Switch Light_Kitchen            "Kitchen"               (Lights) {upb="id=3"}

To activate a link set the link property to true:

Dimmer Light_Lamps              "Living Room Lamps"     (Lights) {upb="id=4 link=true"}