I tested now with another SOMRIG connected to a different light and it is doing the same.
Sorry I cannot debug ZHA at the moment.
Could you check your automation execution history, see if it is triggered when you release the button ? Basically it should be triggered and do nothing besides interrupting the previous execution (when holding down the button).
Also, do you have the same behaviour when holding down on button ?
When dimming up, command: long_release is registered in the execution history and the lights stop dimming up when releasing the ON button. When doing the same with the OFF button it does not trigger a command: long_release and the lights continue to dim down after releasing the button.
I pushed a fix but I’m in the dark as I dont have access to my zha setup.
Can you try to refresh the blueprint and check again please?
Sorry, now it immediately goes down to 1% without dimming step by step.
It should be ok now.
You can refresh the blueprint
That did the trick. Thank you
Hi everyone,
I’m using an IKEA Tradfri power supply connected to a smart outlet that operates on a schedule. The outlet powers my computer, monitors, and other equipment, including spotlights. It’s set to turn on at 7:30 AM and off at 4:30 PM daily.
The Tradfri power supply controls my spotlights using this blueprint and a Somrig remote. However, I’ve noticed that the spotlights always turn on automatically when the power is restored in the morning. I’d like to prevent this from happening and keep the spotlights off when the outlet turns on.
Does anyone have a suggestion on how to stop the spotlights from turning on automatically? Could this be something added to the code to prevent the spotlights from powering up when the outlet is restored each morning?
Thanks in advance!
Thank you so much for this Automation!!
Just one thing I’d like to know… is it possible to connect Rodret to my light directly and still connect the TRÅDFRI Bulb to Home Assistant? The dimming is just so much smoother when directly connected.
Thanks for this blueprint. I have been using it for a while now.
I have noticed lately that the transition on and off has gotten longer. Espescially when turning off it can take up to 10-15 seconds to transition off. Trying different lights the fade time tends to vary.
My preference for my lights is instantaneous off and on. So I took control of my automation and changed this and the dimmer step to work much more dynamically. It would be great as a feature to have the transition time and dimmer step as options for other users of the blueprint who may not want to fiddle.
Thanks!
Hey !
New version is here
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)
Check the first post to download the blueprint