I’m using the blueprint from the top of this thread since quite some time, so in event mode.
Everything was OK until some weeks ago where the single press on the button is not triggering the action (light.toggle). All other actions are working fine (double press, rotate, long press).
The strangest thing is that if I go to this automation and run manually the action for single press (click click “run” from the 3 dots menu next to the action, it executes properly.
I had the same problem with “Empty string(”“)” actions when using z2m. After I switched to ZHA the problem seems to be gone. Maybe a problem in the z2m converter?
Z2M create two entity “Action step size” & “Action” that are not syncrhone giving wrong results when getting the value after a trigger.
Using directly the MQTT root topic bypass this prob because with one query you have the two value at the same time
Hi there,
for me this doesn’t work, it triggers the automation but won’t run one of the three actions it has to choose.
any idea on what might be the problem?
Just chiming in to say this device is useless and never works. It’s been months and every single time I try it nothing happens. Sometimes I can click it a bunch and get the mapped light to come on, but I’ve never gotten it to turn off.
I guess I have to replace this since nobody seems to believe there is serious issues induced through zigbee2mqtt or through home assistant.
Before this trouble started it was working absolutely perfectly.
Check Z2M log tab, you will see what’s in the mqtt event that is triggered
condition & action have to match (maybe it spell different between version)
Exemple of my log {"action":"brightness_step_up", "action_rate":null,"action_step_size":37,"action_transition_time":0.02,"battery":100,"linkquality":124,"operation_mode":"command","voltage":3000}
Hello.
This blueprint its very interesting because inify the 2 modes.
But dont work for me, can you explan exactly what i need to fill in the blueprint?
Name: its the name as apears in the zigbee2mqtt (default name is 0x… but i rename. its correct?)
State: I dont know what i need to put in the “state”
This can be also a 0x… name when you don`t have a friendly name defined.
Base topic should only be changed when this is changed in your “zigbee2mqtt - home assistant” config and is default zigbee2mqtt so if you don`t have changed that you can leave that for what it is.
The state entity should be the entity which can be used to get/set the current state.
The name you can find by pressing on the icon and you should be able to pick that one out of the select list.
This is used to create a change trigger which i have used to blink the light which i control because i control different light groups on the different modes.
Perhaps it has to do with the action you have defined? I`m new to home assistant but would think when you call “light.turn_on” would also do a state check? Which would be on first call set to true? I have a device defined that decreases the brightness what seems to work.
Hello everyone. I had a problem. I connect knob via ZigbeeZ2MQTT for the first time and it starts controlling my curtains ZNCLDJ11LM. At the same time, no automation is involved. How can this problem be solved?