[SOLVED] Manual installation binding, especially Yeelight-Binding

  • Platform information: Raspi 3 B+
    • OS: Raspbian Jessie
    • openHAB version: 2.3
      I want to install the actual Yeelight-Binding. My steps:
  • git clone in addons folder OK:
i@raspberrypi:/usr/share/openhab2/addons $ ls -l
insgesamt 92
drwxr-xr-x 9 root    root     4096 Jun 20 11:49 org.openhab.binding.yeelight
-rw-r--r-- 1 root    root    84872 Jun 20 11:52 org.openhab.binding.yeelight.zip
-rw-rw-r-- 1 openhab openhab    70 Mai 28 10:33 README

  • sudo jar cf org.openhab… OK:
pi@raspberrypi:/usr/share/openhab2/addons $ ls -l
insgesamt 92
drwxr-xr-x 9 openhab openhab  4096 Jun 20 11:49 org.openhab.binding.yeelight
-rw-r--r-- 1 root    root    84017 Jun 20 11:55 org.openhab.binding.yeelight.jar
-rw-rw-r-- 1 openhab openhab    70 Mai 28 10:33 README

  • make it executable: sudo chmod +x org.openhab… OK
  • Stop/Start Service Openhab2 OK
    but the binding is not list at karaf with bundle:list | grep ‘light’ and not visible in PaperUI
    Any hints or help wouild be very nice
    Thanks in advance
    Greets
    Andy

The Yeelight binding is available via PaperUI

Sorry, but i cannot see it:


Are you on 2.4 snapshot? Is it stable enough for daily use?

No not really, it breaks once in a while but quickly fixed
I have a stable machine as a backup

Have you enabled remote repository in your paperUI/Configuration/System?

Remote Repository is on:
2018-06-21%2012_58_22-raspberrypi%20(raspberrypi)%20%E2%80%93%20VNC%20Viewer
And Marketplace is on:

Tested the jar-file from jfrog=> works as expected.

This topic dropped of my radar.
How did you install the binding in the end?

I found the jar-file at jfrog. installed 2.4 snapshot and it works with openhab 2.3

Having the same issue. No yeelight binding is shown in paperui addons. Access Remote Repository and Marketplace switches are on. What could be the matter?

I have the same issue. The binding doesnt appear. I activated the marketplace and legacy bindings… in the end I am now using the Xiaomi Mi IO Binding… but I dont have a smooth connection with my lights… so I had hoped this binding could help. Any ideas?

Hey @BlaXun,
as long as the yeelight-binding is not stable (2.3 vs. 2.4), I’ll use the following python console app with exec command binding:
https://gitlab.com/stavros/yeecli/ (https://yeelight.readthedocs.io/en/latest/).
Maybe it is a workaround for you.

Hi

I’ve add the Yeelight binding from lates Testing version (no stable). I’ve added a Color Bulb.

In the Items I find only Color and Color Temperature but I don’t find the switch to turn it On/Off.

How can I manage it?

Thanks