Hello,
I have a TLC4-UP [1] connected to Z2M. On Z2M, I can see the “action” triggered when I press a button. The action value is “open_2”, "stop_2 or “close_2” when I press the second button. If I press the button 1, the number is changed by the associated number. So the pairing is OK.
Now I try to execute a script in HomeAssistant when the first button is pressed, and another one when the second button is pressed.
I would like to open the gate with the button 1 and stop/start Alarmo on button 2.
But I can not find the way to catch the modification of state of the remote control.
Could you help me ?
Thanks a lot
My configuration and skills :
- Home Assistant Docker with Zigbee2MQTT on Podman.
- I know YAML, and Linux