-
Notifications
You must be signed in to change notification settings - Fork 726
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
[Device Support Request] TS0601 by _TZE284_qyflbnbj #3647
Comments
This looks like a very new device, I don't see anything on z2m for it. It's a temp and humidity sensor, should be easy to support, but we would need to know the Data Points. You could try the following, it's likely that it uses the same DPs as the other Tuya sensors. from zhaquirks.tuya.builder import TuyaQuirkBuilder
(
TuyaQuirkBuilder("_TZE284_qyflbnbj", "TS0601")
.tuya_temperature(dp_id=1, scale=10)
.tuya_humidity(dp_id=2)
.tuya_battery(dp_id=4)
.skip_configuration()
.add_to_registry()
) |
custom quirk added, however temp, humidity & battery shows unknown value in HA |
Ok,next we need to trigger an update from the device. You can remove and repair it, wait several hours, or try to change the temperature or humidity enough that it sends an update. If it still says unavailable, then enable debug logging in ZHA, get the device to send an update for all three of the DPs, battery, temperature, and humidity, then post the logs. |
yep it works, all parameters are readable now |
Just to confirm, the scaling is correct on everything? |
yes |
Problem description
Temperature & humidity sensor with external sensor - support request
TS0601 by _TZE284_qyflbnbj ZTHS3 EAN5903794123298
https://botland.store/tuya-home-automation/24810-tuya-zigbee-temperature-and-humidity-sensor-lcd-display-external-probe-rtx-zths3-5903794123298.html
Solution description
device should report:
temperature & humidity
optiona: battery level
Screenshots/Video
Screenshots/Video
[Paste/upload your media here]
Device signature
Device signature
Diagnostic information
Diagnostic information
Logs
Logs
Custom quirk
Custom quirk
Additional information
No response
The text was updated successfully, but these errors were encountered: