Skip to main content

Controller - IKEA E2123 SYMFONISK sound remote, gen 2

Import this blueprint

My Home Assistant

Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.
(Home Assistant 2024.10.0 or higher)

Direct Link

tip

This blueprint is part of the Controllers-Hooks Ecosystem. You can read more about this topic here.

Description​

This blueprint provides universal support for running any custom action when a button is pressed on the provided IKEA E2123 SYMFONISK sound remote, gen 2. Supports controllers integrated with Zigbee2MQTT, ZHA, deCONZ. The blueprint will automagically detect the integration type and take care of all the rest.

The blueprint handles double button press events natively as it is supported by the controller device itself.

tip

Automations created with this blueprint can be connected with one or more Hooks supported by this controller. Hooks allow to easily create controller-based automations for interacting with lights, media players, covers and maybe more in the future. See the list of Hooks available for this controller for additional details.

Requirements​

Zigbee2MQTT Integration

Optional

If you plan to integrate the with Zigbee2MQTT, you must have this integration set up. Installation methods differ between different installation types. Check out the documentation for full details on the required hardware and how to set up Zigbee2MQTT on your system.

Zigbee2MQTT Docs

ZHA Integration

Optional

If you plan to integrate the with ZHA, you must have this integration set up. The ZHA integration can be configured from the Home Assistant UI. Check the documentation for full details on the required hardware and how to set up ZHA on your system.

ZHA Integration Docs

deCONZ Integration

Optional

If you plan to integrate the with deCONZ, you must have this integration set up. The deCONZ integration can be configured from the Home Assistant UI and requires an additional container to run deCONZ on. Head over to the documentation for full details on the required hardware and how to set up deCONZ on your system.

deCONZ Integration Docs

Inputs​

Controller Device Device Zigbee2MQTT, ZHA, deCONZ Required

The controller device to use for the automation. Choose a value only if the remote is integrated with Zigbee2MQTT, ZHA, deCONZ.


Up button short press Action Optional

Action to run on short up button press.


Up button long press Action Optional

Action to run on long up button press.


Down button short press Action Optional

Action to run on short down button press.


Down button long press Action Optional

Action to run on long down button press.


Right button short press Action Optional

Action to run on short right button press.


Left button short press Action Optional

Action to run on short left button press.


Center button short press Action Optional

Action to run on short center button press.


Dots1 button short press Action Optional

Action to run on short dots1 button press.


Dots1 button long press Action Optional

Action to run on long dots1 button press.


Dots1 button release Action Optional

Action to run on dots1 button release after long press.


Dots1 button double press Action Optional

Action to run on double dots1 button press.


Dots2 button short press Action Optional

Action to run on short dots2 button press.


Dots2 button long press Action Optional

Action to run on long dots2 button press.


Dots2 button release Action Optional

Action to run on dots2 button release after long press.


Dots2 button double press Action Optional

Action to run on double dots2 button press.


Up button long press - loop until release Boolean Optional

Loop the up button action until the button is released.


Up button long press - Maximum loop repeats Number Optional

Maximum number of repeats for the custom action, when looping is enabled. Use it as a safety limit to prevent an endless loop in case the corresponding stop event is not received.


Down button long press - loop until release Boolean Optional

Loop the down button action until the button is released.


Down button long press - Maximum loop repeats Number Optional

Maximum number of repeats for the custom action, when looping is enabled. Use it as a safety limit to prevent an endless loop in case the corresponding stop event is not received.


Right button long press - loop until release Boolean Optional

Loop the right button action until the button is released.


Right button long press - Maximum loop repeats Number Optional

Maximum number of repeats for the custom action, when looping is enabled. Use it as a safety limit to prevent an endless loop in case the corresponding stop event is not received.


Left button long press - loop until release Boolean Optional

Loop the left button action until the button is released.


Left button long press - Maximum loop repeats Number Optional

Maximum number of repeats for the custom action, when looping is enabled. Use it as a safety limit to prevent an endless loop in case the corresponding stop event is not received.


Center button long press - loop until release Boolean Optional

Loop the center button action until the button is released.


Center button long press - Maximum loop repeats Number Optional

Maximum number of repeats for the custom action, when looping is enabled. Use it as a safety limit to prevent an endless loop in case the corresponding stop event is not received.


Dots1 button long press - loop until release Boolean Optional

Loop the dots1 button action until the button is released.


Dots1 button long press - Maximum loop repeats Number Optional

Maximum number of repeats for the custom action, when looping is enabled. Use it as a safety limit to prevent an endless loop in case the corresponding stop event is not received.


Dots2 button long press - loop until release Boolean Optional

Loop the dots2 button action until the button is released.


Dots2 button long press - Maximum loop repeats Number Optional

Maximum number of repeats for the custom action, when looping is enabled. Use it as a safety limit to prevent an endless loop in case the corresponding stop event is not received.


Helper - Long Press Delay Number Optional

Max delay between the pushing and releasing of a button long press event. Increase this value if you notice that the long press action is not triggered properly.


Helper - Double Press delay Number Optional

Max delay between the first and the second button press for the double press event. Provide a value only if you are using a double press action. Increase this value if you notice that the double press action is not triggered properly.


Available Hooks​

Light​

This Hook blueprint allows to build a controller-based automation to control a light. Supports brightness and color control both for white temperature and rgb lights.

(Default) Mapping​

  • Center button short press -> Toggle
  • Up button short press -> Brightness up
  • Up button long press -> Brightness up (continuous, until release)
  • Down button short press -> Brightness down
  • Down button long press -> Brightness down (continuous, until release)
  • Right button short press -> Color up
  • Left button short press -> Color down
  • Dots1 button short press -> Turn off
  • Dots2 button short press -> Turn on
  • Dots1 button long press -> Color down (continuous, until release)
  • Dots2 button long press -> Color up (continuous, until release)

Light Hook docs

Media Player​

This Hook blueprint allows to build a controller-based automation to control a media player. Supports volume setting, play/pause and track selection.

(Default) Mapping​

  • Center button short press -> Play/Pause
  • Up button short press -> Volume up
  • Up button long press -> Volume up (continuous, until release)
  • Down button short press -> Volume down
  • Down button long press -> Volume down (continuous, until release)
  • Right button short press -> Next track
  • Left button short press -> Prev track
  • Dots2 button short press -> Toggle
  • Dots1 button short press -> Stop

Media Player Hook docs

Cover​

This Hook blueprint allows to build a controller-based automation to control a cover. Supports opening, closing and tilting the cover.

(Default) Mapping​

  • Up button short press -> Open cover
  • Down button short press -> Close cover
  • Right button short press -> Open the cover tilt
  • Left button short press -> Close the cover tilt
  • Center button short press -> Stop cover and cover tilt

Cover Hook docs

Additional Notes​

Firmware compatability​

This blueprint is only compatible with firmwares 1.0.32 (20221219) and 1.0.35 (20230308) of the IKEA E2123 SYMFONISK sound remote, gen 2.

Changelog​

  • 2025-03-01: Initial release. [Initial Release] (@yarafie) 🎉
  • 2025-03-08: Added missing short press actions and fixed some documentation mappings. [issue#66] (@yarafie)