Overview
The IKEA ID?SEN motorized desk provides adjustable height settings for improved ergonomics, but manual adjustment can be inconvenient. By integrating with Home Assistant, users can easily control the desk’s height remotely, enhancing comfort and productivity throughout the day.
Benefits
- Convenient height adjustments without needing to leave your workstation.
- Customizable height presets for different users or tasks.
- Integration with other smart home systems for streamlined control.
Intent
This capability aims to provide a seamless way to control the height of the IKEA ID?SEN desk via Home Assistant. The outcome is a more ergonomic workspace tailored to individual preferences and activities.
Preconditions
- IKEA ID?SEN motorized desk is connected to a compatible smart home hub.
- Home Assistant is set up and configured on your home network.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: TP-Link | HS100.
Actors
- Homeowner adjusting the desk for work or leisure
- Family members using the desk for different activities
- Guests needing temporary use of the desk
Trigger
The capability is triggered when the user selects a height adjustment command through the Home Assistant interface or a voice assistant.
Workflow Diagram
flowchart TD
A[User selects height adjustment] -->|check| B{{Desk connected?}}
B -->|Yes| C[Send height command to desk]
C --> D[Desk height adjusted]
B -->|No| E[Alert user: Desk not connected]
Workflow Description
1. User accesses Home Assistant
The user opens the Home Assistant app or web interface to control the desk.
2. Select height adjustment
The user chooses the desired desk height or selects a preset option.
3. Command sent to desk
Home Assistant sends the height adjustment command to the IKEA ID?SEN desk.
4. Desk adjusts height
The IKEA ID?SEN desk motorizes to the selected height.
5. Confirmation received
The user receives a notification or visual confirmation that the desk height has been adjusted.
Postconditions
The IKEA ID?SEN desk is set to the new desired height, providing an ergonomic workspace for the user.
Optional Enhancements
- Integrate with voice assistants for hands-free control.
- Set up capability to adjust height based on time of day.
- Create a profile for each user to save their preferred height settings.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, Tasmota | TP-Link | HS100, TP-Link | HS200 |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)