brink-flair-modbus
A Python library for reading and writing Brink Flair (and compatible)
ventilation units over Modbus, on top of
modbus-connection.
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.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| brink_flair_modbus-0.1.1.tar.gz | 11.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| brink_flair_modbus-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 27.6 kB
Release files / brink_flair_modbus-0.1.1.tar.gz
| Download URL | brink_flair_modbus-0.1.1.tar.gz |
|---|---|
| Size | 11.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3ea90d0dd1779e342554a470c76d8d40a3e06dd50de75a7d1b855952b146c323
|
|
BLAKE2b-256 checksum How to use checksums |
7517b6c26ff728f743860c00f102115ff9b784f152938fb82ec05e39a30e9d95
|
| 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 13, 2026.
Transparency logRelease files / brink_flair_modbus-0.1.1-py3-none-any.whl
| Download URL | brink_flair_modbus-0.1.1-py3-none-any.whl |
|---|---|
| Size | 16.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b1eefc94107298bb57f727043f63628bcf0268188ff457a2cce241a6e23969d1
|
|
BLAKE2b-256 checksum How to use checksums |
4e8fa2b143a6a21b4d5bda3a9317e71d8e2e3ea8a989dd975c55150ecdae2490
|
| 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 13, 2026.
Transparency log