openhab-docs/_addons_bindings/mystromecopower1
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
mystromecopower Mystrom Eco Power Mystrom Eco Power - Bindings binding The openHAB Mystrom binding allows you to send commands to Mystrom Eco Power Switches, receive consumption numbers and states of devices. https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.mystromecopower/README.md 1x manual

{% include base.html %}

Mystrom Eco Power Binding

The openHAB Mystrom binding allows you to send commands to Mystrom Eco Power Switches, receive consumption numbers and states of devices.

Prerequisites

You must have an account at the Mystrom website.

Binding Configuration

The binding needs user and password of mystrom site to be added to the file services/mystromecopower.cfg.

Property Default Required Description
userName Yes your user name for the Mystrom website
password Yes your password for the Mystrom website

Item Binding Configuration

The syntax of the binding configuration strings accepted is the following:

mystromecopower="<friendlyName>"

The friendlyName is given to your device on the Mystrom site.

If not sure about the <friendlyName>s of your devices, take a look in your openhab.log. The discovered devices are listed.

Item Type Description
Switch used to get state on/off of the device, accepted commands are ON or OFF. For master device, if you send the OFF command it will ll restart the master.
Number used to receive consumption in Watts of the device. Please note that the binding does not accept DecimalType commands.
String used to receive state on/off/offline

Examples

How to configure your items in your items file, you can configure as Switch, Number or String.

Switch WallFanOffice_Switch 	{mystromecopower="lightBathroom"}
Number WallFanOffice_Number 	{mystromecopower="lightBathroom"}
String WallFanOffice_String 	{mystromecopower="lightBathroom"}