Skip to main content

Python asyncio package to connect to MySensors gateways.

Project description

aiomysensors

CI Status Test coverage percentage

Poetry 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

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.4.12.tar.gz (25.8 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.4.12-py3-none-any.whl (39.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: aiomysensors-0.4.12.tar.gz
  • Upload date:
  • Size: 25.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for aiomysensors-0.4.12.tar.gz
Algorithm Hash digest
SHA256 81645117d5d186efbaa668751c51b8c47e27fe10ad1da8867a77c320eb273c05
MD5 8bae2581ba546a425a602685a88fab87
BLAKE2b-256 1c5063ea4492d0d124090e12d81ea8064baa9f1ea5184325ba82ee3aff3a724e

See more details on using hashes here.

Provenance

The following attestation bundles were made for aiomysensors-0.4.12.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.4.12-py3-none-any.whl.

File metadata

  • Download URL: aiomysensors-0.4.12-py3-none-any.whl
  • Upload date:
  • Size: 39.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for aiomysensors-0.4.12-py3-none-any.whl
Algorithm Hash digest
SHA256 950b41fde926bba2db1e7885e772ca820d754f976f9d2b2c26568f33ed353718
MD5 105975a3b1a57f7a3fb0638ecb626d3a
BLAKE2b-256 054af8ac53d993fd44b967081452c576a3e8c691f1e2377c03005de1ecb5845a

See more details on using hashes here.

Provenance

The following attestation bundles were made for aiomysensors-0.4.12-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