Skip to main content

EyeOnWater client library.

Project description

pyonwater

EyeOnWater client library

Coverage Status

The usage example:

"""Example showing the EOW Client usage."""

import asyncio

import aiohttp

from pyonwater import Account, Client


async def main() -> None:
    """Main."""
    account = Account(
        eow_hostname="eyeonwater.com",
        username="your EOW login",
        password="your EOW password",
    )
    websession = aiohttp.ClientSession()
    client = Client(websession=websession, account=account)

    await client.authenticate()

    meters = await account.fetch_meters(client=client)
    print(f"{len(meters)} meters found")
    for meter in meters:
        # Read meter info
        await meter.read_meter_info(client=client)
        print(f"meter {meter.meter_uuid} shows {meter.reading}")
        print(f"meter {meter.meter_uuid} info {meter.meter_info}")

        # Read historical data
        await meter.read_historical_data(client=client, days_to_load=3)
        for d in meter.last_historical_data:
            print(d)

    await websession.close()


loop = asyncio.get_event_loop()
loop.run_until_complete(main())

Project details


Download files

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

Source Distribution

pyonwater-0.3.24.tar.gz (11.3 kB view details)

Uploaded Source

Built Distribution

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

pyonwater-0.3.24-py3-none-any.whl (14.5 kB view details)

Uploaded Python 3

File details

Details for the file pyonwater-0.3.24.tar.gz.

File metadata

  • Download URL: pyonwater-0.3.24.tar.gz
  • Upload date:
  • Size: 11.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyonwater-0.3.24.tar.gz
Algorithm Hash digest
SHA256 b8c4d1f0ffb1c7b67153aeab44fcb32a17e7dd6edfb6a55a7e3055b30f02f19a
MD5 52e322469ef8a22de6a45f590b11169b
BLAKE2b-256 1b5b0ec9ee4c07dc77bf36f0642e3e6cd804e80655ccb75606b9e59584dd43a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyonwater-0.3.24.tar.gz:

Publisher: auto-release.yaml on kdeyev/pyonwater

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

File details

Details for the file pyonwater-0.3.24-py3-none-any.whl.

File metadata

  • Download URL: pyonwater-0.3.24-py3-none-any.whl
  • Upload date:
  • Size: 14.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyonwater-0.3.24-py3-none-any.whl
Algorithm Hash digest
SHA256 c9fd73d7c76ee0f15dfd879ff5ee6b4d559ab7419f68aaa4e5afc2f6aba8822a
MD5 5fb0006e5cb94f2d2794d866f5f38ca3
BLAKE2b-256 c56378855460ac64534e520924265b7ea019f408d93f1d2049c4e1671c52bcd3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyonwater-0.3.24-py3-none-any.whl:

Publisher: auto-release.yaml on kdeyev/pyonwater

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 Pingdom Monitoring Sentry Error logging StatusPage Status page