python-yeelightbt icon indicating copy to clipboard operation
python-yeelightbt copied to clipboard

Python library for Yeelight's bedside (btle) and candela lamps

Results 9 python-yeelightbt issues
Sort by recently updated
recently updated
newest added

On CES 2019, Xiaomi announced a new line of Yeelight devices, the Yeelight Mesh. Theese lamps works with BLE, and currently there is no API for control the Mesh devices....

help wanted

As the custom_component for Home Assistant seems not to be working, I came up with this workaround for using the Candelas. It is slow and far from perfect, but it...

Protokolldetails ( ERROR ) Logger: homeassistant.components.websocket_api.http.connection.2951776048 Source: custom_components/yeelight_bt/light.py:190 Integration: websocket_api (documentation, issues) First occurred: 8:14:54 (1 occurrences) Last logged: 8:14:54 Helper not started (did you call connect()?) Traceback (most recent...

question

I installed your library as suggested : `pip3 install git+https://github.com/rytilahti/python-yeelightbt/` Sadly when trying anything I get this error : (python 3.7) Any idea where I should look ? ```Traceback (most...

Hi, I have Xiaomi Bedside lamp and your library after set colour is always returning "temperature 0". If I set temp by app it returns proper light temp, at least...

Hey, Nice work! I have a little question. I want to use your code to integrate some Candelas with the Domoticz Home Automation System. But from the moment I send...

pi@hassbian:/srv/homeassistant/bin $ ./yeelightbt INFO:yeelightbt.connection:Requesting characteristics for uuid 8f65073d-9f57-4aaa-afea-397d19d5bbeb INFO:yeelightbt.connection:Requesting characteristics for uuid aa7d3f34-2d4f-41e0-807f-52fbf8cf7443 Got notif: ERROR:yeelightbt.lamp:got exception on {'type': 'GetState', 'payload': {}}, tries left 3: Device disconnected Traceback (most recent...

I successfully find the lamps through scanning. But still could not connect to them. Always timeout error. Lamps reset before connecting

Hello @rytilahti I managed to run this code on Debian 11, Phyton 3.9 and I even can do scan and find my lamp, however when I try to connect and...