You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Added
- Added new product_ids.
- Added full support of BLE TRV provided by @forabi
- Added support of programming mode for Fingerbot Plus, thanks @redphx for information.
### Changed
- Improved connection stability.
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,12 @@ The integration works locally, but connection to Tuya BLE device requires device
23
23
* Fingerbots (category_id 'szjqr')
24
24
+ Fingerbot (product_ids 'ltak7e1p', 'y6kttvd6', 'yrnk7mnn', 'nvr2rocq', 'bnt7wajf', 'rvdceqjh', '5xhbk964'), original device, first in category, powered by CR2 battery.
25
25
+ Adaprox Fingerbot (product_id 'y6kttvd6'), built-in battery with USB type C charging.
26
-
+ Fingerbot Plus (product_ids 'blliqpsj', 'yiihr7zh', 'neq16kgd'), almost same as original, has sensor button for manual control.
26
+
+ Fingerbot Plus (product_ids 'blliqpsj', 'ndvkgsrm', 'yiihr7zh', 'neq16kgd'), almost same as original, has sensor button for manual control.
27
27
+ CubeTouch 1s (product_id '3yqdo5yt'), built-in battery with USB type C charging.
28
28
+ CubeTouch II (product_id 'xhf790if'), built-in battery with USB type C charging.
29
29
30
-
All features available in Home Assistant, except programming (series of actions) - it's not documented and looks useless because it could be implemented by Home Assistant scripts or automations.
30
+
All features available in Home Assistant, programming (series of actions) is implemented for Fingerbot Plus.
31
+
For programming exposed entities 'Program' (switch), 'Repeat forever', 'Repeats count', 'Idle position' and 'Program' (text). Format of program text is: 'position\[/time\];...' where position is in percents, optional time is in seconds (zero if missing).
31
32
32
33
* Temperature and humidity sensors (category_id 'wsdcg')
33
34
+ Soil moisture sensor (product_id 'ojzlzzsw').
@@ -39,7 +40,7 @@ The integration works locally, but connection to Tuya BLE device requires device
39
40
+ Smart Lock (product_id 'ludzroix'), first attempt to support for now.
40
41
41
42
* Climate (category_id 'wk')
42
-
+ Thermostatic Radiator Valve (product_ids 'drlajpqc', 'nhj2j7su'), first attempt to support for now.
0 commit comments