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.8.tar.gz (25.8 kB view details)

Uploaded Source

Built Distribution

aiomysensors-0.4.8-py3-none-any.whl (38.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: aiomysensors-0.4.8.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.8.tar.gz
Algorithm Hash digest
SHA256 544fa0f80bab37f5d48933271bf06c4c7ea736a5fc67463b9cfbcf03797ce8f6
MD5 1d2b58b14d24db141b70f9cabe5d498a
BLAKE2b-256 9bb27cf9b721b4af3a1c53e186f4ec19b8b35240f6eaa8392c32d2b7f2bf3507

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: MartinHjelmare/aiomysensors
  • Workflow: ci.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: aiomysensors-0.4.8.tar.gz
    • Subject digest: 544fa0f80bab37f5d48933271bf06c4c7ea736a5fc67463b9cfbcf03797ce8f6
    • Transparency log index: 147466588
    • Transparency log integration time:

File details

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

File metadata

  • Download URL: aiomysensors-0.4.8-py3-none-any.whl
  • Upload date:
  • Size: 38.7 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.8-py3-none-any.whl
Algorithm Hash digest
SHA256 25a1689b0452f69e5ce52949b4c473ea0fa1f34362bd4ee128d95cf89af4e4bf
MD5 018f58ddc1caaaf7f7084db07d363be1
BLAKE2b-256 0b40e3cd13cd5a0ed1604374a07b7daf3e8b0de068408cd64dfdbd3fe2318b9e

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: MartinHjelmare/aiomysensors
  • Workflow: ci.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: aiomysensors-0.4.8-py3-none-any.whl
    • Subject digest: 25a1689b0452f69e5ce52949b4c473ea0fa1f34362bd4ee128d95cf89af4e4bf
    • Transparency log index: 147466589
    • Transparency log integration time:

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page