* 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> |
||
---|---|---|
.. | ||
readme.md |
readme.md
id | label | title | type | description | source | since | install |
---|---|---|---|---|---|---|---|
ucprelayboard | UCProjects.eu Relay Board | UCProjects.eu Relay Board - Bindings | binding | This binding provides support for relay board available from [ucprojects.eu](http://ucprojects.eu) (site in Polish) | https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.ucprelayboard/README.md | 1x | manual |
{% include base.html %}
UCProjects.eu Relay Board Binding
This binding provides support for relay board available from ucprojects.eu (site in Polish)
Binding Configuration
This binding must be configured in the file services/ucprelayboard.cfg
.
Property | Default | Required | Description |
---|---|---|---|
board.<name> .port |
Yes | Name of the serial device to which the board is connected | |
board.<name> .baud |
57600 | No | Baud rate for the serial device |
refresh | 60000 | No | Refresh of relay board state interval in miliseconds (60000 is one minute) |
where:
<name>
is a name you choose, and you can specify more than one board.
Item Configuration
Only Switch items are supported.
ucprelayboard="board=<name>;relay=<number>[;inverted=true]"
where:
<name>
is a name you configured in the binding configuration<number>
is the index of the relay on the board you wish to switch[;inverted=true]
an optional section that inverts the meaning of ON and OFF