-
Notifications
You must be signed in to change notification settings - Fork 762
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
Fix Tuya temp/humidity sensor quirks (_TZE200_upagmta9
, ...)
#3817
Conversation
This reverts commit 08dfd2d.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #3817 +/- ##
==========================================
- Coverage 90.91% 90.91% -0.01%
==========================================
Files 325 325
Lines 10567 10566 -1
==========================================
- Hits 9607 9606 -1
Misses 960 960 ☔ View full report in Codecov by Sentry. |
6bfebfe
to
6233c70
Compare
tze200 cirvgep4
_TZE200_upagmta9
, ...)
Can someone please explain to me what is happening here? I have installed these thermostats in all my rooms for display and heating control. They work reasonably well under mqtt but when I press the button they no longer send any data. I had the same problem under zha and also had difficulty integrating them at all. What is the current status and will there be a solution for the devices or do I have to buy new ones? |
This hasn't made it to HA yet. There is a small chance it will make 2025.2, but more likely it will be 2025.3. |
Thank you for the answer. That means that I no longer need a quirk from HA2025.03 onwards?! Will it only be implemented when everything works? Including the lighting button, which doesn't work in any version yet? |
You will no longer need a custom quirk. You can test this PR as a custom quirk, but will need to be on 2025.2 to do so. As far as the light, I don't think this supports that, which specific device do you have? |
i have TZE200_cirvgep4 |
If z2m hasn't figured this out, we would need to capture traffic with the Tuya hub to understand exactly what the device expects as a reply. |
i dont have a tuya hub. i use zha and z2m in home assistant. |
Proposed change
Add Tuya
tze200 cirvgep4
and combine quirks to match z2m.See: https://github.com/Koenkk/zigbee-herdsman-converters/blob/09cfce5153d3931c7cc009aa3ae3107d9b394f5c/src/devices/tuya.ts#L1073
Additional information
Closes: #2577
Closes: #2854
Closes: #2304
Closes: #3260
Closes: #2725
Closes: #2929
Checklist
pre-commit
checks pass / the code has been formatted using Black