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)

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.1.tar.gz (29.4 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.1-py3-none-any.whl (33.5 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for watergate_local_api-2026.2.1.tar.gz
Algorithm Hash digest
SHA256 20d93db7d8d59a63d8f98ea01f7d4275db4cb8d743dd9b26b3dd5c19b90c82b7
MD5 52a4c21b2af3d9fa4effd14c27b7f3f3
BLAKE2b-256 b7a9d55d63184bc9e7b56a02a2201d542dc478745d169b110307f98e8c7d97e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for watergate_local_api-2026.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 73bf047d46983c3d74109efb20071fe87d4e7cab890be052595efaa2fd9f77ca
MD5 17ff130ba9bbc761054f2281822ed681
BLAKE2b-256 795ab4ac57f2afc3f82b1be7adbd9e43ed5d48e85387d2fc8d7408e922214a96

See more details on using hashes here.

Supported by

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