Skip to main content

Python client for Komfovent C6 ventilation units

Project description

pykomfovent

CI PyPI Python License

Async Python client for Komfovent C6 ventilation units.

Installation

pip install pykomfovent

Quick Start

import asyncio
from pykomfovent import KomfoventClient

async def main():
    async with KomfoventClient("192.168.1.100", "user", "password") as client:
        state = await client.get_state()
        print(f"Mode: {state.mode}")
        print(f"Supply temp: {state.supply_temp}°C")
        print(f"Outdoor temp: {state.outdoor_temp}°C")

asyncio.run(main())

Features

Control

await client.set_mode("intensive")  # away, normal, intensive, boost
await client.set_supply_temp(22.5)  # 10-35°C

Schedule Management

schedule = await client.get_schedule()
await client.set_schedule({"key": value})

Device Discovery

from pykomfovent import KomfoventDiscovery

discovery = KomfoventDiscovery()
devices = await discovery.discover()
for device in devices:
    print(f"{device.host} - {device.name}")

Available Data

The KomfoventState object provides:

Property Description
mode Operating mode
supply_temp Supply air temperature (°C)
extract_temp Extract air temperature (°C)
outdoor_temp Outdoor temperature (°C)
supply_fan_percent Supply fan speed (%)
extract_fan_percent Extract fan speed (%)
filter_contamination Filter contamination level (%)
heat_exchanger_efficiency Heat exchanger efficiency (%)
power_consumption Power consumption (W)
heating_power Heating power (W)
energy_consumed_daily/monthly/total Energy consumption (kWh)
energy_recovered_daily/monthly/total Energy recovered (kWh)
air_quality Air quality (%)
humidity Humidity (%)

Computed Properties

  • is_on - True if unit is running
  • heating_active - True if heater is active
  • eco_mode - True if ECO mode is enabled

Requirements

  • Python 3.11+
  • Komfovent C6 ventilation unit with web interface

License

MIT

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

pykomfovent-1.0.1.tar.gz (78.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pykomfovent-1.0.1-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

File details

Details for the file pykomfovent-1.0.1.tar.gz.

File metadata

  • Download URL: pykomfovent-1.0.1.tar.gz
  • Upload date:
  • Size: 78.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pykomfovent-1.0.1.tar.gz
Algorithm Hash digest
SHA256 336cd19fcd72258cda10f6c0354d07dd9a4f57cd81ebab791d07316abfea9583
MD5 ff179be3ed16bdf3a227ae2e1db33ff0
BLAKE2b-256 4bf322a98aa5fadd0ac50b4638d9bb2987d2051459542a5bfbbbe89f88592abf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pykomfovent-1.0.1.tar.gz:

Publisher: ci.yml on mostaszewski/pykomfovent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pykomfovent-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: pykomfovent-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 7.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pykomfovent-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2fee8ac6c75b68e32935bfbaf7f29fa5a28abd6758ca3ccdc3e7d69549dac245
MD5 b9ef69af1f23996bdf904a1e64dbfe8c
BLAKE2b-256 16c71feec1a1cd95c7431dac9e6e3b1fe650957e98529c4c694c344cf25b3123

See more details on using hashes here.

Provenance

The following attestation bundles were made for pykomfovent-1.0.1-py3-none-any.whl:

Publisher: ci.yml on mostaszewski/pykomfovent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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