Skip to content
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 _TZE204_s139roas Miucda/Avatto temp sensor #3402

Closed
ArturZurawski opened this issue Oct 7, 2024 · 2 comments · May be fixed by #3503
Closed

[Device Support Request] TS0601 by _TZE204_s139roas Miucda/Avatto temp sensor #3402

ArturZurawski opened this issue Oct 7, 2024 · 2 comments · May be fixed by #3503

Comments

@ArturZurawski
Copy link

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
    "signature": {
      "node_descriptor": {
        "logical_type": 2,
        "complex_descriptor_available": 0,
        "user_descriptor_available": 0,
        "reserved": 0,
        "aps_flags": 0,
        "frequency_band": 8,
        "mac_capability_flags": 128,
        "manufacturer_code": 4417,
        "maximum_buffer_size": 66,
        "maximum_incoming_transfer_size": 66,
        "server_mask": 10752,
        "maximum_outgoing_transfer_size": 66,
        "descriptor_capability_field": 0
      },
      "endpoints": {
        "1": {
          "profile_id": "0x0104",
          "device_type": "0x0051",
          "input_clusters": [
            "0x0000",
            "0x0004",
            "0x0005",
            "0xef00"
          ],
          "output_clusters": [
            "0x000a",
            "0x0019"
          ]
        }
      },
      "manufacturer": "_TZE204_s139roas",
      "model": "TS0601"
    },

Diagnostic information

Diagnostic information
[Paste the diagnostic information here]

Logs

Logs
[Paste the logs here]

Custom quirk

Custom quirk
[Paste your custom quirk here]

Additional information

No response

pflorek added a commit to pflorek/zha-device-handlers that referenced this issue Nov 10, 2024
variant has e-ink screen and cr2430 battery. seems to work like the variant without screen. tested by copying to zha.custom_quirks_path

closes zigpy#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()
)

```
@pflorek
Copy link

pflorek commented Nov 10, 2024

Hi @ArturZurawski , I'm triaging them too. Please test the quirk also #3503

@ArturZurawski
Copy link
Author

Seems to be working. Thank you.

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 a pull request may close this issue.

2 participants