Created
October 7, 2024 18:56
-
-
Save letsautomatenet/64955f8773b16d083808cd3ebba8409e to your computer and use it in GitHub Desktop.
Sonoff SWV - Water Quantity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Topic: zigbee2mqtt/Name of Device Here/set | |
# MQTT Payload | |
# This example releases 5 liters of water, once and then turns off | |
{ | |
"cyclic_quantitative_irrigation": { | |
"total_number": 1, | |
"irrigation_capacity": 5, | |
"irrigation_interval": 0 | |
}, | |
"state": "ON" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
More information can be found here: https://www.zigbee2mqtt.io/devices/SWV.html#cyclic-quantitative-irrigation-composite