openhab-docs/_bindings/orvibo
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 since logo install
orvibo Orvibo Orvibo - Bindings binding This binding integrates Orvibo devices that communicate using UDP. Primarily this was designed for S20 Wifi Sockets but other products using the same protocol may be implemented in future. 2x images/addons/orvibo.png auto

{% include base.html %}

Orvibo Binding

This binding integrates Orvibo devices that communicate using UDP. Primarily this was designed for S20 Wifi Sockets but other products using the same protocol may be implemented in future.

Supported Things

  • S20 Wifi Sockets

Discovery

This binding can automatically discover devices that have already been added to the Wifi network. Please see the check your instruction manual or the help guide in the app for instructions on how to add your device to your Wifi network.

Binding Configuration

This binding does not require any special configuration.

Thing Configuration

This is optional, it is recommended to let the binding discover and add Orvibo devices.

To manually configure an S20 Thing you must specify its deviceId (MAC address).

In the thing file, this looks e.g. like

Thing orvibo:s20:mysocket [ deviceId="AABBCCDDEEFF"]

Channels

S20:

Channel Description Example
power Current power state of switch orvibo:s20:mysocket:power

Items:

Switch MySwitch              "Switch state [%s]"  { channel="orvibo:s20:mysocket:power" }

Example Sitemap

Using the above things channels and items Sitemap:

sitemap demo label="Main Menu" {
        Frame  {
                Switch item=MySwitch 
        }
}