Hello,
I just received my Fingerbot Plus Zigbee version and paired it with Zigbee2MQTT. It is detected as Tuya [TS0001_fingerbot].
I am using the fingerbot to press my parking remote button in click mode. It works. But I have an issue. When I click once, the state changes from Off to On. As this is click mode, I thought that the state will come back to off after sometime. But unfortunately it stays at “On”. If I want to reopen my garage, I need to press Off and It works.
It’s disturbing when you check your dashboard. You have one switch On everytime. I don’t if we can do anything to change this.
When I press On button, I want the switch to go back to Off state after let’s say 3 seconds.
I’ve tried to do that via an automation. It works but it presses twice the button
alias: Portail Fingerbot
description: ""
trigger:
- platform: device
type: turned_on
device_id: 8dcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
entity_id: 862xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
domain: switch
condition: []
action:
- delay:
hours: 0
minutes: 0
seconds: 3
milliseconds: 0
- type: toggle
device_id: 8dcxxxxxxxxxxxxxxxxxxxxxxxxxxxx
entity_id: 862xxxxxxxxxxxxxxxxxxxxxxxxxxxx
domain: switch
mode: single
I don’t know if it’s possible to change only the state without triggering the bot for a second time.
Hope it is clear. Thanks for your help