-
Notifications
You must be signed in to change notification settings - Fork 721
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
Add Heiman HS80S-TY - Tuya _TZ6210_duv6fhwt #3688
base: dev
Are you sure you want to change the base?
Add Heiman HS80S-TY - Tuya _TZ6210_duv6fhwt #3688
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #3688 +/- ##
=======================================
Coverage 89.85% 89.85%
=======================================
Files 322 322
Lines 10379 10382 +3
=======================================
+ Hits 9326 9329 +3
Misses 1053 1053 ☔ View full report in Codecov by Sentry. |
Please ensure you are on the latest version of Home Assistant and that in your custom quirk, you delete lines 71-312. Also, do you have other custom quirks that do work? |
No, you don't need those. |
Hello, thanks for the tip to try this trick - it works. |
I missed a line, please add For the rest, we need the rest of the Data Points, so really need someone to join it to a Tuya hub and capture the rest. |
Thank's a lot, now it measures light intensity!
The light intensity measurement works perfectly, just move the sensor closer and further away from the light and the value changes immediately. Anyway, thank you - great work. |
@Vaarinvaliliha that's exactly what we need, please run the script at https://www.zigbee2mqtt.io/advanced/support-new-devices/03_find_tuya_data_points.html and post the results |
{"1":"Induction state","101":"Illuminance Value","102":"Indicator","103":"Tamper Alarm","104":"Motionless Detection Sensitivity","105":"Presence Time"} |
Interesting, so the same as what we have, thought we were missing some. Thanks for checking. |
I updated the two number entities based on @Vaarinvaliliha screenshots. I would take Presence time to set how long it holds the presence value, 1-30 minutes. And motion detection is likely used to limit false positives from fans and similar. You will need to find documentation or experimentally determine to be sure, I don't have any of these devices. |
Proposed change
Adds Heiman HS80S-TY (_TZ6210_duv6fhwt)
Additional information
Closes: #3599
Checklist
pre-commit
checks pass / the code has been formatted using Black