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.3.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.3.0
File Size Uploaded
brink_flair_modbus-0.3.0.tar.gz 18.1 kB Details

Built distribution (wheel)

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

Total release size: 43.1 kB

Release files / brink_flair_modbus-0.3.0.tar.gz

Download URL brink_flair_modbus-0.3.0.tar.gz
Size 18.1 kB
Tags Source
SHA-256 checksum
How to use checksums
8e915dd9305e7e7487b4fcab51fcb50c7e0b9b00170b3244ccc45b4afd05e118
BLAKE2b-256 checksum
How to use checksums
2c06096e34350b44d02c205eb563256514e25cf8344e5af2c71ea30285a7d45f
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 18, 2026.

Transparency log

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

Download URL brink_flair_modbus-0.3.0-py3-none-any.whl
Size 25.0 kB
Tags Python 3
SHA-256 checksum
How to use checksums
71c0457315df6cd5a72bc2712158782d1643985c09d70a06284b4f5bf0b67af0
BLAKE2b-256 checksum
How to use checksums
1c2f776fe2281785576a7fcf1ed0c8ce3b3802b2d71160ac2601acbf97594f02
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 18, 2026.

Transparency log

Release history Release notifications | RSS feed

0.4.0

2 release files

This release

0.3.0 This release

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