openhab-docs/_addons_bindings/plcbus1
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 install
plcbus PLCBus PLCBus - Bindings binding Currently only 'One phase mode' of the PLCBus protocol is supported. https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.plcbus/README.md 1x manual

{% include base.html %}

PLCBus Binding

Currently only "One phase mode" of the PLCBus protocol is supported.

Binding Configuration

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

Property Default Required Description
port Yes the name of the serial port you are using to connect, for example /dev/ttyUSB0 or COM1

Item Configuration

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

plcbus="<usercode> <unit> [seconds]"

Examples

Here are some examples of valid binding configuration strings, as defined in the items configuration file:

Switch Switch1	          "Switch1"          <plcbus> { plcbus="D1 A1"}
Dimmer Dimmer1	          "Dimmer1"          <plcbus> { plcbus="D1 A2 5"}
Rollershutter Rollershutter1  "Rollershutter 1"  <plcbus> { plcbus="D1 A3"}