🔁 ZHA, deCONZ, Zigbee2MQTT - IKEA E2001/E2002 STYRBAR Remote control Universal blueprint (Redux)

Mine just stopped working with z2m 2.0.
I think we need an update of the Blueprint.
Context:

Unfortunately due to the new Z2m 2.0.0 version, this blueprint doesn’t work anymore. The action entity is depracted and the device trigger should be used. Does anyone have an updated blueprint? See: Quote from “Zigbee2MQTT 2.0.0 breaking changes · Koenkk/zigbee2mqtt · Discussion #24198”

@tivoo @UsefulVid did you try to add

to the zigbee configuration.yaml? Curious if that would get things working before I try it.

This can also be done in the gui and it works again now :+1:

Heya -

I’ve never looked too far into the logic myself - I’m not much of a programmer.

From what you’ve said that would make sense though.

By changing the conditions, what do we achieve?
If you’d like to put it in a pull request I’d be happy to discuss if it’s going to improve the UX.

Hi @RGx01, @UsefulVid, @tivoo
As per @RGx01 's message, I believe this is all that is needed.

If you’d like to test the new V2 compatible blueprints, please see here: Update to support mqtt based triggers by yarafie · Pull Request #33 · lsismeiro/awesome-ha-blueprints · GitHub

I haven’t had chance to post this around yet :slight_smile:

1 Like

Hi everyone,
thank you for keeping this blueprint up to date, It works (nearly) perfect! One thing I cant get to work: “Down-button-release” isn’t triggered.

After checking my log, the STYRBAR sends a “stop_0_0” when releasing the button after a long press.

If I understand it correctly, the automation listens for
"button_down_release:

  • stop
  • stop_with_on_off"

Is there a way (for me as a newbie) to add the “stop_0_0” here? Or maybe that’s not the problem at all and I’m not far enough in to see a solution?

Thank you for your help!
hrivex

Worked yes, but after enabling this couldn’t create z2m groups in z2m addon anymore. Old groups didn’t work any more after 2.0 update so deleted them and try to create new, but it succeeded only after legacy set to false. Dimming and creating light groups is so more easier in z2m than in HA.

Tell me, how can I use this drawing to switch between light sources? So that the arrows can change the specified bulbs in turn.

Thanks for the reply. Matt seems to be actively developing the blueprints again and we are in touch. Have written up the issue more clearly here.

1 Like

Thanks! To solve the issue for now I have just restored the backup of the old Z2M version, maybe it’s better to wait a while :slight_smile:

I did that once. I used two helpers. In an input select I populated entity_id of the lamps I wanted to control then used an input number which was controlled by styrbar buttons, the numbers were tied to the input select, so min max had to match input select length. This way left/right decreased/increased number. Up/down used input number to fetch correct entity from input select and then did it’s light actions

1 Like

Hi all
I haven’t updated z2m mainly because I have 3 stybar buttons with this blueprint. Is it safe to update now? Will this blueprint work? Is there any other version that works with these buttons?
Thanks