IKEA RODRET & SOMRIG & TRADFRI (on/off)
Control Light (ZHA/Z2M)
Hello people.
This is a lighter version of IKEA RODRET + SOMRIG + TRADFRI Remotes - ZHA/Z2M - Control anything.
This blueprint will allow you to control a light with an IKEA RODRET or IKEA SOMRIG or IKEA TRADFRI (on/off) remotes via ZHA or Zigbee2MQTT.
Features
This blueprint provides the following actions:
Press “on” button to turn on a light
Press “off” button to turn off a light
Hold “on” button to increase the brightness
Hold “off” button to decrease the brightness, down to 1%
Blueprint
Changelog
v2.2.0
Breaking Changes
- feat: added TRADFRI on/off switch (E1743), thanks to @yarafie
![]()
Files were renamed to reflect the Tradfri support, so in order to update smoothly you should:
- import the new blueprint version
- open your existing automation
2.1 Edit in yaml mode
2.2 Update line 4 frompath: damru/ikea_E2201-E2213_ZHA-Z2M_control-light.yaml
topath: damru/ikea_E1743-E2201-E2213_ZHA-Z2M_control-light.yaml
- feat!: allow multiple remotes
![]()
Please update any automation using these blueprints in order to reselect the remote (and add new ones if needed)
History
v2.1.0
- chore: use new yaml syntax
- fix: turn off in control_light for zha e2201 by @leahoswald
- feat(CL): increase dimming step delay from 0.05s to 0.1s
v2.0.0
BREAKING CHANGE: when using Zigbee2MQTT, device must be reselected in the automation as the device selector was merged with ZHA instead of having a plain text input.
- feat: add IKEA SOMRIG support
- chore: change syntax from platform to trigger
- chore(z2m): move from mqtt topic to device action
v1.1
- Add Zigbee2MQTT support
with 2 new options:
- (Zigbee2MQTT) Remote Name: specify your device name as shown in Z2M
- (Zigbee2MQTT) Base mqtt topic: Z2M topic. Defaulted to zigbee2mqtt
- Minor enhancements
v1.0
- First version of this automation featuring the following actions:
- press on button to turn on the light
- press off button to turn off the light
- hold on button to increase the brightness
- hold off button to decrease the brightness down to 1%
Check the code
v1 (deprecated)
v2 (contains v1 for history as well)