Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save letsautomatenet/64955f8773b16d083808cd3ebba8409e to your computer and use it in GitHub Desktop.
Save letsautomatenet/64955f8773b16d083808cd3ebba8409e to your computer and use it in GitHub Desktop.
Sonoff SWV - Water Quantity
# 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"
}
@letsautomatenet
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment