Skip to content

Home Assistant custom component for Linak / IKEA IDÅSEN standing desk

License

Notifications You must be signed in to change notification settings

johan12345/idasen-desk-homeassistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IDÅSEN Desk Home Assistant

A simple Home Assistant integration for the IKEA IDÅSEN desk. It may also work with other desks with Linak controllers and Bluetooth capability.

The integration is compatible with Home Assistant's new native Bluetooth platform (using the Bleak library), which means it should play nicely with other Bluetooth LE-based integrations using the same Bluetooth dongle. It provides a cover entity to control the desk, as well as sensors providing the current height and speed of the desk.

Setup

  1. Ensure that you have the Bluetooth integration set up in your Home Assistant instance with a compatible Bluetooth dongle
  2. Install the IDÅSEN integration by placing it in your custom_components folder and restarting Home Assistant
  3. Make sure that the desk is already paired to your Bluetooth dongle. You can do this e.g. by starting bluetoothctl and running pair <MAC address of the desk>. This is necessary because the IDÅSEN controller requires pairing before starting a Bluetooth connection, which Bleak does not support yet.
  4. Under Settings > Devices & Services, click on Add Integration and select the Idasen Desk integration. Your desk should appear in the list.

Optional: Linak Desk Card

You can set up the Custom LinakDesk Lovelace Card using the "Relative Height" sensor and the cover entity provided by this integration.

Previous work

The implementation has been inspired by the existing Python implementations for the desk:

There are even a couple of existing attempts at Home Assistant integrations for the same desk based on different approaches:

About

Home Assistant custom component for Linak / IKEA IDÅSEN standing desk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages