Skip to content

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

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from

Conversation

Bruners
Copy link

@Bruners Bruners commented May 3, 2025

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

  • The changes are tested and work correctly
  • pre-commit checks pass / the code has been formatted using Black
  • Tests have been added to verify that the new code works

Bruners and others added 4 commits May 3, 2025 13:55
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.
Copy link

codecov bot commented May 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.20%. Comparing base (5556090) to head (013e7aa).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@fweffort
Copy link

fweffort commented May 4, 2025

Any chance we get something for this one as well?
_TZE204_lbbg34rj

@Bruners
Copy link
Author

Bruners commented May 5, 2025

Any chance we get something for this one as well? _TZE204_lbbg34rj

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
.applies_to("_TZE204_lbbg34rj", "TS0601")
and load the custom quirk file to be loaded in HA.

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants