openhab-docs/_bindings/ucprelayboard1
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
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