When I long-press the center button, the Center button short press is fired inmediately and a few seconds later, the actual Center button long press actions are fired.
Is this expected behaviour, long-press also fires short press?
Thank you for the template, it’s great and has allowed me to go from 3 buttons to 1 remote for this area!
Hi
After my Ikea hub burned down (one of the chips is cooked well done) I was looking for a replacement hub, but unfortunately they’re pretty much unobtainium, so I decided to go with a conbee II stick. I’ve deconz up and running next to HA on my home build nas, so far so good.
I’ve to say the user experience of the buttons was very lacking at the start, but these blueprints are pretty awesome! It definitely feels more like the out of the box experience I had with the ikea hub.
Right now only 2 things are bothering me, one of which is the colour rotation but I guess I can figure that out by using scenes.
The one that bothers me most is HA not remembering the last brightness of a bulb after turning it off. Deconz does manages to do this, but there the user interaction is less good. Is there any way to achieve this on HA as well?
I am trying to setup this blueprint with my Ikea button but I am struggling to get it working and I think it is something to do with the input_text. I created the following
Hi, this looks to me a great work. Unfortunately the Up and Down button are not working. All otthers are working.
I have a Remote Control Tradfri E1810 and an Ikea Lamp Tradfi 250lm. Both connected to HA with ZHA via Sonoff bridge flashed with Tasmota.
After a lot of debugging I found out that the Up and Down button of my Controller are not sending the right message.
This is what I get when clicking in each of the 5 buttons:
Center Button: toggle (OK, as expected)
Left Button: “press_257_13_0” (OK, as expected)
Right Button: “press_256_13_0” (OK, as expected)
Down Button: “step_StepMode.Down_43_5_bitmap8.0_bitmap8.0” (WRONG. According to the Blueprint “step_1_43_5” is expected)
Up Button: “step_with_on_off_StepMode.Up_43_5” (WRONG. According to the Blueprint “step_with_on_off_0_43_5” is expected)
This explains why nothing is executed when pressing Up and Down button.
I have the same issue. Left and Right button works like a charm. Can’t make Up and Down buttons work.
I have tripple checked that the mapping in /config/blueprints/automation/EPMatt/ikea_e1524_e1810.yaml is identical to what I receive from the Ikea controller.
I’m using zha and ConBee II
Any good ideas? I would love to have this wonderfull blueprint to work!!
Have the same issue too.
Works if replace the line button_up_short: [step_with_on_off_0_43_5]
with button_up_short: [step_with_on_off_StepMode.Up_43_5]
And button_down_short: [step_1_43_5]
with button_down_short: [step_StepMode.Down_43_5_0_0]
Guys, just bumped on this while searching for something else: of course it’s possible to mix the use for different purposes.
I do this for lights and mediaplayers.
Hi guys, I’m using this remote to control mainly my mediaplayers but also some lights/helpers.
For some buttons I use the long or double press functionality.
This has worked flawlessly until some time ago and for a reason I cannot find, the double press doesn’t work anymore.
The (Optional) Expose x button double press event is enabled.
I increased Helper - Double Press delay input to 10000 but still a double press is seen as single.
Does anyone have the same problem or an idea what might be wrong?
Yeah I just noticed today my double presses also don’t work like they used too. I haven’t looked into it much but if I do (and get them working) will let you know.