Thank you for this blueprint. I succeed to use single on/off & hold press buttons but i absolutely donāt understand how to activate double/triple press actions ?
You talk about activate with expose ? How i manage to do this ? Iām running under Z2M.
If you dont own a Somrig remote thereās no real need so far.
Other than that, the thing is that the v1 trigger syntax (ie using platform: event for ZHA or platform: mqtt for Zigbee2MQTT) might become unsupported at some point.
Iāve switched from ādirectā connection between Rodret and TRĆ DFRI (IKEA LED driver for kitchen under-cabinet lights) to HA integration and this blueprint because I wanted to control the lights not only with the remote but also automations and so on.
But, after I switched I experience the same two issues that others reported here earlier (but I couldnāt find a solution):
Brightness change steps are too ābigā (10%), especially if you compare with the ādirectā integration (it was completely smooth and you could not notice a step).
Is there a way to improve this and make changes more smooth?
If I hold a dim button too long - lights go to 0%. It was mentioned here that they should go to 5% (or something) and stop, but itās not a case for me.
Am I doing anything wrong?
I think youāre mistaking with this other blueprint IKEA RODRET Dimmer + SOMRIG Remotes - ZHA/Z2M - Control Light ?
This one does nothing to the lights, you have to implement it yourself.
The other one, however, does handle a light. The steps are 5% brightness every 0.1s until 1%
The fact that it sometimes go to 0% is because the template does not pick up the correct brightness in real time. Iām trying to fix that but Iām not sure I can as itās probably related to the entity refresh rate.
Also, it will probably never be as smooth as direct ZigBee connection because of the extra processing time within HA.
First of all thank you for this blueprint is very helpful.
What Sergey means is that when the lights are dimming, the process is not smooth like when you would connect an ikea light directly to the RODRET switch, but when the lights are getting dimmed, you can see every dimm step.
I have modified the blueprint to dimm it 1% for every step, and itās still not smooth but rather noticeable.
Do you know if there is a way to dim the lights and not notice a sudden increase in the brightness? I am using the ligh control bluepring
If you experience visible flickering between the dimming steps while holding on of the buttons, there is a fix. @damru I kindly ask you to consider integrating this in your blueprint.
Fix
Use the transition functionality within the light_on-change brightness.
Simply set the transition time to 0.2 and the brightness percentage to 3 and remove the delay block.
Thanks for the suggestions
I removed the transition some times back but Iāll re-add it with the same value as the delay, this should smoothen the transition for lights that support it.
Iām considering removing the delay at once, but I have to run some tests as for the moment:
it loops too fast so the light āgoes back to random %ā instead of going to 1%
sometimes it even becomes an endless loop as itās never triggering the end-loop condition
I dont find it good practice to spam actions to HA and the network
if HA is not blocking the script for the ātransitionā time (specialy for lights that dont support it), this would be a blocker
Iām reworking this and will post an update once Iām done (at least with the transition).
Now, if you have more questions/remarks, please use the related topic instead of this one
First: yes, definitely, I used a wrong blueprint. I installed this one, while the other one (IKEA RODRET Dimmer + SOMRIG Remotes - ZHA/Z2M - Control Light) would fit my needs better.
I was just confused with names and didnāt notice that the last word is different
Anyways, for my purposes direct binding remote to the group of lights worked better - basically offering the same experience as when it was just a connection w/o HA.
Next Iām going to purchase few more ikea remotes and use the ācontrol lightā blueprint to control other, non-ikea lights around the house.