Skip to main content

brink-flair-modbus

A Python library for reading and writing Brink Flair (and compatible) ventilation units over Modbus, on top of modbus-connection. It follows the spec given by brink.

Usage

BrinkFlair contains the full implementation of the devices capabilities. It uses a ModbusUnit for connection with the device.

import asyncio

from modbus_connection import ModbusTcpParams
from modbus_connection._protocol import ModbusUnit, connect

from brink_flair_modbus import BrinkFlair


async def main() -> None:
    unit: ModbusUnit = await connect(ModbusTcpParams(host="192.0.2.10", port=502))
    device = BrinkFlair(unit)

    await device.async_update()
    print(device.info.model)  # "Brink Flair 300"
    print(device.measurements.supply_temperature)
    print(device.flow_limits)  # (FlowLimits(300, 280))

    await unit.close()


asyncio.run(main())

Development

Requires Python 3.12+ and uv.

uv sync --extra dev
uv run ruff check .
uv run mypy brink_flair_modbus
uv run pytest
uv build

Type checking (mypy --strict) and linting (ruff) are enforced in CI.

License

MIT

Inspiration taken from

Release files for brink-flair-modbus 0.4.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for brink-flair-modbus 0.4.0
File Size Uploaded
brink_flair_modbus-0.4.0.tar.gz 18.6 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for brink-flair-modbus 0.4.0
File Interpreter ABI Platform
brink_flair_modbus-0.4.0-py3-none-any.whl Python 3 none any Details

Total release size: 44.0 kB

Release files / brink_flair_modbus-0.4.0.tar.gz

Download URL brink_flair_modbus-0.4.0.tar.gz
Size 18.6 kB
Tags Source
SHA-256 checksum
How to use checksums
4ce3054a16d40626b2d9e500e90a251f09142bf0a74a1a8970b03bb18658146d
BLAKE2b-256 checksum
How to use checksums
c47afe7a405d5621fb2951b7115a5adc314f225f4542de2d551cbae4abd5e96b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.

Transparency log

Release files / brink_flair_modbus-0.4.0-py3-none-any.whl

Download URL brink_flair_modbus-0.4.0-py3-none-any.whl
Size 25.4 kB
Tags Python 3
SHA-256 checksum
How to use checksums
432ecced818bf50b9effb4cbfc562386d4545c29d78743d6dc748a1dd3fd6555
BLAKE2b-256 checksum
How to use checksums
8d79463585a2616db7eb3f46397f6371831ad9dccccc11d60070889d10fcdd21
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

0.4.0 This release

2 release files

0.3.0

2 release files

0.2.0

2 release files

0.1.1

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page