Vektiva binding (Smarwi support)

Hi,
I have prepared Vektiva binding which supports the Smarwi thing (https://vektiva.com/en/shop/smarwi)

All you need to do is the following:

  1. download snapshot version from
    https://openhab.jfrog.io/openhab/libs-pullrequest-local/org/openhab/binding/org.openhab.binding.vektiva/2.5.0-SNAPSHOT/org.openhab.binding.vektiva-2.5.0-SNAPSHOT.jar
  2. copy the downloaded .jar to addons folder of your OH2 install
  3. open PaperUI and add a new thing Smarwi provided by Vektiva binding
  4. configure local IP address of your Smarwi device
  5. enable Websockets, if you are running 203.2.4+ FW for better user experience (experimental)
  6. save

If you’ve done everything OK, the thing should change the state to ONLINE and exposes two channels: channel “control” of type RollerShutter and channel “status” of type String.

items file example:

Rollershutter Smarwi "Smarwi [%d %%]" (room) { channel="vektiva:smarwi:5d43c74f:control" }
Dimmer SmarwiD "Smarwi [%.1f]" <smarwi> (room) { channel="vektiva:smarwi:5d43c74f:control" }
String SmarwiStatus "Smarwi status [%s]" <smarwi> (room) { channel="vektiva:smarwi:5d43c74f:status" }

Note: If you are running any version prior to 203.3.0, do not forget to upgrade to the latest version via the vektiva.online UI!

If you are looking for the smarwi icon, please feel free to download and put it in your icons/classic directory of OH2 install:

P.S. This binding has been merged to OH2 master so it’ll be part of OH2.5+ distribution

1 Like

Reserved post