-
Notifications
You must be signed in to change notification settings - Fork 796
Add Tuya mmWave 24Ghz radar, _TZE204_gkfbdvyx #4044
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
This commits adds support for Tuya compatible mmWave 24Ghz ceiling mounted human presence sensor. The unit seems to be in line with _TZE204_ya4ft0w so they could possible be merged if tested. This unit does not like sensitivity set to 0.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #4044 +/- ##
=======================================
Coverage 91.19% 91.20%
=======================================
Files 335 335
Lines 10886 10887 +1
=======================================
+ Hits 9928 9929 +1
Misses 958 958 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Any chance we get something for this one as well? |
Would need some more information about the device for that to be possible, you could try to add the identifying string to any of the different models and test for yourself. Just add this to under any of the many tuy motion sensors in zhaquirks/tuya/tuya_motion.py After adding the line in the custom quirk file, you need to restart HA and possibly remove and add the device again. The sensors are different in what data point they use so it is impossible to do without the device on hand. Does it have any labels or anything on the "bottom" of the sensor? |
Proposed change
This commits adds support for Tuya compatible mmWave 24Ghz ceiling mounted human presence sensor. The unit seems to be in line with _TZE204_ya4ft0w so they could possible be merged if tested. This unit does not like sensitivity set to 0.
Checklist
pre-commit
checks pass / the code has been formatted using Black