Skip to main content

Python asyncio package to connect to MySensors gateways.

Project description

aiomysensors

CI Status Test coverage percentage

uv Ruff pre-commit

PyPI Version Supported Python versions License


Source Code: https://github.com/MartinHjelmare/aiomysensors


Python asyncio package to connect to MySensors gateways.

Installation

Install this via pip (or your favourite package manager):

pip install aiomysensors

Example

"""Show a minimal example using aiomysensors."""
import asyncio

from aiomysensors import AIOMySensorsError, Gateway, SerialTransport


async def run_gateway() -> None:
    """Run a serial gateway."""
    port = "/dev/ttyACM0"
    baud = 115200
    transport = SerialTransport(port, baud)

    try:
        async with Gateway(transport) as gateway:
            async for message in gateway.listen():
                print("Message received:", message)
    except AIOMySensorsError as err:
        print("Error:", err)


if __name__ == "__main__":
    try:
        asyncio.run(run_gateway())
    except KeyboardInterrupt:
        pass

Command Line Interface

There's a CLI for testing purposes.

aiomysensors --debug serial-gateway -p /dev/ttyACM0

Credits

Copier

This package was created with Copier and the browniebroke/pypackage-template project template.

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

aiomysensors-0.10.0.tar.gz (28.5 kB view details)

Uploaded Source

Built Distribution

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

aiomysensors-0.10.0-py3-none-any.whl (38.3 kB view details)

Uploaded Python 3

File details

Details for the file aiomysensors-0.10.0.tar.gz.

File metadata

  • Download URL: aiomysensors-0.10.0.tar.gz
  • Upload date:
  • Size: 28.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for aiomysensors-0.10.0.tar.gz
Algorithm Hash digest
SHA256 9e9709523dbd4b6c6b85f0367b77c47e8b659b9ca2a81846d5d1300bc0c586bd
MD5 ff3f24df0a6a8c3675f49e495198dea2
BLAKE2b-256 f783d6ecc5a50f57628a55370755831438d236b4b48bc89d8a3ef4a5b7f96da7

See more details on using hashes here.

Provenance

The following attestation bundles were made for aiomysensors-0.10.0.tar.gz:

Publisher: ci.yml on MartinHjelmare/aiomysensors

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

File details

Details for the file aiomysensors-0.10.0-py3-none-any.whl.

File metadata

  • Download URL: aiomysensors-0.10.0-py3-none-any.whl
  • Upload date:
  • Size: 38.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for aiomysensors-0.10.0-py3-none-any.whl
Algorithm Hash digest
SHA256 712b8cd9516a5d71d377a2dffa14b058e2f68df93c290fcf5b8da50163af779d
MD5 cc7ee72ee9f447b92045c173a6209a11
BLAKE2b-256 588a7e6b7adef7d145fc9d09051a7fa3589687f918eb7c371301ae35b6231a8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for aiomysensors-0.10.0-py3-none-any.whl:

Publisher: ci.yml on MartinHjelmare/aiomysensors

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