Idasen Versions Save

Python API and CLI for the ikea IDÅSEN desk.

v0.12.0

2 months ago

Added

  • Added public methods to get the speed, get_speed and get_height_and_speed.
  • Added a command line option to read the speed of the desk.

Fixed

  • Fixed the desk not stopping when requested during movement.
  • Fixed the desk pausing during raising / lowering.

Changed

  • Heights in the configuration file are no longer allowed to be called "speed".

v0.11.1

4 months ago

Fixed

  • Fixed the desk stopping at inconsistent heights.

v0.11.0

4 months ago

Added

  • Added a wakeup method for compatibility with the Linak DPG1C controller.

v0.10.3

7 months ago

Added

  • Added support for python 3.12.

Fixed

  • Stop desk movement when interrupted by the physical button.

v0.10.2

8 months ago

Changed

  • Relaxed dependency version constraints for improved home-assistant compatability.

Fixed

  • Fixed idasen init on MacOS.

v0.10.1

8 months ago

Added

  • Added support for bleak version ~0.21.

v0.10.0

8 months ago

Added

  • Added support for initializing IdasenDesk with a BLEDevice instead of a MAC address.
  • Added connect and disconnect methods as an alternative to the context manager.
  • Added a disconnected_callback argument to the IdasenDesk constructor.
  • Added a pair method.

Changed

  • Changed build-system.requires from ["poetry>=0.12"] to ["poetry-core"].

Fixed

  • Fixed the stop method not stopping the desk.

v0.9.6

1 year ago

Added

  • Added support for bleak version ~0.20.

v0.9.5

1 year ago

Fixed

  • Fixed configuration validation to accept 36-character MAC addresses as seen on macOS.

v0.9.4

1 year ago

Added

  • Added support for bleak version ~0.19.