Hi, was looking into smart mechanical button pusher robots. I found a Tuya fingerbot on aliexpress that is different than the Adaprox fingerbot. It is also called “Cubetouch Bot” in the listing description. It is a bit cheaper at $15 / unit compared to $30. It also uses bluetooth and is stated to work with Tuya bluetooth gateway.
I am also following development with the Tuya Fingerbot and the new HA bluetooth integration. I am sure someone will come up with a working integration without the Tuya Bluetooth bridge!
I don’t think the native HA Bluetooth integration can help because of Tuya/Adaprox using an encrypted key to talk with devices. But user u/redphx on Reddit accomplished something amazing creating a code to control Tuya/Adaprox bluetooth devices locally. He succeeded with the Fingerbot and was supposed to put his code here: GitHub - redphx/python-tuya-ble: Python library to interact with Tuya BLE protocol
If anyone knows who is redphx, I think we would all be eager to get some updates on his project.
Here is the Reddit page where I found about this project:
I have tuya fingerbot like this.
It does work with home assistant but I didn’t set it up. for now, to work locally. I managed to make my bluetooth adapter to work with ha and now I’m looking for solutions to make this thing work with home assistant without cloud.
Currently I have two of them to turn on dishwasher and washing machine and they are integrated in home assistant with tuya gateway.
I’m curious about the status of this. I was able to integrate the same fingerbot as @ddaniel in 30 sec in the tuya smart life app, Home assistant sees it but… its shows as unavailable…
I think it becomes unavailable because it is Bluetooth and goes to sleep somehow.
I purchased the aquara mini switch (which is a button switch) and I use it to activate the Fingerbot. I had it working for a while but the problem I find is that even if you try to readd the device, the old entities remain in HA.
Also, because the Fingerbot shows as unavailable in Tuya until I actually open up the device’s settings in Tuya (ie: if I’m scrolling through my devices in Smart Life, it will show offline but then if I click on its device settings, it takes a moment or so but then it comes back online once it is awoken), the aquara switch often doesn’t work, even though the automation in HA will show it was successfully triggered.
These fingerbots need a workaround. I have four of them, all different brands, and none work properly or stably.
I don’t have that experience. I have two tuya fingerbot switches and they are working perfectly fine. They are always available in smart life app. If they are not available in smart life app than something is wrong with your config. Maybe tuya gateway is loosing connection or have weak connection. Or connection between gateway and fingerbot is weak.
Good to know! I will order a couple fingerbots now that the ha_tuya_ble pugin is working!
So basically with ha_tuya_ble you don’t need to go through a script to extract device_id , uuid , local_key , mac_address with tuya-local-key-extractor ?
Just install the custom component ha_tuya_ble and fingerbots will be able to work without hub?