openhab-addons/bundles/org.openhab.binding.urtsi
Holger Friedrich 1b122a53b9
Java 17 features (T-Z) (#15576)
- add missing @override
- Java style array syntax
- remove redundant modifiers
- always move String constants to left side in comparisons
- simplify lambda expressions and return statements
- use replace instead of replaceAll w/o regex
- instanceof matching and multiline strings
- remove null check before instanceof

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2023-09-21 07:58:53 +02:00
..
src/main Java 17 features (T-Z) (#15576) 2023-09-21 07:58:53 +02:00
NOTICE added migrated 2.x add-ons 2020-09-21 03:37:19 +02:00
pom.xml Apply spotless 2023-07-24 01:20:31 +02:00
README.md [Documentation] Markdown improvements t to z (#14371) 2023-04-11 12:54:54 +02:00

Somfy URTSI II Binding

The addressable Universal RTS Interface II (URTSI II) can be used to communicate between home automation or other third party systems and SOMFYs RTS Motors and controls. It is capable of individual or group control, and can be operated via infrared remote, RS232 and RS485 serial communication. Once an input is activated, an RTS radio command is sent to the automated window treatment.

The binding supports the RS232 communication.

Supported Things

There are two supported things:

  • URTSI II Device: Bridge
  • RTS Device (e.g. Rollershutter): Thing

Discovery

Discovery is not supported.

Thing Configuration

URTSI II Device:

  • Port: The port which is used to access the device (e.g. /dev/ttyUSB0)
  • Command execution interval: The time (in ms) the binding should wait between sending commands to the device

RTS Device (e.g. rollershutter):

  • Channel: The URTSI II channel the RTS device is assigned to at URTSI II.

Channels

  • Position: Change the position of a device. This is used in order to interact with the device (move it up, down or stop).