Home Assistant integration to control Linak DPG Desk Panels (eg. IKEA IDÅSEN or DENCON) with adjustable heights. The integration uses a custom bluetoothctl wrapper and does not require pybluez. The integration is developed with focus on Home Assistant OS and is not requiring other server tools.
The project is work in progress.
- Pair and connect
- Current height
- Device selection under installation
- Offset
- Move up/move down
- Stop moving
- Save favorites
Upload the custom component to Home Assistant's custom_components directory and restart the service.
Add the integration though interface of Home Assistant
Add the sensor to your configuration.yaml:
sensor:
- platform: linak_dpg
name: Linak Desk
address: 00:11:22:33:44:55
Open Source is awesome! This integration is inspired by the following projects:
- nconrad's idasen-desk-controller
- kosme's bluetoothctl_lib