Skip to main content

Watergate Local API Client

A robust Python client for interacting with the Sonic Device Local API. This client provides easy access to manage device settings, monitor telemetry data, and handle event webhooks from the device.

Overview

The Watergate Local API Client simplifies interaction with the Sonic Device's local API, enabling developers to:

  • Retrieve and update device state
  • Access telemetry and networking data
  • Configure auto shut-off settings and view reports
  • Manage webhook configuration and receive real-time device events

Features

  • Device State Management: Access comprehensive device state details (v1/v2/v3), including valve state, directional water meter, power supply, firmware version, uptime, and buzzer status.
  • Telemetry Access: Retrieve telemetry data such as flow rate, pressure, and temperature.
  • Power Monitoring: Read dedicated power supply status, including battery voltage.
  • Valve Control: Read and set the valve state.
  • Buzzer Control: Query buzzer status, list supported sounds, and start/stop playback.
  • Networking: Read networking status and update the Wi-Fi configuration.
  • Device Commands: Trigger a device reboot.
  • Webhook Management: Get, set, and delete the device webhook URL.
  • Auto Shut-off: Read and update auto shut-off thresholds and read the last report.
  • Event Webhook Support: Handle and parse webhook events including auto-shut-off, telemetry, valve state changes, power supply changes, WiFi updates, and online.

Installation

To install the Watergate Local API Client, clone the repository and install the package using pip:

git clone https://github.com/watergate-ai/watergate-local-api-python.git
cd watergate-local-api-python
pip install .

Usage

Basic Usage Example

This example demonstrates how to retrieve the device state and access telemetry data using the client.

from watergate_local_api import WatergateLocalApiClient

async def main():
    async with WatergateLocalApiClient(base_url="http://testserver") as client:
        # Get device state
        device_state = await client.async_get_device_state()
        print("Valve State:", device_state.valve_state)

        # Access telemetry data
        telemetry_data = await client.async_get_telemetry_data()
        print("Flow Rate:", telemetry_data.flow)

Webhook Event Parsing

You can parse incoming webhook events to handle device notifications, such as telemetry updates or auto-shut-off reports.

from watergate_local_api.models import WebhookEvent

webhook_payload = {
    "type": "telemetry",
    "data": {
        "flow": 6800,
        "pressure": 2320,
        "temperature": 23.5,
        "event": {"volume": 16000, "duration": 90},
        "errors": ["flow"]
    }
}

# Parse webhook event
event = WebhookEvent.parse_webhook_event(webhook_payload)
print("Parsed Event:", event)

Versioning & releases

The package version is derived from the latest git tag via setuptools-scm — there is no version file to edit. To cut a release, publish a GitHub Release whose tag is the target Sonic firmware version (e.g. 2026.2.0); the release workflow builds the distribution and uploads it to PyPI using OIDC trusted publishing (no API token, no push back to main).

Development

To contribute to this project, follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/YourFeature).
  3. Make your changes and add tests where appropriate.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature/YourFeature).
  6. Open a Pull Request.

We welcome all contributions that can improve the project! If you have any ideas or suggestions, feel free to open an issue or submit a pull request.

Running Tests

To run tests, use pytest:

pip install -r requirements-dev.txt
pytest

Make sure to add tests for any new features or functionality you contribute.

Contributing

We welcome contributions from the community to help improve the Watergate Local API Client. If you’re interested in contributing, please feel free to reach out by opening an issue or submitting a pull request.

Reporting Issues

If you find a bug or have a feature request, please create an issue using the template provided in the Issues section. This helps us track and address your feedback effectively.

License

This project is licensed under a GPL 3.0 - see the LICENSE file for details.

Acknowledgments

Special thanks to all contributors and the community for supporting and improving this project!

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

watergate_local_api-2026.2.2.tar.gz (45.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

watergate_local_api-2026.2.2-py3-none-any.whl (34.1 kB view details)

Uploaded Python 3

File details

Details for the file watergate_local_api-2026.2.2.tar.gz.

File metadata

  • Download URL: watergate_local_api-2026.2.2.tar.gz
  • Upload date:
  • Size: 45.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for watergate_local_api-2026.2.2.tar.gz
Algorithm Hash digest
SHA256 8168d23b82b0dc7d4fba4b06379a971cf94bb5df76e6dbea5e3f80c2e76a7632
MD5 7d763bafdb5dd29e6291c834a3cd43d9
BLAKE2b-256 128a9e6c710df6f291eedac0cd8f1b4d77485966949c45837028c0e707e00e52

See more details on using hashes here.

Provenance

The following attestation bundles were made for watergate_local_api-2026.2.2.tar.gz:

Publisher: release.yml on watergate-ai/watergate-local-api-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file watergate_local_api-2026.2.2-py3-none-any.whl.

File metadata

File hashes

Hashes for watergate_local_api-2026.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1a2142ee549c6ea901f30b90dee3836066c51a035ebcbb5c9cb9eea56c010683
MD5 8d4b63872fb5b9aa494cbccd308309cd
BLAKE2b-256 1b3e1666b7f9b4e655245bc115ff05c6b33da97c8d6d6facae340891d4036974

See more details on using hashes here.

Provenance

The following attestation bundles were made for watergate_local_api-2026.2.2-py3-none-any.whl:

Publisher: release.yml on watergate-ai/watergate-local-api-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page