Python Yeelightbt Versions Save

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

0.0.4

5 years ago

The major change in this release is fixing the support for newer construct releases , thanks to @arekbulski. Thanks also to @vladisnik for fixing the deprecated homeassistant const.

Full Changelog

Closed issues:

  • object has no attribute 'update_ha_state' #27
  • Error message #25
  • yeelightbt got error, is it due to phyton version2? #23
  • which file should i copy to custom_components? #22
  • Cannot import name 'SymmetricMapping' #18
  • Issues (different) on both PY2.7 and PY3.5 #17
  • from Construct developer, a note #15

Merged pull requests:

0.0.3

6 years ago
  • The client informs when a pairing is required, the lamp has to be turned on when doing this:

    • On the bedside lamp the smaller button has to be pressed when the lamp keeps changing the brightness.
    • For Candelas the cylinder has to be turned to pair the device.
  • Added new commands:

    • get_scene, set_scene (incomplete)
    • get_version_info
    • get_serial_number
    • get_time, set_time
    • get_nightmode
    • get_alarm
    • get_flow
  • Fixed protocol issues with newer construct versions.

  • The library searches handles now based on uuids, which was a prerequisite for Candela support.

  • Thanks to Haiyuan and weiwei from yeelight for clarifications on the bedside lamp protocol.