openhab-docs/_addons_bindings/urtsi1
Thomas Dietrich 826ef4abb4 Distinguish collections, improve update process (#514)
* Rename collection folders

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Change all occurences of addons and repos

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Add further corrections

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Remove temporary directories after processing

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Reduce addons menus, show current uncond.

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Fix typo

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Remove redundant addons from permalinks

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Sort UI menu entries correctly

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Split maven command

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2017-09-22 21:05:09 +02:00
..
readme.md Distinguish collections, improve update process (#514) 2017-09-22 21:05:09 +02:00

readme.md

id label title type description source since logo install
urtsi Somfy URTSI II Somfy URTSI II - Bindings binding This binding communicates with Somfy URTSI II devices over a serial connection. https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.urtsi/README.md 1x images/addons/urtsi.png legacy

{% include base.html %}

Somfy URTSI II Binding

This binding communicates with Somfy URTSI II devices over a serial connection.

There is also a binding specifically for openHAB 2 here.

Binding Configuration

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

Property Default Required Description
<deviceId>.port Yes identification of the serial port on the host system, e.g. "COM1" on Windows, "/dev/ttyS0" on Linux or "/dev/tty.PL2303-0000103D" on Mac.

where:

  • <deviceId> is a name you choose to identify which device you want to control via your items. You can specify multiple devices in the configuration.

Item Configuration

The format of the binding configuration is simple and looks like this:

urtsi="<deviceId>:<channelId>"

where:

  • <deviceId> corresponds device which is introduced in services/urtsi.cfg.
  • <channelId> is the configured RTS channel you want the item to bind to. Each URTSI device supports up to 16 channels (1 - 16).

Only Rollershutter items are allowed to use this binding. The binding is able to handle UP, DOWN and MOVE commands.

As a result, your lines in the items file might look like the following:

Rollershutter RollershutterKitchen       "Kitchen"         { urtsi="device1:1" }
Rollershutter RollershutterLivingRoom    "Living room"     { urtsi="device1:2" }