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.2.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.2.0
File Size Uploaded
brink_flair_modbus-0.2.0.tar.gz 17.4 kB Details

Built distribution (wheel)

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

Total release size: 40.5 kB

Release files / brink_flair_modbus-0.2.0.tar.gz

Download URL brink_flair_modbus-0.2.0.tar.gz
Size 17.4 kB
Tags Source
SHA-256 checksum
How to use checksums
8ad1c1367f5dec1f35626361f6fe16c5005c815f7e8f5260ccae7dfeaa8ff3f4
BLAKE2b-256 checksum
How to use checksums
0b6e2297ebc17e1d16a2e940e2bb3382dc68a93feae185b31a4f742933736ce0
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 17, 2026.

Transparency log

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

Download URL brink_flair_modbus-0.2.0-py3-none-any.whl
Size 23.1 kB
Tags Python 3
SHA-256 checksum
How to use checksums
529d051d627a6495a21722abf8352c9400010d0035d8ba6fdb1a4028df0bad6d
BLAKE2b-256 checksum
How to use checksums
92ac42f2f54b9b4d94178666c6f84e7cdff7d1f3a7b3453023595849b9de9ce3
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 17, 2026.

Transparency log

Release history Release notifications | RSS feed

0.4.0

2 release files

0.3.0

2 release files

This release

0.2.0 This release

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