I’m not sure anything can be done as-is. I’m setting up both zha event and mqtt triggers, so if you dont have any mqtt integration, it’s probably causing this error log as it’s not recognized as a valid trigger in your setup.
The only thing that could be done would be to split the blueprint for ZHA on one hand and Z2M on the other hand, which is not something I’m planning.
If you’re comfortable enough, you could edit the blueprint to remove any reference to mqtt. Be careful though, as if you keep the source_url and reimport the blueprint in the future, all local changes would be overriden.
damru thank you very much for your super blueprint. It works very well, especially the double-click.
I use my rodret in direct bind with various hue lamps.
so now i really like to use the double-click to start different things, in my case the double-click off does a segment cleaning with my dreame x40 running valetudo. The double-click on switches off all the other lamps in the apartment. I love it!
well, in some areas it would be great to be able to open and close the curtains or the front door, for example.
I wondered if it would be possible, if double-click can be realized in blueprint, then why not:
on - off
&
off - on
be a pattern that your blueprint can recognize.
I have adapted and extended the code but unfortunately it does not work:
Hi !
I just discovered this blueprint literally half an hour ago, and I want to thank you for it, it’s very well done!
I also got the same issue as Ptica and Routout, a double press event is seen as a single press.
This is the history I got :
I got double click to work by controlling scene with it. When first tried to control one z2m group with one single z2m bulb it acted like single click. But when controlling scene it’s working fine now.
Did you check the Rodret Options > Expose virtual double press “xxx” event
I’m not able to reproduce on my end, running Z2M v2 and everything is fine with double clicks.
I checked my Zigbee2MQTT settings, but I couldn’t find the ‘Expose virtual double press’ option anywhere. It doesn’t seem to be available for my device.
I’m still new to HA, as it’s a part of my endless and excruciatingly slow remodel (I suck at being my own General Contractor). I’ve mainly been adding devices at a rapid pace, as my goal is to have everything in my home working within HA.
I bought a ZBT-1 a month ago, but hadn’t used it yet. I was at IKEA yesterday and on my way out I noticed a bunch of IKEA Zigbee devices in the returns/damaged area. I bought several, including a RODRET, which is my first Zigbee controller. After adding it via zha, I tried to develop my first Automation to control a single smart bulb, which was a frustrating, humbling and ultimately failed experience.
I prayed to Google for Enlightenment, and was blessed with the URL to this Blueprint, which is the first HA Blueprint I’ve used.
My first Automation works great! I especially like I was able to enable then configure RODRET up/down double-clicks to jump to full/dim. This is now my ideal physical lighting control.
Hey @damru
First of all, thanks for your work.
Blueprint is working fine so far.
Maybe i’d contribute a feature request.
It could be possible to add multiple “triggern” to the automation.
e.g. in my staircase there are 6 rodrets, all doing exactly the same - switching All the staircase lights on/off.
As of now, i need to add 6 automations for that, all independent from each other, so every change inside leads to alot of work editing all automations.
Maybe the blueprint could allow for multiple switches or maybe a group of switches?
I’m already working on this feature but it’s not fully integrated yet.
I’ll post an update once it’s done. This will most likely be a breaking change, as after updating the blueprint the device selector will allow multiple devices instead of just 1
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 from path: damru/ikea_E2201-E2213_ZHA-Z2M_control-anything.yaml to path: damru/ikea_E1743-E2201-E2213_ZHA-Z2M_control-anything.yaml
feat!: allow multiple remotes Please update any automation using these blueprints in order to reselect the remote (and add new ones if needed)