You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
variant has e-ink screen and cr2430 battery. seems to work like the variant without screen. tested by copying to zha.custom_quirks_path
closeszigpy#3402
```python
"""Tuya temp and humidity sensors."""
from zhaquirks.tuya.builder import TuyaQuirkBuilder
(
TuyaQuirkBuilder("_TZE204_s139roas", "TS0601")
.tuya_temperature(dp_id=1, scale=10)
.tuya_humidity(dp_id=2)
.tuya_battery(dp_id=4)
.skip_configuration()
.add_to_registry()
)
```
Problem description
I bought Miucda/Avatto ZigBee E-ink temperature and humidity sensor. I was able to connect it to ZHA, but it does not show any readings.
Solution description
I would like to be able to read temp, humidity and battery level from this device
Screenshots/Video
Screenshots/Video
![Screenshot 2024-10-07 at 12 05 06](https://github.com/user-attachments/assets/67696a17-bc07-494f-a691-6aa0dc1ed862)Device signature
Device signature
Diagnostic information
Diagnostic information
[Paste the diagnostic information here]
Logs
Logs
Custom quirk
Custom quirk
Additional information
No response
The text was updated successfully, but these errors were encountered: