Dust
27. Juni 2026 um 15:39
1
Hi zusammen,
ich habe das Sonoff Hydro Duo Smart Water Valve nun heute aus meiner Vorbestellung erhalten und über ZHA in Home Assistant eingebunden. Beide Ventile (A & B) werden sauber als Switches erkannt und lassen sich schalten.
Was mir fehlt: der Durchflussmesser. Unter ZHA wird dazu keine Entity erstellt – nur die beiden Switches.
Ich gehe davon aus, dass das unter Zigbee2MQTT funktioniert, möchte aber ungern wechseln.
Meine Fragen:
Hat jemand das selbe Gerät und hätte eine Idee/Lösung zu dem Thema?
Danke für jeden Tipp!
Jim_OS
28. Juni 2026 um 05:28
2
Was dann bei Z2M an Sensoren vorhanden ist/wäre kannst Du ja da nachschauen:
Bei ZHA wirst Du wohl darauf warten müssen bis es dazu einen (offiziellen) Quirk gibt, oder mal da lesen:
offen 09:04AM - 11 Sep 25 UTC
device support request
### Problem description
The Sonoff water valve has a timer function. I can acce… ss that one via following service, but I'm hoping it can be added to quirk so that it be used from there. The reason to have this functionality added as if HA crashes the timer parameters are already passed on Sonoff valve and it will close when the timer expired even when HA is no responsive or unavailable.
```
### Solution description
One can issue the following command to pass on the timer parameter.
```
- service: zha.issue_zigbee_cluster_command
data:
ieee: xxxxxxxx
endpoint_id: 1
cluster_type: in
command_type: server
cluster_id: 0x0006
command: 0x42
args: [0, 60, 1]
```
### Screenshots/Video
<details><summary>Screenshots/Video</summary>
[Paste/upload your media here]
</details>
### Diagnostics information
No debugging is need, its just missing a feature that the valve supports.
The quirk is located in here zhaquirks/sonoff/swv.py
### Device signature
<details><summary>Device signature</summary>
zhaquirks/sonoff/swv.py
```json
```
</details>
### Logs
<details><summary>Logs</summary>
```python
[Paste the logs here]
```
</details>
### Custom quirk
<details><summary>Custom quirk</summary>
```python
[Paste your custom quirk here]
```
</details>
### Additional information
_No response_
VG Jim
MajorC
3. Juli 2026 um 17:17
3
Hi,
ich habe auch mein Duo erhalten und noch per ZHA verbunden.
Hast du auch das Problem, dass sich das Ventil nach 10 Minuten selbständig schließt?