I imported the blueprint project. I tried to associate two different lights with button 1 and 2 (single press). But it does not work. I attach the yaml file. Can you help me where I’m wrong? Thank you so much.
I pulled the latest blueprint and had issues. I removed the attribute: command line at 92 and it began working. I think the restart or queued mode is also necessary.
Has anyone getting native groups to work ? E.g., binding this switch to a groupid other than 0, and then sending group messages ?
[disclosure, my switch is a MOES switch reporting at this TUYA switch, maybe it has a different or broken firmware. Manufacturer ID is _TZ3000_wkai4ga5]
This would allow to switch groups even if the coordinator is offline.
I know I can get this to work with deconz/phoscon app, but I would prefer a native way.
If it’s not possible, can someone recommend a scene switch that DOES work natively with zigbee groups ?
I’ve been trying to use this Blueprint for a long while and still it’s a completely hit or miss. I usually have to press it like 5 or 6 times for it to respond.
The end device works with the same service call I’m using (light.toggle) when done in the UI.
I have been checking the traces and it’s always this same error. So the payload gets detected, and Option 1 is chosen, but then something happens and throws an error so it doesn’t send the service call.
No clue where to look to debug it. :S Any help would be appreciated.
Does not work when using Input Select: Next to cycle through scenes. Normal operations on the a regular light bulb work for me. I’m able to cycle through the scene entities using a separate automation as shown below:
Edit: It doesn’t look like you can have more than a single action per press (i.e. you can’t call Light Bulb 1: Toggle and Light Bulb 2: Toggle. Only Light Bulb 1: Toggle will work)
Hi Guy,
I’m new in Home Assistant and I try to use a TS0044 button, my mqtt setup and Zigbee2MQTT setup seems to be ok because I successfully pairing my button and my roller.
Regarding my roller all is OK, but I have an issue with my button x4 TS0044
I can see in equipement event “button 1 single” “button 2 single” “button 1 double” but nothing is working in blueprint script.
When I excute manualy automation I was an error with
command: ‘{{ trigger.to_state.state }}’
I changed it as I saw in forum by :
command: “{{ trigger.payload_json }}”
Now I don’t get error with manual execution but when I push a button nothing
Can you help me?
I give you screenshots
Thank you so much for your help